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.cpp1351 video->vop_coding_type = currVop->predictionType; /* 07/09/01 */
1378 video->vop_coding_type = currVop->predictionType; /* 07/09/01 */
1383 video->vop_coding_type = P_VOP;
1486 video->vop_coding_type = video->currVop->predictionType; /* 07/09/01 */
1589 return (video->vop_coding_type == I_VOP);
1681 video->vop_coding_type = I_VOP;
1723 video->vop_coding_type = I_VOP;

Completed in 79 milliseconds