HomeSort by relevance Sort by last modified time
    Searched defs:crop_bottom (Results 1 - 8 of 8) 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)) {
514 crop_bottom = height - 1;
521 (crop_bottom - crop_top + 1) * gridRows,
536 dstBottom = crop_bottom;
548 crop_left, crop_top, crop_right, crop_bottom,
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 570 float &crop_bottom = crop->bottom; local
619 crop_bottom -= crop_height * bottom_cut_ratio;
  /hardware/qcom/display/msm8998/sdm/libs/core/
resource_default.cpp 607 float &crop_bottom = crop->bottom; local
656 crop_bottom -= crop_height * bottom_cut_ratio;
  /hardware/qcom/display/sdm845/sdm/libs/core/
resource_default.cpp 607 float &crop_bottom = crop->bottom; local
656 crop_bottom -= crop_height * bottom_cut_ratio;
  /frameworks/native/libs/vr/libdvr/include/dvr/
dvr_api.h 385 crop_bottom(0),
407 int32_t crop_bottom; variable
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 235 int crop_bottom; member in struct:_vbp_codec_data_h264
426 int crop_bottom; member in struct:_vbp_codec_data_vp8
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h 787 void set_crop_bottom(uint64_t crop_bottom) { crop_bottom_ = crop_bottom; }
788 uint64_t crop_bottom() const { return crop_bottom_; } function in class:mkvmuxer::VideoTrack
    [all...]

Completed in 250 milliseconds