Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dmp4_utils.h71 #define VOP_START_CODE 0x000001B6 macro
130 #define VOP_START_CODE 0x000001B6 macro
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dmp4_utils.h71 #define VOP_START_CODE 0x000001B6 macro
130 #define VOP_START_CODE 0x000001B6 macro
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dmp4_utils.h71 #define VOP_START_CODE 0x000001B6 macro
130 #define VOP_START_CODE 0x000001B6 macro
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dmp4_utils.h71 #define VOP_START_CODE 0x000001B6 macro
130 #define VOP_START_CODE 0x000001B6 macro
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
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()
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()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
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()
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()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Dmp4_utils.cpp96 MASK(32),VOP_START_CODE); in parseHeader()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dmp4_utils.cpp96 MASK(32),VOP_START_CODE); in parseHeader()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dmp4_utils.cpp96 MASK(32),VOP_START_CODE); in parseHeader()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dmp4_utils.cpp98 MASK(32),VOP_START_CODE); in parseHeader()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
Dvideo_encoder_test.c35 #define VOP_START_CODE 0x000001B6 macro