Home
last modified time | relevance | path

Searched refs:Crop (Results 1 – 25 of 30) sorted by relevance

12

/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
Dframe_buffer_utils_interface.h40 virtual absl::Status Crop(const FrameBuffer& buffer, int x0, int y0, int x1,
Dlibyuv_frame_buffer_utils.h44 absl::Status Crop(const FrameBuffer& buffer, int x0, int y0, int x1, int y1,
Dframe_buffer_utils.cc301 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()
Dframe_buffer_utils.h181 absl::Status Crop(const FrameBuffer& buffer, int x0, int y0, int x1, int y1,
Dlibyuv_frame_buffer_utils.cc1338 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/
DRTCCVPixelBuffer.mm173 // 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/
Dformat.rs166 pub struct Crop { struct
172 impl_from_for_interconvertible_structs!(virtio_video_crop, Crop, left, top, width, height); argument
Dparams.rs28 pub crop: Crop,
/external/libjpeg-turbo/gtest/
Djpegtran-gtest-wrapper.cpp61 TEST(JPEGTranTest, Crop) { in TEST() argument
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dimage_preprocessing_stage.cc108 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/
Dframe_generator_capturer.h68 struct Crop { struct
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DecodeAndCropJpeg.pbtxt64 summary: "Decode and Crop a JPEG-encoded image to a uint8 tensor."
Dapi_def_BatchToSpaceND.pbtxt52 4. Crop the start and end of dimensions `[1, ..., M]` of
/external/ImageMagick/PerlMagick/demo/
Dcompose-specials.pl26 $dest->Crop('100x100+400+100'); # wizards hat
Ddemo.pl164 $example->Crop(geometry=>'80x80+25+50');
/external/webrtc/test/scenario/
Dscenario_config.h87 struct Crop { struct
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dimage.h124 Image<T>* Crop(
Dimage-inl.h106 Image<T>* Image<T>::Crop( in Crop() function
/external/libyuv/files/docs/
Drotation.md25 Crop to 640 x 360<br>
/external/ImageMagick/PerlMagick/
DREADME.txt130 $x = $q->Crop(geom=>'100x100+100+100');
DMANIFEST184 t/reference/filter/Crop.miff
366 t/reference/write/filter/Crop.miff
/external/ImageMagick/www/source/
Dexamples.pl139 $example->Crop(geometry=>'80x80+25+50');
/external/crosvm/devices/src/virtio/video/decoder/
Dmod.rs327 crop: Crop { in handle_provide_picture_buffers()
/external/libjpeg-turbo/
Dusage.txt544 -crop WxH+X+Y Crop to a rectangular region of width W and height H,
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/
Dlegalization.md302 // Step 4 Crop the start/end dimensions using slice

12