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

  /frameworks/base/media/libstagefright/codecs/avc/dec/include/
avcdec_api.h 70 int frame_crop_right; member in struct:tagAVCDecSPSInfo
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
avcdec_api.cpp 349 seqInfo->frame_crop_right = seqInfo->FrameWidth - (2 * decvid->seqParams[0]->frame_crop_right_offset + 1);
356 such that they have to be less than or equal to frame_crop_right/2 and frame_crop_bottom/2, respectively. */
363 such that they have to be less than or equal to frame_crop_right/2 and frame_crop_bottom/4, respectively. */
369 seqInfo->frame_crop_right = seqInfo->FrameWidth - 1;
    [all...]

Completed in 16 milliseconds