Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dmp4def.h176 #define SHORT_VIDEO_START_MARKER_LENGTH 22 macro
Dpvm4vencoder.cpp515 ShowBits(psBits, SHORT_VIDEO_START_MARKER_LENGTH, &codeword); in ParseFSI()
/external/opencore/codecs_v2/utilities/m4v_config_parser/include/
Dm4v_config_parser.h48 #define SHORT_VIDEO_START_MARKER_LENGTH 22 macro
/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dmp4def.h116 #define SHORT_VIDEO_START_MARKER_LENGTH 22 macro
Dpacket_util.cpp237 PV_BitstreamShowBitsByteAlign(stream, SHORT_VIDEO_START_MARKER_LENGTH, &tmpvar); in PV_H263SliceHeader()
Dvop.cpp701 status = BitstreamShowBits32(stream, SHORT_VIDEO_START_MARKER_LENGTH, &tmpvar); in DecodeVOLHeader()
1024 status = BitstreamShowBits32(stream, SHORT_VIDEO_START_MARKER_LENGTH, &tmpvar); in DecodeShortHeader()
1033 PV_BitstreamFlushBits(stream, SHORT_VIDEO_START_MARKER_LENGTH); in DecodeShortHeader()
/external/opencore/codecs_v2/video/m4v_h263/enc/include/
Dpvm4vencoder.h52 #define SHORT_VIDEO_START_MARKER_LENGTH 22 macro
/external/opencore/codecs_v2/utilities/m4v_config_parser/src/
Dm4v_config_parser.cpp396 ShowBits(psBits, SHORT_VIDEO_START_MARKER_LENGTH, &codeword); in iDecodeVOLHeader()