Searched refs:VOP_START_CODE (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Dmp4_utils.h71 #define VOP_START_CODE 0x000001B6 macro
130 #define VOP_START_CODE 0x000001B6 macro
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Dmp4_utils.h71 #define VOP_START_CODE 0x000001B6 macro
130 #define VOP_START_CODE 0x000001B6 macro
/hardware/qcom/media/mm-video-legacy/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.cpp90 #define VOP_START_CODE 0x000001B6 macro
2679 if( VOP_START_CODE == code)
2681 header_code = VOP_START_CODE;
2688 if ((header_code == VOP_START_CODE) && (code == VOP_START_CODE))
3104 if (read_code == VOP_START_CODE) {
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Ddecoder_driver_test.c35 #define VOP_START_CODE 0x000001B6 macro
1036 if ( VOP_START_CODE == code) {
1038 header_code = VOP_START_CODE;
1044 if ((header_code == VOP_START_CODE) && (code == VOP_START_CODE)) {
H A Domx_vdec_test.cpp95 #define VOP_START_CODE 0x000001B6 macro
2992 if ( VOP_START_CODE == code) {
2993 header_code = VOP_START_CODE;
2998 if ((header_code == VOP_START_CODE) && (code == VOP_START_CODE)) {
3393 if (read_code == VOP_START_CODE) {
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Dmp4_utils.cpp98 MASK(32),VOP_START_CODE);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Dmp4_utils.cpp96 MASK(32),VOP_START_CODE);
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
H A Dvideo_encoder_test.c35 #define VOP_START_CODE 0x000001B6 macro

Completed in 55 milliseconds