Searched refs:vop_coding_type (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h259 int vop_coding_type; member in struct:tagVideoDecData
H A Dpvdec_api.cpp1292 video->vop_coding_type = currVop->predictionType; /* 07/09/01 */
1319 video->vop_coding_type = currVop->predictionType; /* 07/09/01 */
1324 video->vop_coding_type = P_VOP;
1427 video->vop_coding_type = video->currVop->predictionType; /* 07/09/01 */
1530 return (video->vop_coding_type == I_VOP);
1622 video->vop_coding_type = I_VOP;
1664 video->vop_coding_type = I_VOP;

Completed in 2282 milliseconds