Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dvop.cpp60 case P_VOP: in EncodeVop()
323 status = BitstreamPutBits(stream, 2, P_VOP);/* VOP Coding Type*/ in EncodeVopNotCoded()
385 if (currVop->predictionType == P_VOP) in EncodeVOPHeader()
527 else if (currVop->predictionType == P_VOP) in EncodeVideoPacketHeader()
Dmp4def.h127 #define P_VOP 1 macro
Ddatapart_encode.cpp76 if (currVop->predictionType == P_VOP) in EncodeFrameDataPartMode()
282 if (currVop->predictionType == P_VOP) in EncodeSliceDataPartMode()
Dcombined_encode.cpp79 if (currVop->predictionType == P_VOP) in EncodeFrameCombinedMode()
336 if (currVop->predictionType == P_VOP) in EncodeSliceCombinedMode()
Dmp4enc_api.cpp2797 video->currVop->predictionType = P_VOP; in DetermineVopType()
2810 video->currVop->predictionType = P_VOP; in DetermineVopType()
2832 video->currVop->predictionType = P_VOP; in DetermineVopType()
Dmotion_est.cpp1365 if (video->forwardRefVop->predictionType == P_VOP) in CandidateSelection()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dmp4def.h66 #define P_VOP 1 macro
Ddatapart_decode.cpp60 case P_VOP : in DecodeFrameDataPartMode()
89 case P_VOP : in DecodeFrameDataPartMode()
Dvop.cpp899 if (currVop->predictionType == P_VOP) in DecodeVOPHeader()
1433 if (currVop->predictionType == P_VOP && size > video->videoDecControls->size) in DecodeShortHeader()
Dcombined_decode.cpp71 case P_VOP : in DecodeFrameCombinedMode()
Dpvdec_api.cpp1376 video->vop_coding_type = P_VOP; in PVDecodeVopBody()
1393 else if (currVop->predictionType == P_VOP) in PVDecodeVopBody()