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

  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
slice.cpp 49 video->mb_skip_run = -1;
101 while ((moreDataFlag && video->numMBs > 0) || video->mb_skip_run > 0); /* even if no more data, but last few MBs are skipped */
115 /* update video->mb_skip_run */
131 if (video->mb_skip_run < 0)
133 ue_v(stream, (uint *)&(video->mb_skip_run));
136 if (video->mb_skip_run == 0)
138 /* this will not handle the case where the slice ends with a mb_skip_run == 0 and no following MB data */
145 video->mb_skip_run = -1;
172 video->mb_skip_run--;
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
slice.cpp 38 video->mb_skip_run = 0;
135 if (video->mb_skip_run > 0)
140 ue_v(stream, video->mb_skip_run);
141 video->mb_skip_run = 0;
326 /* 4.1 if there's nothing in there, video->mb_skip_run++ */
373 video->mb_skip_run++;
419 ue_v(stream, video->mb_skip_run);
420 video->mb_skip_run = 0;
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 767 int mb_skip_run; /* ue(v) */ member in struct:tagCommonObj
    [all...]

Completed in 14 milliseconds