Searched defs:crop_dimension (Results 1 – 2 of 2) sorted by relevance
| /external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/ |
| D | libyuv_frame_buffer_utils.cc | 891 FrameBuffer::Dimension crop_dimension = GetCropDimension(x0, x1, y0, y1); in CropPlane() local 948 FrameBuffer::Dimension crop_dimension = GetCropDimension(x0, x1, y0, y1); in CropYv() local 977 FrameBuffer::Dimension crop_dimension = GetCropDimension(x0, x1, y0, y1); in CropResizeYuv() local 1306 FrameBuffer::Dimension crop_dimension = GetCropDimension(x0, x1, y0, y1); in CropResize() local
|
| D | frame_buffer_utils.h | 105 FrameBuffer::Dimension crop_dimension; member
|