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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddatapart_encode.cpp78 else if (currVop->predictionType == I_VOP)
151 if (video->currVop->predictionType == I_VOP)
176 if (video->currVop->predictionType == I_VOP)
229 Int packet_size = encParams->ResyncPacketsize - 1 - (currVop->predictionType == I_VOP ? 19 : 17);
284 else if (currVop->predictionType == I_VOP)
384 if (video->currVop->predictionType == I_VOP)
442 if (video->currVop->predictionType == I_VOP)
H A Dvop.cpp57 case I_VOP:
146 if (currVol->GOVStart && currVop->predictionType == I_VOP)
391 if (currVop->predictionType != I_VOP)
525 if (currVop->predictionType == I_VOP)
526 BitstreamPutGT16Bits(bs, 17, 1); /* resync_marker I_VOP */
566 if (currVop->predictionType != I_VOP)
H A Dmp4def.h126 #define I_VOP 0 macro
H A Dmp4enc_api.cpp1524 if (video->currVop->predictionType == I_VOP)
1537 if (video->currVop->predictionType == I_VOP)
1560 if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP))
1794 if (video->currVop->predictionType == I_VOP)
1808 if (video->currVop->predictionType == I_VOP)
1900 if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP))
2767 video->currVop->predictionType = I_VOP;
2783 video->currVop->predictionType = I_VOP;
2787 else if (video->nextEncIVop == 0 || video->currVop->predictionType == I_VOP)
2803 if (video->nextEncIVop <= 0 || video->currVop->predictionType == I_VOP)
[all...]
H A Dcombined_encode.cpp81 else if (currVop->predictionType == I_VOP)
338 else if (currVop->predictionType == I_VOP)
H A Dmotion_est.cpp184 if (video->currVop->predictionType == I_VOP)
467 currVop->predictionType = I_VOP;
861 if (video->forwardRefVop->predictionType == I_VOP && j0 == 0 && i0 <= 64 && type_pred != 1)
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpacket_util.cpp45 if (currVop->predictionType != I_VOP) resync_marker_length = 16 + fcode_forward;
100 if (currVop->predictionType != I_VOP)
H A Dmp4def.h65 #define I_VOP 0 macro
H A Dcombined_decode.cpp66 case I_VOP :
364 mb_coded = ((VopType == I_VOP) ? TRUE : !BitstreamRead1Bits_INLINE(stream));
383 if (VopType == I_VOP)
H A Dpvdec_api.cpp497 video->prevVop->predictionType = I_VOP;
1322 if (currVop->predictionType == I_VOP)
1337 if (currVop->predictionType == I_VOP)
1530 return (video->vop_coding_type == I_VOP);
1609 prevVop->predictionType = I_VOP;
1622 video->vop_coding_type = I_VOP;
1652 prevEnhcVop->predictionType = I_VOP;
1664 video->vop_coding_type = I_VOP;
H A Ddatapart_decode.cpp56 case I_VOP :
85 case I_VOP :
H A Dvop.cpp921 if (currVop->predictionType != I_VOP)
961 if (currVop->predictionType != I_VOP)
1500 if (currVop->predictionType != I_VOP)

Completed in 112 milliseconds