HomeSort by relevance Sort by last modified time
    Searched refs:crop_left (Results 1 - 25 of 34) sorted by null

1 2

  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3CropRegionMapper.cpp 116 * @crop_left : x coordinate of top left corner of rectangle
123 void QCamera3CropRegionMapper::toActiveArray(int32_t& crop_left, int32_t& crop_top,
132 crop_left = crop_left * mActiveArrayW / mSensorW;
137 boundToSize(crop_left, crop_top, crop_width, crop_height,
147 * @crop_left : x coordinate of top left corner of rectangle
155 void QCamera3CropRegionMapper::toSensor(int32_t& crop_left, int32_t& crop_top,
164 crop_left = crop_left * mSensorW / mActiveArrayW;
170 __func__, crop_left, crop_top, crop_width, crop_height)
    [all...]
QCamera3CropRegionMapper.h 48 void toActiveArray(int32_t& crop_left, int32_t& crop_top,
50 void toSensor(int32_t& crop_left, int32_t& crop_top,
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3CropRegionMapper.cpp 116 * @crop_left : x coordinate of top left corner of rectangle
123 void QCamera3CropRegionMapper::toActiveArray(int32_t& crop_left, int32_t& crop_top,
132 crop_left = crop_left * mActiveArrayW / mSensorW;
137 boundToSize(crop_left, crop_top, crop_width, crop_height,
147 * @crop_left : x coordinate of top left corner of rectangle
155 void QCamera3CropRegionMapper::toSensor(int32_t& crop_left, int32_t& crop_top,
164 crop_left = crop_left * mSensorW / mActiveArrayW;
170 __func__, crop_left, crop_top, crop_width, crop_height)
    [all...]
QCamera3CropRegionMapper.h 48 void toActiveArray(int32_t& crop_left, int32_t& crop_top,
50 void toSensor(int32_t& crop_left, int32_t& crop_top,
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3CropRegionMapper.cpp 120 * @crop_left : x coordinate of top left corner of rectangle
127 void QCamera3CropRegionMapper::toActiveArray(int32_t& crop_left, int32_t& crop_top,
136 crop_left = crop_left * mActiveArrayW / mSensorW;
141 boundToSize(crop_left, crop_top, crop_width, crop_height,
151 * @crop_left : x coordinate of top left corner of rectangle
159 void QCamera3CropRegionMapper::toSensor(int32_t& crop_left, int32_t& crop_top,
168 crop_left = crop_left * mSensorW / mActiveArrayW;
174 crop_left, crop_top, crop_width, crop_height)
    [all...]
QCamera3CropRegionMapper.h 47 void toActiveArray(int32_t& crop_left, int32_t& crop_top,
49 void toSensor(int32_t& crop_left, int32_t& crop_top,
  /external/webp/src/dec/
decode_vp8.h 98 int crop_left, crop_right, crop_top, crop_bottom; member in struct:VP8Io
frame.c 483 io->y += io->crop_left;
484 io->u += io->crop_left >> 1;
485 io->v += io->crop_left >> 1;
487 io->a += io->crop_left;
490 io->mb_w = io->crop_right - io->crop_left;
577 // avoid doing the in-loop filtering before crop_top/crop_left position.
595 dec->tl_mb_x_ = (io->crop_left - extra_pixels) >> 4;
buffer.c 183 const int x = options->crop_left & ~1;
  /external/opencv3/3rdparty/libwebp/dec/
decode_vp8.h 98 int crop_left, crop_right, crop_top, crop_bottom; member in struct:VP8Io
frame.c 227 io->y += io->crop_left;
228 io->u += io->crop_left >> 1;
229 io->v += io->crop_left >> 1;
231 io->a += io->crop_left;
234 io->mb_w = io->crop_right - io->crop_left;
308 // avoid doing the in-loop filtering before crop_top/crop_left position.
326 dec->tl_mb_x_ = (io->crop_left - extra_pixels) >> 4;
buffer.c 148 const int x = options->crop_left & ~1;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 134 unsigned int crop_left; /**< Pixels to crop from the left of the frame. */ member in struct:__anon30582
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 236 int crop_left; member in struct:_vbp_codec_data_h264
427 int crop_left; member in struct:_vbp_codec_data_vp8
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 372 int32_t crop_left, crop_top, crop_right, crop_bottom; local
373 if (!outputFormat->findRect("crop", &crop_left, &crop_top, &crop_right, &crop_bottom)) {
374 crop_left = crop_top = 0;
385 frame->mWidth = crop_right - crop_left + 1;
409 crop_left, crop_top, crop_right, crop_bottom,
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 451 LayerRect scissor_left, scissor_right, dst_left, crop_left, crop_right, dst_right; local
461 crop_left = src_rect;
463 crop_right = crop_left;
466 bool crop_left_valid = CalculateCropRects(scissor_left, &crop_left, &dst_left);
479 left_pipe->src_roi = crop_left;
560 float &crop_left = crop->left; local
609 crop_left += crop_width * left_cut_ratio;
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 456 void set_crop_left(uint64 crop_left) { crop_left_ = crop_left; }
457 uint64 crop_left() const { return crop_left_; } function in class:mkvmuxer::VideoTrack
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderVP8.cpp 82 mVideoFormatInfo.cropLeft = data->codec_data->crop_left;
86 ITRACE("Cropping: left = %d, top = %d, right = %d, bottom = %d", data->codec_data->crop_left, data->codec_data->crop_top, data->codec_data->crop_right, data->codec_data->crop_bottom);
VideoDecoderAVC.cpp 725 if(data->codec_data->crop_left > 0)
726 width -= data->codec_data->crop_left;
773 mVideoFormatInfo.cropLeft = data->codec_data->crop_left;
779 data->codec_data->crop_left,
    [all...]
  /external/opencv3/3rdparty/libwebp/webp/
decode.h 438 int crop_left, crop_top; // top-left position for cropping. member in struct:WebPDecoderOptions
  /external/skia/src/codec/
SkWebpCodec.cpp 207 config.options.crop_left = bounds.fLeft;
  /external/webp/include/webp/
decode.h 436 int crop_left, crop_top; // top-left position for cropping. member in struct:WebPDecoderOptions
  /external/webp/src/webp/
decode.h 436 int crop_left, crop_top; // top-left position for cropping. member in struct:WebPDecoderOptions
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
test.c 136 vparams.crop_top, vparams.crop_left, vparams.crop_bottom, vparams.crop_right);
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 117 uint32 crop_left; member in struct:H264ParamNalu

Completed in 479 milliseconds

1 2