Searched defs:VOP_START_CODE (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/media/mm-video/vidc/venc/test/
H A Dvideo_encoder_test.c35 #define VOP_START_CODE 0x000001B6 macro
/hardware/qcom/media/mm-video/vidc/vdec/test/
H A Ddecoder_driver_test.c35 #define VOP_START_CODE 0x000001B6 macro
1101 if( VOP_START_CODE == code)
1104 header_code = VOP_START_CODE;
1111 if ((header_code == VOP_START_CODE) && (code == VOP_START_CODE))
H A Domx_vdec_test.cpp92 #define VOP_START_CODE 0x000001B6 macro
2681 if( VOP_START_CODE == code)
2683 header_code = VOP_START_CODE;
2690 if ((header_code == VOP_START_CODE) && (code == VOP_START_CODE))
3106 if (read_code == VOP_START_CODE) {
/hardware/qcom/media/mm-video/vidc/vdec/inc/
H A Dmp4_utils.h71 #define VOP_START_CODE 0x000001B6 macro
130 #define VOP_START_CODE 0x000001B6 macro

Completed in 84 milliseconds