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

  /frameworks/av/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/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 767 int mb_skip_run; /* ue(v) */ member in struct:tagCommonObj
    [all...]

Completed in 40 milliseconds