HomeSort by relevance Sort by last modified time
    Searched refs:predictionType (Results 1 - 12 of 12) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vop.cpp 55 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);/* VOP Coding Type*
    [all...]
datapart_encode.cpp 76 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)
combined_encode.cpp 79 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;
mp4enc_api.cpp     [all...]
mp4lib_int.h 56 Int predictionType; /* VOP prediction type */
motion_est.cpp 184 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)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
packet_util.cpp 45 if (currVop->predictionType != I_VOP) resync_marker_length = 16 + fcode_forward;
100 if (currVop->predictionType != I_VOP)
104 if (currVop->predictionType == B_VOP)
vop.cpp 846 currVop->predictionType = (int) BitstreamReadBits16(stream, 2);
895 if (currVop->predictionType == P_VOP)
921 if (currVop->predictionType != I_VOP)
    [all...]
mp4lib_int.h 65 int predictionType; /* VOP prediction type */
pvdec_api.cpp 497 video->prevVop->predictionType = I_VOP;
    [all...]
combined_decode.cpp 64 switch (currVop->predictionType)
363 VopType = video->currVop->predictionType;
datapart_decode.cpp 47 int vopType = currVop->predictionType;

Completed in 63 milliseconds