Go to the source code of this file.
Functions | |
| QString | vda_err_to_string (OSStatus err) |
| static const uint8_t * | avc_find_startcode_internal (const uint8_t *p, const uint8_t *end) |
| const uint8_t * | avc_find_startcode (const uint8_t *p, const uint8_t *end) |
| const int | avc_parse_nal_units (AVIOContext *pb, const uint8_t *buf_in, int size) |
| const int | avc_parse_nal_units_buf (const uint8_t *buf_in, uint8_t **buf, int *size) |
| const int | isom_write_avcc (AVIOContext *pb, const uint8_t *data, int len) |
Variables | |
| VDALibrary * | gVDALib = NULL |
| QString vda_err_to_string | ( | OSStatus | err | ) |
Definition at line 88 of file privatedecoder_vda.cpp.
| static const uint8_t* avc_find_startcode_internal | ( | const uint8_t * | p, | |
| const uint8_t * | end | |||
| ) | [static] |
Definition at line 135 of file privatedecoder_vda.cpp.
Referenced by avc_find_startcode().
Definition at line 176 of file privatedecoder_vda.cpp.
Referenced by avc_parse_nal_units().
| const int avc_parse_nal_units | ( | AVIOContext * | pb, | |
| const uint8_t * | buf_in, | |||
| int | size | |||
| ) |
Definition at line 184 of file privatedecoder_vda.cpp.
Referenced by avc_parse_nal_units_buf(), and PrivateDecoderVDA::GetFrame().
Definition at line 204 of file privatedecoder_vda.cpp.
Referenced by isom_write_avcc().
| const int isom_write_avcc | ( | AVIOContext * | pb, | |
| const uint8_t * | data, | |||
| int | len | |||
| ) |
Definition at line 219 of file privatedecoder_vda.cpp.
Referenced by PrivateDecoderVDA::Init().
| VDALibrary* gVDALib = NULL |
Definition at line 21 of file privatedecoder_vda.cpp.
1.6.3