Home
last modified time | relevance | path

Searched defs:crop_bottom (Results 1 – 11 of 11) sorted by relevance

/external/webp/src/dec/
Dvp8_dec.h98 int crop_left, crop_right, crop_top, crop_bottom; member
/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/
Dpadding.cpp141 unsigned int crop_bottom, in crop_and_copy_tile()
/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dmediacodec_decoder.cpp469 int32_t crop_bottom = height - 1; in GetOutputFormat() local
/external/crosvm/media/libvda/src/decode/
Dbindings.rs60 pub crop_bottom: i32, field
/external/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h787 void set_crop_bottom(uint64_t crop_bottom) { crop_bottom_ = crop_bottom; } in set_crop_bottom()
788 uint64_t crop_bottom() const { return crop_bottom_; } in crop_bottom() function
/external/libwebm/mkvmuxer/
Dmkvmuxer.h787 void set_crop_bottom(uint64_t crop_bottom) { crop_bottom_ = crop_bottom; } in set_crop_bottom()
788 uint64_t crop_bottom() const { return crop_bottom_; } in crop_bottom() function
/external/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h787 void set_crop_bottom(uint64_t crop_bottom) { crop_bottom_ = crop_bottom; } in set_crop_bottom()
788 uint64_t crop_bottom() const { return crop_bottom_; } in crop_bottom() function
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd_enc.h342 unsigned crop_bottom; member
Dradeon_vcn_enc.h420 unsigned crop_bottom; member
/external/crosvm/media/cros-codecs/src/decoders/h264/
Dparser.rs952 let crop_bottom = crop_unit_y * self.frame_crop_bottom_offset; in visible_rectangle() localVariable
/external/crosvm/media/ffmpeg/src/
Dffmpeg.rs1422 pub crop_bottom: usize, field