/external/webrtc/webrtc/modules/video_processing/test/ |
D | video_processing_unittest.cc | 311 int target_height, 351 int target_height,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | random_crop_op.cc | 48 const int32 target_height = shape_vec(0); in Compute() local
|
D | resize_area_op_test.cc | 146 void RunRandomTest(int in_height, int in_width, int target_height, in RunRandomTest()
|
D | sample_distorted_bounding_box_op.cc | 363 const int target_height = crop_rect.max_y_ - crop_rect.min_y_; in Compute() local
|
D | resize_bicubic_op_test.cc | 160 const int64 in_width, const int target_height, in RunRandomTest()
|
/external/libvpx/libvpx/examples/ |
D | resize_util.c | 54 int width, height, target_width, target_height; in main() local
|
/external/libaom/libaom/examples/ |
D | resize_util.c | 55 int width, height, target_width, target_height; in main() local
|
/external/webrtc/webrtc/test/ |
D | frame_generator.cc | 138 size_t target_height, in ScrollingImageFrameGenerator() 263 size_t target_height, in CreateScrollingInputFromYuvFiles()
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 663 def pad_to_bounding_box(image, offset_height, offset_width, target_height, argument 746 def crop_to_bounding_box(image, offset_height, offset_width, target_height, argument 826 def resize_image_with_crop_or_pad(image, target_height, target_width): argument 1255 def _resize_image_with_pad_common(image, target_height, target_width, argument 1330 target_height, argument 1372 target_height, argument
|
D | image_ops_test.py | 1499 def _CropToBoundingBox(self, x, offset_height, offset_width, target_height, argument 1544 target_height, argument 1824 def _PadToBoundingBox(self, x, offset_height, offset_width, target_height, argument 1869 target_height, argument 3250 def _ResizeImageWithPad(self, x, target_height, target_width, argument 3288 target_height, argument 3348 def _ResizeImageWithPad(self, x, target_height, target_width, argument 3386 target_height, argument 3449 def _ResizeImageWithCropOrPad(self, x, target_height, target_width, argument 3487 target_height, argument
|
/external/webrtc/webrtc/modules/video_capture/ |
D | video_capture_impl.cc | 264 int target_height = height; in IncomingFrame() local
|