Home
last modified time | relevance | path

Searched refs:USER_DATA_START_CODE (Results 1 – 7 of 7) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dmp4def.h169 #define USER_DATA_START_CODE 0x01B2 macro
Dpvm4vencoder.cpp316 if (codeword == USER_DATA_START_CODE) in ParseFSI()
341 if (codeword == USER_DATA_START_CODE) in ParseFSI()
/external/opencore/codecs_v2/utilities/m4v_config_parser/include/
Dm4v_config_parser.h44 #define USER_DATA_START_CODE 0x01B2 macro
/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dmp4def.h109 #define USER_DATA_START_CODE 0x01B2 macro
Dvop.cpp140 if (tmpvar == USER_DATA_START_CODE) in DecodeVOLHeader()
218 if (tmpvar == USER_DATA_START_CODE) in DecodeVOLHeader()
679 if (tmpvar == USER_DATA_START_CODE) in DecodeVOLHeader()
786 while (tmpvar == USER_DATA_START_CODE) /* 03/15/2002 */ in DecodeGOVHeader()
/external/opencore/codecs_v2/video/m4v_h263/enc/include/
Dpvm4vencoder.h48 #define USER_DATA_START_CODE 0x01B2 macro
/external/opencore/codecs_v2/utilities/m4v_config_parser/src/
Dm4v_config_parser.cpp148 if (codeword == USER_DATA_START_CODE) in iDecodeVOLHeader()
212 if (codeword == USER_DATA_START_CODE) in iDecodeVOLHeader()