Home
last modified time | relevance | path

Searched refs:VOP_START_CODE (Results 1 – 17 of 17) sorted by relevance

/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dmp4_utils.h71 #define VOP_START_CODE 0x000001B6 macro
130 #define VOP_START_CODE 0x000001B6 macro
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Dmp4_utils.h71 #define VOP_START_CODE 0x000001B6 macro
130 #define VOP_START_CODE 0x000001B6 macro
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dmp4_utils.h71 #define VOP_START_CODE 0x000001B6 macro
130 #define VOP_START_CODE 0x000001B6 macro
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dmp4_utils.h71 #define VOP_START_CODE 0x000001B6 macro
130 #define VOP_START_CODE 0x000001B6 macro
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
H A Ddecoder_driver_test.c35 #define VOP_START_CODE 0x000001B6 macro
1101 if( VOP_START_CODE == code) in read_frame()
1104 header_code = VOP_START_CODE; in read_frame()
1111 if ((header_code == VOP_START_CODE) && (code == VOP_START_CODE)) in read_frame()
H A Domx_vdec_test.cpp90 #define VOP_START_CODE 0x000001B6 macro
2679 if( VOP_START_CODE == code) in Read_Buffer_From_Vop_Start_Code_File()
2681 header_code = VOP_START_CODE; in Read_Buffer_From_Vop_Start_Code_File()
2688 if ((header_code == VOP_START_CODE) && (code == VOP_START_CODE)) in Read_Buffer_From_Vop_Start_Code_File()
3104 if (read_code == VOP_START_CODE) { in Read_Buffer_From_DivX_4_5_6_File()
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Ddecoder_driver_test.c35 #define VOP_START_CODE 0x000001B6 macro
1036 if ( VOP_START_CODE == code) { in read_frame()
1038 header_code = VOP_START_CODE; in read_frame()
1044 if ((header_code == VOP_START_CODE) && (code == VOP_START_CODE)) { in read_frame()
H A Domx_vdec_test.cpp95 #define VOP_START_CODE 0x000001B6 macro
2992 if ( VOP_START_CODE == code) { in Read_Buffer_From_Vop_Start_Code_File()
2993 header_code = VOP_START_CODE; in Read_Buffer_From_Vop_Start_Code_File()
2998 if ((header_code == VOP_START_CODE) && (code == VOP_START_CODE)) { in Read_Buffer_From_Vop_Start_Code_File()
3393 if (read_code == VOP_START_CODE) { in Read_Buffer_From_DivX_4_5_6_File()
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dmp4def.h172 #define VOP_START_CODE 0x1B6 macro
H A Dvop.cpp322 status = BitstreamPutGT16Bits(stream, 32, VOP_START_CODE); /*Start Code for VOP*/ in EncodeVopNotCoded()
363 status = BitstreamPutGT16Bits(stream, 32, VOP_START_CODE); /*Start Code for VOP*/ in EncodeVOPHeader()
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Dmp4def.h100 #define VOP_START_CODE 0x1B6 macro
H A Dvop.cpp849 if (tmpvar == VOP_START_CODE) in DecodeVOPHeader()
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dmp4_utils.cpp96 MASK(32),VOP_START_CODE); in parseHeader()
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Dmp4_utils.cpp96 MASK(32),VOP_START_CODE); in parseHeader()
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Dmp4_utils.cpp96 MASK(32),VOP_START_CODE); in parseHeader()
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Dmp4_utils.cpp98 MASK(32),VOP_START_CODE); in parseHeader()
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
H A Dvideo_encoder_test.c35 #define VOP_START_CODE 0x000001B6 macro