/external/tensorflow/tensorflow/core/kernels/image/ |
D | random_crop_op.cc | 48 const int32_t target_height = shape_vec(0); in Compute() local
|
D | resize_area_op_test.cc | 149 void RunRandomTest(int in_height, int in_width, int target_height, in RunRandomTest()
|
D | sample_distorted_bounding_box_op.cc | 378 const int target_height = crop_rect.max_y_ - crop_rect.min_y_; in DoCompute() local
|
D | resize_bicubic_op_test.cc | 163 const int64_t in_width, const int target_height, in RunRandomTest()
|
/external/executorch/examples/models/llama3_2_vision/preprocess/ |
D | preprocess.cpp | 102 int target_height = target_size[0]; in get_inscribed_size() local
|
/external/webrtc/api/test/ |
D | create_frame_generator.cc | 79 size_t target_height, in CreateScrollingInputFromYuvFilesFrameGenerator()
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 994 def pad_to_bounding_box(image, offset_height, offset_width, target_height, argument 1063 target_height, target_width, check_dims): argument 1154 def crop_to_bounding_box(image, offset_height, offset_width, target_height, argument 1257 def resize_image_with_crop_or_pad(image, target_height, target_width): argument 1775 def _resize_image_with_pad_common(image, target_height, target_width, argument 1853 target_height, argument 1896 target_height, argument
|
D | image_ops_test.py | 1763 def _CropToBoundingBox(self, x, offset_height, offset_width, target_height, argument 1804 target_height, argument 2090 def _PadToBoundingBox(self, x, offset_height, offset_width, target_height, argument 2133 target_height, argument 2342 target_height, target_width, use_tensor_inputs): argument 3919 def _ResizeImageWithPad(self, x, target_height, target_width, argument 3952 target_height, argument 4039 def _ResizeImageWithPad(self, x, target_height, target_width, argument 4072 target_height, argument 4157 def _ResizeImageWithCropOrPad(self, x, target_height, target_width, argument [all …]
|
/external/webrtc/modules/video_capture/ |
D | video_capture_impl.cc | 138 int target_height = abs(height); in IncomingFrame() local
|
/external/webrtc/test/ |
D | frame_generator.cc | 335 size_t target_height, in ScrollingImageFrameGenerator()
|
/external/webrtc/common_video/libyuv/ |
D | webrtc_libyuv.cc | 132 int target_height) { in ScaleI420ABuffer()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | swapchain9.c | 712 int target_width, target_height, target_depth, i; in present() local
|