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

  /frameworks/av/media/libstagefright/codecs/avc/common/src/
dpb.cpp 41 video->padded_size = (int)((((FrameHeightInMbs + 2) * (PicWidthInMbs + 2)) << 7) * 3) - framesize;
45 video->padded_size = 0;
68 dpb->dpb_size = dpb->num_fs * (framesize + video->padded_size);
101 dpb->used_size += (framesize + video->padded_size);
294 if (video->padded_size)
307 video->currPic->pitch = video->PicWidthInSamplesL + (video->padded_size == 0 ? 0 : 32);
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 699 int padded_size; /* size of extra padding to a frame */ member in struct:tagCommonObj
    [all...]

Completed in 284 milliseconds