Home
last modified time | relevance | path

Searched defs:crop_width (Results 1 – 25 of 91) sorted by relevance

1234

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dcrop_and_resize_op_gpu.cu.cc44 int crop_height, int crop_width, int depth, int method_id, in CropAndResizeKernel()
148 int crop_height, int crop_width, int depth, T* __restrict__ grads_image_ptr, in CropAndResizeBackpropImageKernel()
244 int image_height, int image_width, int crop_height, int crop_width, in CropAndResizeBackpropBoxesKernel()
374 const int crop_width = crops.dimension(2); in operator ()() local
412 const int crop_width = grads.dimension(2); in operator ()() local
463 const int crop_width = grads.dimension(2); in operator ()() local
H A Dcrop_and_resize_op.cc168 const int crop_width = internal::SubtleMustCopy(crop_size_vec(1)); in ComputeAsync() local
224 const int crop_width = crops.dimension(2); in operator ()() local
380 const int crop_width = grads.dim_size(2); in ComputeAsync() local
470 const int crop_width = grads.dimension(2); in operator ()() local
602 const int crop_width = grads.dim_size(2); in ComputeAsync() local
684 const int crop_width = grads.dimension(2); in operator ()() local
H A Dcrop_and_resize_op_benchmark_test.cc25 int crop_height, int crop_width) { in CropAndResize()
/aosp_15_r20/external/webrtc/api/video/
H A Dvideo_frame_buffer.cc24 int crop_width, in CropAndScale()
139 int crop_width, in CropAndScale()
164 int crop_width, in CropAndScale()
213 int crop_width, in CropAndScale()
H A Di420_buffer.cc187 int crop_width, in CropAndScaleFrom()
217 const int crop_width = in CropAndScaleFrom() local
H A Dnv12_buffer.cc128 int crop_width, in CropAndScaleFrom()
H A Di010_buffer.cc202 int crop_width, in CropAndScaleFrom()
/aosp_15_r20/external/webrtc/test/
H A Dmappable_native_buffer.cc77 int crop_width, in CropAndScale()
111 int crop_width, in CropAndScale()
/aosp_15_r20/hardware/google/graphics/common/libgscaler/
Dlibgscaler.cpp174 unsigned int crop_width, in exynos_gsc_set_src_format()
209 unsigned int crop_width, in exynos_gsc_set_dst_format()
/aosp_15_r20/hardware/google/graphics/common/libscaler/
Dlibscaler.cpp321 unsigned int crop_width, in exynos_sc_set_src_format()
348 unsigned int crop_width, in exynos_sc_set_dst_format()
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/qrcode/
H A DQrYuvLuminanceSource.java41 public LuminanceSource crop(int left, int top, int crop_width, int crop_height) { in crop()
/aosp_15_r20/external/webrtc/sdk/android/src/jni/
H A Djava_i420_buffer.cc27 jint crop_width, in JNI_JavaI420Buffer_CropAndScaleI420()
H A Dnv21_buffer.cc27 jint crop_width, in JNI_NV21Buffer_CropAndScale()
H A Dnv12_buffer.cc26 jint crop_width, in JNI_NV12Buffer_CropAndScale()
H A Dandroid_video_track_source.cc105 int crop_width = 0; in AdaptFrame() local
/aosp_15_r20/external/webrtc/media/base/
H A Dadapted_video_track_source.cc95 int* crop_width, in AdaptFrame()
/aosp_15_r20/device/amlogic/yukawa/hal/gralloc/
Dgralloc_buffer_priv.h35 int crop_width; member
/aosp_15_r20/device/linaro/hikey/gralloc960/
Dgralloc_buffer_priv.h35 int crop_width; member
/aosp_15_r20/external/libvpx/third_party/libyuv/source/
H A Dconvert_to_argb.cc50 int crop_width, in ConvertToARGB()
H A Dconvert_to_i420.cc40 int crop_width, in ConvertToI420()
/aosp_15_r20/external/libaom/third_party/libyuv/source/
H A Dconvert_to_i420.cc40 int crop_width, in ConvertToI420()
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/jpeg/
H A Djpeg_mem.h72 int crop_width = 0; member
/aosp_15_r20/external/libyuv/source/
H A Dconvert_to_i420.cc40 int crop_width, in ConvertToI420()
/aosp_15_r20/external/libvpx/test/
H A Dvpx_scale_test.h115 static void ExtendPlane(uint8_t *buf, int crop_width, int crop_height, in ExtendPlane()
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libjpeg-turbo/
Dtransupp.h135 JDIMENSION crop_width; /* Width of selected region */ member

1234