Home
last modified time | relevance | path

Searched refs:output_height (Results 1 – 9 of 9) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dresize_nearest_neighbor_v1_3.mod.py16 def test(name, input0, output_width, output_height, layout, align_corners, argument
19 output_height, layout, align_corners,
41 output_height=Int32Scalar("output_height", 2),
54 output_height=Int32Scalar("output_height", 1),
67 output_height=Int32Scalar("output_height", 3),
80 output_height=Int32Scalar("output_height", 2),
93 output_height=Int32Scalar("output_height", 3),
106 output_height=Int32Scalar("output_height", 5),
119 output_height=Int32Scalar("output_height", 4),
132 output_height=Int32Scalar("output_height", 3),
[all …]
Dresize_bilinear_v1_3.mod.py19 output_height, argument
28 output_height, layout, align_corners,
54 output_height=Int32Scalar("output_height", 3),
69 output_height=Int32Scalar("output_height", 6),
278 output_height=Int32Scalar("output_height", 14),
486 output_height=Int32Scalar("output_height", 1),
499 output_height=Int32Scalar("output_height", 3),
512 output_height=Int32Scalar("output_height", 2),
525 output_height=Int32Scalar("output_height", 3),
/packages/apps/Camera2/jni/
Dtinyplanet.cc95 int output_height) { in StereographicProjection() argument
97 ImageRGBA output(output_image, output_width, output_height); in StereographicProjection()
105 for (int y = 0; y < output_height; y++) { in StereographicProjection()
107 float yf = (y - output_height / 2.0f) / image_scale; in StereographicProjection()
Djpegutil.h57 inline int output_height() const { return output_height_; } in output_height() function
194 y = min(y, transform_.output_height() - 1); in LoadAt()
Djpegutil.cpp135 y = min(y, output_height() - 1); in Map()
/packages/apps/Gallery2/jni/filters/
Dtinyplanet.cc94 int output_height) { in StereographicProjection() argument
96 ImageRGBA output(output_image, output_width, output_height); in StereographicProjection()
104 for (int y = 0; y < output_height; y++) { in StereographicProjection()
106 float yf = (y - output_height / 2.0f) / image_scale; in StereographicProjection()
/packages/apps/Gallery2/jni_jpegstream/src/
Djpeg_reader.cpp109 *height = mInfo.output_height; in setup()
132 while (mInfo.output_scanline < mInfo.output_height) { in read()
/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_image.h92 unsigned int output_height; member
Dwprint_image.c397 image_info->output_height = image_output_height; in wprint_image_set_output_properties()
401 image_info->output_height = MIN(image_info->printable_height, image_output_height); in wprint_image_set_output_properties()
573 image_info->output_height); in wprint_image_set_output_properties()