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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
datapart_encode.cpp 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);
284 else if (currVop->predictionType == I_VOP)
384 if (video->currVop->predictionType == I_VOP)
442 if (video->currVop->predictionType == I_VOP)
vop.cpp 57 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)
mp4def.h 126 #define I_VOP 0
mp4enc_api.cpp     [all...]
combined_encode.cpp 81 else if (currVop->predictionType == I_VOP)
338 else if (currVop->predictionType == I_VOP)
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)
mp4def.h 65 #define I_VOP 0
combined_decode.cpp 66 case I_VOP :
364 mb_coded = ((VopType == I_VOP) ? TRUE : !BitstreamRead1Bits_INLINE(stream));
383 if (VopType == I_VOP)
pvdec_api.cpp 497 video->prevVop->predictionType = I_VOP;
    [all...]
datapart_decode.cpp 56 case I_VOP :
85 case I_VOP :
vop.cpp 921 if (currVop->predictionType != I_VOP)
    [all...]

Completed in 341 milliseconds