Searched refs:P_VOP (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4def.h66 #define P_VOP 1 macro
H A Ddatapart_decode.cpp60 case P_VOP :
89 case P_VOP :
H A Dvop.cpp901 if (currVop->predictionType == P_VOP)
1441 if (currVop->predictionType == P_VOP && size > video->videoDecControls->size)
H A Dcombined_decode.cpp71 case P_VOP :
H A Dpvdec_api.cpp1383 video->vop_coding_type = P_VOP;
1400 else if (currVop->predictionType == P_VOP)
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4def.h127 #define P_VOP 1 macro
H A Dvop.cpp60 case P_VOP:
323 status = BitstreamPutBits(stream, 2, P_VOP);/* VOP Coding Type*/
385 if (currVop->predictionType == P_VOP)
527 else if (currVop->predictionType == P_VOP)
530 BitstreamPutGT16Bits(bs, 16 + fcode, 1); /* resync_marker P_VOP */
H A Ddatapart_encode.cpp76 if (currVop->predictionType == P_VOP)
282 if (currVop->predictionType == P_VOP)
H A Dcombined_encode.cpp79 if (currVop->predictionType == P_VOP)
336 if (currVop->predictionType == P_VOP)
H A Dmp4enc_api.cpp2793 video->currVop->predictionType = P_VOP;
2806 video->currVop->predictionType = P_VOP;
2828 video->currVop->predictionType = P_VOP;
H A Dmotion_est.cpp1365 if (video->forwardRefVop->predictionType == P_VOP)

Completed in 2400 milliseconds