/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/ |
D | frame_buffer_utils_interface.h | 40 virtual absl::Status Crop(const FrameBuffer& buffer, int x0, int y0, int x1,
|
D | libyuv_frame_buffer_utils.h | 44 absl::Status Crop(const FrameBuffer& buffer, int x0, int y0, int x1, int y1,
|
D | frame_buffer_utils.cc | 301 absl::Status FrameBufferUtils::Crop(const FrameBuffer& buffer, int x0, int y0, in Crop() function in tflite::task::vision::FrameBufferUtils 305 return utils_->Crop(buffer, x0, y0, x1, y1, output_buffer); in Crop() 397 Crop(buffer, params.crop_origin_x, params.crop_origin_y, in Execute()
|
D | frame_buffer_utils.h | 181 absl::Status Crop(const FrameBuffer& buffer, int x0, int y0, int x1, int y1,
|
D | libyuv_frame_buffer_utils.cc | 1338 absl::Status LibyuvFrameBufferUtils::Crop(const FrameBuffer& buffer, int x0, in Crop() function in tflite::task::vision::LibyuvFrameBufferUtils
|
/external/webrtc/sdk/objc/components/video_frame_buffer/ |
D | RTCCVPixelBuffer.mm | 173 // Crop just by modifying pointers. 289 // Crop just by modifying pointers. 328 // Crop just by modifying pointers. Need to ensure that src pointer points to a byte corresponding
|
/external/crosvm/devices/src/virtio/video/ |
D | format.rs | 166 pub struct Crop { struct 172 impl_from_for_interconvertible_structs!(virtio_video_crop, Crop, left, top, width, height); argument
|
D | params.rs | 28 pub crop: Crop,
|
/external/libjpeg-turbo/gtest/ |
D | jpegtran-gtest-wrapper.cpp | 61 TEST(JPEGTranTest, Crop) { in TEST() argument
|
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/ |
D | image_preprocessing_stage.cc | 108 inline void Crop(ImageData* image_data, const CroppingParams& crop_params) { in Crop() function 298 Crop(&image_data, param.cropping_params()); in Run()
|
/external/webrtc/test/ |
D | frame_generator_capturer.h | 68 struct Crop { struct
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DecodeAndCropJpeg.pbtxt | 64 summary: "Decode and Crop a JPEG-encoded image to a uint8 tensor."
|
D | api_def_BatchToSpaceND.pbtxt | 52 4. Crop the start and end of dimensions `[1, ..., M]` of
|
/external/ImageMagick/PerlMagick/demo/ |
D | compose-specials.pl | 26 $dest->Crop('100x100+400+100'); # wizards hat
|
D | demo.pl | 164 $example->Crop(geometry=>'80x80+25+50');
|
/external/webrtc/test/scenario/ |
D | scenario_config.h | 87 struct Crop { struct
|
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | image.h | 124 Image<T>* Crop(
|
D | image-inl.h | 106 Image<T>* Image<T>::Crop( in Crop() function
|
/external/libyuv/files/docs/ |
D | rotation.md | 25 Crop to 640 x 360<br>
|
/external/ImageMagick/PerlMagick/ |
D | README.txt | 130 $x = $q->Crop(geom=>'100x100+100+100');
|
D | MANIFEST | 184 t/reference/filter/Crop.miff 366 t/reference/write/filter/Crop.miff
|
/external/ImageMagick/www/source/ |
D | examples.pl | 139 $example->Crop(geometry=>'80x80+25+50');
|
/external/crosvm/devices/src/virtio/video/decoder/ |
D | mod.rs | 327 crop: Crop { in handle_provide_picture_buffers()
|
/external/libjpeg-turbo/ |
D | usage.txt | 544 -crop WxH+X+Y Crop to a rectangular region of width W and height H,
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/ |
D | legalization.md | 302 // Step 4 Crop the start/end dimensions using slice
|