Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dmp4_utils.h75 #define SHORT_HEADER_START_CODE 0x00008000 macro
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dmp4_utils.h75 #define SHORT_HEADER_START_CODE 0x00008000 macro
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dmp4_utils.h75 #define SHORT_HEADER_START_CODE 0x00008000 macro
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dmp4_utils.h75 #define SHORT_HEADER_START_CODE 0x00008000 macro
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
Ddecoder_driver_test.c36 #define SHORT_HEADER_START_CODE 0x00008000 macro
1106 else if ( (0xFFFFFC00 & code) == SHORT_HEADER_START_CODE ) in read_frame()
1108 header_code = SHORT_HEADER_START_CODE; in read_frame()
1120 else if (( header_code == SHORT_HEADER_START_CODE ) && in read_frame()
1121 ( SHORT_HEADER_START_CODE == (code & 0xFFFFFC00))) in read_frame()
Domx_vdec_test.cpp91 #define SHORT_HEADER_START_CODE 0x00008000 macro
2683 else if ( (0xFFFFFC00 & code) == SHORT_HEADER_START_CODE ) in Read_Buffer_From_Vop_Start_Code_File()
2685 header_code = SHORT_HEADER_START_CODE; in Read_Buffer_From_Vop_Start_Code_File()
2695 …else if (( header_code == SHORT_HEADER_START_CODE ) && ( SHORT_HEADER_START_CODE == (code & 0xFFFF… in Read_Buffer_From_Vop_Start_Code_File()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
Ddecoder_driver_test.c36 #define SHORT_HEADER_START_CODE 0x00008000 macro
1039 } else if ( (0xFFFFFC00 & code) == SHORT_HEADER_START_CODE ) { in read_frame()
1040 header_code = SHORT_HEADER_START_CODE; in read_frame()
1051 } else if (( header_code == SHORT_HEADER_START_CODE ) && in read_frame()
1052 ( SHORT_HEADER_START_CODE == (code & 0xFFFFFC00))) { in read_frame()
Domx_vdec_test.cpp96 #define SHORT_HEADER_START_CODE 0x00008000 macro
2994 } else if ( (0xFFFFFC00 & code) == SHORT_HEADER_START_CODE ) { in Read_Buffer_From_Vop_Start_Code_File()
2995 header_code = SHORT_HEADER_START_CODE; in Read_Buffer_From_Vop_Start_Code_File()
3003 …} else if (( header_code == SHORT_HEADER_START_CODE ) && ( SHORT_HEADER_START_CODE == (code & 0xFF… in Read_Buffer_From_Vop_Start_Code_File()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
Dvideo_encoder_test.c36 #define SHORT_HEADER_START_CODE 0x00008000 macro