Home | History | Annotate | Download | only in HAL

Lines Matching full:crop

331  *   @previewWindoe : preview window ops table to set preview crop window
332 * @crop_info : crop info
343 // get stream param for crop info
347 mCropInfo = crop_info.crop_info[i].crop;
350 // update preview window crop if it's preview/postview stream
790 * DESCRIPTION: query crop info of the stream
793 * @crop : reference to struct to store the queried crop info
799 int32_t QCameraStream::getCropInfo(cam_rect_t &crop)
802 crop = mCropInfo;