Searched refs:startcode (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/src/
H A Dextra_data_handler.cpp128 OMX_U32 i = 3, j=0, startcode; local
134 startcode = buf[0] << 16 | buf[1] <<8 | buf[2];
136 if (!startcode) {
137 startcode |= buf[i++];
139 if(startcode != H264_START_CODE) {
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/
H A Dextra_data_handler.cpp137 OMX_U32 i = 3, j=0, startcode; local
143 startcode = buf[0] << 16 | buf[1] <<8 | buf[2];
145 if (!startcode) {
146 startcode |= buf[i++];
149 if (startcode != H264_START_CODE) {
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
H A Dextra_data_handler.cpp137 OMX_U32 i = 3, j=0, startcode; local
143 startcode = buf[0] << 16 | buf[1] <<8 | buf[2];
145 if (!startcode) {
146 startcode |= buf[i++];
149 if (startcode != H264_START_CODE) {
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/src/
H A Dextra_data_handler.cpp141 OMX_U32 i = 3, j=0, startcode; local
147 startcode = buf[0] << 16 | buf[1] <<8 | buf[2];
149 if (!startcode) {
150 startcode |= buf[i++];
153 if (startcode != H264_START_CODE) {
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp2837 unsigned int startcode = 0; local
2843 read(inputBufferFileFd, &startcode, 4);
2851 if ((startcode & 0xFF000000) == 0xC5000000)
2859 else if((startcode & 0xFF000000) == 0x85000000)
2872 DEBUG_PRINT_ERROR("Error: Unknown VC1 clip format %x\n", startcode);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp3140 unsigned int startcode = 0; local
3150 read(inputBufferFileFd, &startcode, 4);
3159 if ((startcode & 0xFF000000) == 0xC5000000) {
3168 } else if ((startcode & 0xFF000000) == 0x85000000) {
3182 DEBUG_PRINT_ERROR("Error: Unknown VC1 clip format %x\n", startcode);

Completed in 132 milliseconds