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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvop.cpp55 switch (currVop->predictionType)
146 if (currVol->GOVStart && currVop->predictionType == I_VOP)
364 status = BitstreamPutBits(stream, 2, currVop->predictionType);/* VOP Coding Type*/
385 if (currVop->predictionType == P_VOP)
391 if (currVop->predictionType != I_VOP)
393 if (currVop->predictionType == B_VOP)
483 status = BitstreamPut1Bits(stream, currVop->predictionType); /* picture_coding type */
525 if (currVop->predictionType == I_VOP)
527 else if (currVop->predictionType == P_VOP)
561 BitstreamPutBits(bs, 2, currVop->predictionType);/* VO
[all...]
H A Ddatapart_encode.cpp76 if (currVop->predictionType == P_VOP)
78 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);
282 if (currVop->predictionType == P_VOP)
284 else if (currVop->predictionType == I_VOP)
384 if (video->currVop->predictionType == I_VOP)
442 if (video->currVop->predictionType == I_VOP)
H A Dcombined_encode.cpp79 if (currVop->predictionType == P_VOP)
81 else if (currVop->predictionType == I_VOP)
101 if (currVol->shortVideoHeader && currVop->gobFrameID != currVop->predictionType)
102 currVop->gobFrameID = currVop->predictionType;
336 if (currVop->predictionType == P_VOP)
338 else if (currVop->predictionType == I_VOP)
358 if (currVol->shortVideoHeader && currVop->gobFrameID != currVop->predictionType)
359 currVop->gobFrameID = currVop->predictionType;
H A Dmp4enc_api.cpp1552 video->currVop->gobFrameID = video->currVop->predictionType;
1557 if (video->currVop->predictionType == I_VOP)
1570 if (video->currVop->predictionType == I_VOP)
1593 if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP))
1604 video->hintTrackInfo.CodeType = (UChar)video->currVop->predictionType;
1822 video->currVop->gobFrameID = video->currVop->predictionType;
1827 if (video->currVop->predictionType == I_VOP)
1841 if (video->currVop->predictionType == I_VOP)
1854 video->hintTrackInfo.CodeType = (UChar)video->currVop->predictionType;
1933 if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType
[all...]
H A Dmp4lib_int.h56 Int predictionType; /* VOP prediction type */ member in struct:tagVOP
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)
1365 if (video->forwardRefVop->predictionType == P_VOP)
/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)
104 if (currVop->predictionType == B_VOP)
H A Dvop.cpp850 currVop->predictionType = (int) BitstreamReadBits16(stream, 2);
899 if (currVop->predictionType == P_VOP)
925 if (currVop->predictionType != I_VOP)
943 if (currVop->predictionType == B_VOP)
965 if (currVop->predictionType != I_VOP)
982 if (currVop->predictionType == B_VOP)
1149 currVop->predictionType = (int) BitstreamRead1Bits(stream);
1285 currVop->predictionType = tmpvar;
1433 if (currVop->predictionType == P_VOP && size > video->videoDecControls->size)
1504 if (currVop->predictionType !
[all...]
H A Dmp4lib_int.h65 int predictionType; /* VOP prediction type */ member in struct:tagVop
H A Dpvdec_api.cpp549 video->prevVop->predictionType = I_VOP;
1273 header_info->frameType = (MP4FrameType)currVop->predictionType;
1344 video->vop_coding_type = currVop->predictionType; /* 07/09/01 */
1371 video->vop_coding_type = currVop->predictionType; /* 07/09/01 */
1374 if (currVop->predictionType == I_VOP)
1389 if (currVop->predictionType == I_VOP)
1393 else if (currVop->predictionType == P_VOP)
1479 video->vop_coding_type = video->currVop->predictionType; /* 07/09/01 */
1661 prevVop->predictionType = I_VOP;
1704 prevEnhcVop->predictionType
[all...]
H A Dcombined_decode.cpp64 switch (currVop->predictionType)
363 VopType = video->currVop->predictionType;
H A Ddatapart_decode.cpp47 int vopType = currVop->predictionType;

Completed in 111 milliseconds