Searched refs:VOL_START_CODE_LENGTH (Results 1 – 7 of 7) sorted by relevance
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
D | vop.cpp | 155 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader() 207 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader() 247 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader() 263 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader() 275 PV_BitstreamFlushBits(stream, VOL_START_CODE_LENGTH - 8); in DecodeVOLHeader() 714 BitstreamShowBits32(stream, VOL_START_CODE_LENGTH, &tmpvar); in DecodeVOLHeader()
|
D | mp4def.h | 98 #define VOL_START_CODE_LENGTH 28 macro
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
D | mp4def.h | 158 #define VOL_START_CODE_LENGTH 28 macro
|
D | mp4enc_api.cpp | 2451 status = BitstreamPutGT16Bits(stream, VOL_START_CODE_LENGTH, VOL_START_CODE); in EncodeVOS_Start()
|
/external/opencore/codecs_v2/utilities/m4v_config_parser/include/ |
D | m4v_config_parser.h | 36 #define VOL_START_CODE_LENGTH 28 macro
|
/external/opencore/codecs_v2/video/m4v_h263/enc/include/ |
D | pvm4vencoder.h | 40 #define VOL_START_CODE_LENGTH 28 macro
|
/external/opencore/codecs_v2/utilities/m4v_config_parser/src/ |
D | m4v_config_parser.cpp | 203 status = ReadBits(psBits, VOL_START_CODE_LENGTH, &codeword); in iDecodeVOLHeader() 247 status = ReadBits(psBits, VOL_START_CODE_LENGTH, &codeword); in iDecodeVOLHeader() 411 status = ReadBits(psBits, VOL_START_CODE_LENGTH, &codeword); in iDecodeVOLHeader()
|