Home
last modified time | relevance | path

Searched refs:I_VOP (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Ddatapart_encode.cpp78 else if (currVop->predictionType == I_VOP) in EncodeFrameDataPartMode()
151 if (video->currVop->predictionType == I_VOP) in EncodeFrameDataPartMode()
176 if (video->currVop->predictionType == I_VOP) in EncodeFrameDataPartMode()
229 … Int packet_size = encParams->ResyncPacketsize - 1 - (currVop->predictionType == I_VOP ? 19 : 17); in EncodeSliceDataPartMode()
284 else if (currVop->predictionType == I_VOP) in EncodeSliceDataPartMode()
384 if (video->currVop->predictionType == I_VOP) in EncodeSliceDataPartMode()
442 if (video->currVop->predictionType == I_VOP) in EncodeSliceDataPartMode()
Dvop.cpp57 case I_VOP: in EncodeVop()
146 if (currVol->GOVStart && currVop->predictionType == I_VOP) in EncodeVop_NoME()
391 if (currVop->predictionType != I_VOP) in EncodeVOPHeader()
525 if (currVop->predictionType == I_VOP) in EncodeVideoPacketHeader()
566 if (currVop->predictionType != I_VOP) in EncodeVideoPacketHeader()
Dmp4def.h126 #define I_VOP 0 macro
Dmp4enc_api.cpp1557 if (video->currVop->predictionType == I_VOP) in PVEncodeVideoFrame()
1570 if (video->currVop->predictionType == I_VOP) in PVEncodeVideoFrame()
1593 … if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP)) in PVEncodeVideoFrame()
1827 if (video->currVop->predictionType == I_VOP) in PVEncodeFrameSet()
1841 if (video->currVop->predictionType == I_VOP) in PVEncodeFrameSet()
1933 … if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP)) in PVEncodeSlice()
2800 video->currVop->predictionType = I_VOP; in DetermineVopType()
2816 video->currVop->predictionType = I_VOP; in DetermineVopType()
2820 else if (video->nextEncIVop == 0 || video->currVop->predictionType == I_VOP) in DetermineVopType()
2836 if (video->nextEncIVop <= 0 || video->currVop->predictionType == I_VOP) in DetermineVopType()
[all …]
Dcombined_encode.cpp81 else if (currVop->predictionType == I_VOP) in EncodeFrameCombinedMode()
338 else if (currVop->predictionType == I_VOP) in EncodeSliceCombinedMode()
Dmotion_est.cpp184 if (video->currVop->predictionType == I_VOP) in MotionEstimation()
467 currVop->predictionType = I_VOP; in MotionEstimation()
861 if (video->forwardRefVop->predictionType == I_VOP && j0 == 0 && i0 <= 64 && type_pred != 1) in MBMotionSearch()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dpacket_util.cpp45 if (currVop->predictionType != I_VOP) resync_marker_length = 16 + fcode_forward; in PV_ReadVideoPacketHeader()
100 if (currVop->predictionType != I_VOP) in PV_ReadVideoPacketHeader()
Dpvdec_api.cpp549 video->prevVop->predictionType = I_VOP; in PVAllocVideoData()
1374 if (currVop->predictionType == I_VOP) in PVDecodeVopBody()
1389 if (currVop->predictionType == I_VOP) in PVDecodeVopBody()
1582 return (video->vop_coding_type == I_VOP); in IsIntraFrame()
1661 prevVop->predictionType = I_VOP; in PVDecSetReference()
1674 video->vop_coding_type = I_VOP; in PVDecSetReference()
1704 prevEnhcVop->predictionType = I_VOP; in PVDecSetEnhReference()
1716 video->vop_coding_type = I_VOP; in PVDecSetEnhReference()
Dmp4def.h65 #define I_VOP 0 macro
Dcombined_decode.cpp66 case I_VOP : in DecodeFrameCombinedMode()
364 mb_coded = ((VopType == I_VOP) ? TRUE : !BitstreamRead1Bits_INLINE(stream)); in GetMBheader()
383 if (VopType == I_VOP) in GetMBheader()
Ddatapart_decode.cpp56 case I_VOP : in DecodeFrameDataPartMode()
85 case I_VOP : in DecodeFrameDataPartMode()
Dvop.cpp925 if (currVop->predictionType != I_VOP) in DecodeVOPHeader()
965 if (currVop->predictionType != I_VOP) in DecodeVOPHeader()
1504 if (currVop->predictionType != I_VOP) in DecodeShortHeader()