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

  /external/opencore/codecs_v2/omx/omx_h264/src/
avc_dec.cpp 177 OMX_S32 crop_top, crop_bottom, crop_right, crop_left; local
239 crop_bottom = Height - (2 * pDecVid->seqParams[0]->frame_crop_bottom_offset + 1);
244 crop_bottom = Height - (4 * pDecVid->seqParams[0]->frame_crop_bottom_offset + 1);
249 crop_bottom = Height - 1;
255 aPortParam->format.video.nFrameHeight = crop_bottom - crop_top + 1;
  /frameworks/base/media/libstagefright/codecs/avc/dec/
AVCDecoder.cpp 298 int32_t crop_left, crop_right, crop_top, crop_bottom; local
308 crop_bottom =
315 crop_bottom =
320 crop_bottom = height - 1;
326 int32_t aligned_height = (crop_bottom - crop_top + 1 + 15) & ~15;

Completed in 178 milliseconds