HomeSort by relevance Sort by last modified time
    Searched defs:crop_right (Results 1 - 12 of 12) sorted by null

  /external/webp/src/dec/
vp8_dec.h 98 int crop_left, crop_right, crop_top, crop_bottom; member in struct:VP8Io
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 510 int32_t crop_left, crop_top, crop_right, crop_bottom; local
511 if (!outputFormat->findRect("crop", &crop_left, &crop_top, &crop_right, &crop_bottom)) {
513 crop_right = width - 1;
520 (crop_right - crop_left + 1) * gridCols,
535 dstRight = crop_right;
548 crop_left, crop_top, crop_right, crop_bottom,
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 458 LayerRect scissor_left, scissor_right, dst_left, crop_left, crop_right, dst_right; local
470 crop_right = crop_left;
477 crop_right_valid = CalculateCropRects(scissor_right, &crop_right, &dst_right);
493 right_pipe->src_roi = crop_right;
569 float &crop_right = crop->right; local
618 crop_right -= crop_width * right_cut_ratio;
  /hardware/qcom/display/msm8998/sdm/libs/core/
resource_default.cpp 495 LayerRect scissor_left, scissor_right, dst_left, crop_left, crop_right, dst_right; local
507 crop_right = crop_left;
514 crop_right_valid = CalculateCropRects(scissor_right, &crop_right, &dst_right);
530 right_pipe->src_roi = crop_right;
606 float &crop_right = crop->right; local
655 crop_right -= crop_width * right_cut_ratio;
  /hardware/qcom/display/sdm845/sdm/libs/core/
resource_default.cpp 495 LayerRect scissor_left, scissor_right, dst_left, crop_left, crop_right, dst_right; local
507 crop_right = crop_left;
514 crop_right_valid = CalculateCropRects(scissor_right, &crop_right, &dst_right);
530 right_pipe->src_roi = crop_right;
606 float &crop_right = crop->right; local
655 crop_right -= crop_width * right_cut_ratio;
  /frameworks/native/libs/vr/libdvr/include/dvr/
dvr_api.h 384 crop_right(0),
406 int32_t crop_right; variable
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 237 int crop_right; member in struct:_vbp_codec_data_h264
428 int crop_right; member in struct:_vbp_codec_data_vp8
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 118 uint32 crop_right; member in struct:H264ParamNalu
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 123 uint32 crop_right; member in struct:H264ParamNalu
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 123 uint32 crop_right; member in struct:H264ParamNalu
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 123 uint32 crop_right; member in struct:H264ParamNalu
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h 783 void set_crop_right(uint64_t crop_right) { crop_right_ = crop_right; }
784 uint64_t crop_right() const { return crop_right_; } function in class:mkvmuxer::VideoTrack
    [all...]

Completed in 398 milliseconds