Home
last modified time | relevance | path

Searched refs:VO_START_CODE (Results 1 – 8 of 8) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dmp4def.h151 #define VO_START_CODE 0x8 macro
Dpvm4vencoder.cpp349 if (codeword == VO_START_CODE) in ParseFSI()
Dmp4enc_api.cpp2441 status = BitstreamPutGT16Bits(stream, 27, VO_START_CODE);/* byte align: should be 2 bits */ in EncodeVOS_Start()
/external/opencore/codecs_v2/utilities/m4v_config_parser/include/
Dm4v_config_parser.h33 #define VO_START_CODE 0x8 macro
/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dmp4def.h91 #define VO_START_CODE 0x8 macro
Dvop.cpp234 if (tmpvar == VO_START_CODE) in DecodeVOLHeader()
/external/opencore/codecs_v2/video/m4v_h263/enc/include/
Dpvm4vencoder.h37 #define VO_START_CODE 0x8 macro
/external/opencore/codecs_v2/utilities/m4v_config_parser/src/
Dm4v_config_parser.cpp224 if (codeword == VO_START_CODE) in iDecodeVOLHeader()