Home
last modified time | relevance | path

Searched refs:SHORT_VIDEO_START_MARKER (Results 1 – 9 of 9) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dmp4def.h175 #define SHORT_VIDEO_START_MARKER 0x20 macro
Dvop.cpp417 …status = BitstreamPutGT16Bits(stream, 22, SHORT_VIDEO_START_MARKER); /* Short_video_start_marker */ in EncodeShortHeader()
Dpvm4vencoder.cpp359 if (codeword == SHORT_VIDEO_START_MARKER) in ParseFSI()
516 if (codeword == SHORT_VIDEO_START_MARKER) in ParseFSI()
/external/opencore/codecs_v2/utilities/m4v_config_parser/include/
Dm4v_config_parser.h47 #define SHORT_VIDEO_START_MARKER 0x20 macro
/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dmp4def.h115 #define SHORT_VIDEO_START_MARKER 0x20 macro
Dpacket_util.cpp239 if (tmpvar == SHORT_VIDEO_START_MARKER) in PV_H263SliceHeader()
Dvop.cpp703 if (tmpvar == SHORT_VIDEO_START_MARKER) in DecodeVOLHeader()
1026 if (tmpvar != SHORT_VIDEO_START_MARKER) in DecodeShortHeader()
/external/opencore/codecs_v2/video/m4v_h263/enc/include/
Dpvm4vencoder.h51 #define SHORT_VIDEO_START_MARKER 0x20 macro
/external/opencore/codecs_v2/utilities/m4v_config_parser/src/
Dm4v_config_parser.cpp397 if (codeword == SHORT_VIDEO_START_MARKER) in iDecodeVOLHeader()