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.cpp1548 video->currVop->gobFrameID = video->currVop->predictionType;
1553 if (video->currVop->predictionType == I_VOP)
1566 if (video->currVop->predictionType == I_VOP)
1589 if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP))
1600 video->hintTrackInfo.CodeType = (UChar)video->currVop->predictionType;
1818 video->currVop->gobFrameID = video->currVop->predictionType;
1823 if (video->currVop->predictionType == I_VOP)
1837 if (video->currVop->predictionType == I_VOP)
1850 video->hintTrackInfo.CodeType = (UChar)video->currVop->predictionType;
1929 if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType
[all...]
H A Dmp4lib_int.h57 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.cpp852 currVop->predictionType = (int) BitstreamReadBits16(stream, 2);
901 if (currVop->predictionType == P_VOP)
927 if (currVop->predictionType != I_VOP)
945 if (currVop->predictionType == B_VOP)
967 if (currVop->predictionType != I_VOP)
984 if (currVop->predictionType == B_VOP)
1151 currVop->predictionType = (int) BitstreamRead1Bits(stream);
1287 currVop->predictionType = tmpvar;
1441 if (currVop->predictionType == P_VOP && size > video->videoDecControls->size)
1512 if (currVop->predictionType !
[all...]
H A Dmp4lib_int.h65 int predictionType; /* VOP prediction type */ member in struct:tagVop
H A Dpvdec_api.cpp551 video->prevVop->predictionType = I_VOP;
1275 header_info->frameType = (MP4FrameType)currVop->predictionType;
1351 video->vop_coding_type = currVop->predictionType; /* 07/09/01 */
1378 video->vop_coding_type = currVop->predictionType; /* 07/09/01 */
1381 if (currVop->predictionType == I_VOP)
1396 if (currVop->predictionType == I_VOP)
1400 else if (currVop->predictionType == P_VOP)
1486 video->vop_coding_type = video->currVop->predictionType; /* 07/09/01 */
1668 prevVop->predictionType = I_VOP;
1711 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 119 milliseconds