Searched refs:output_height (Results 1 – 9 of 9) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
D | resize_nearest_neighbor_v1_3.mod.py | 16 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 …]
|
D | resize_bilinear_v1_3.mod.py | 19 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/ |
D | tinyplanet.cc | 95 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()
|
D | jpegutil.h | 57 inline int output_height() const { return output_height_; } in output_height() function 194 y = min(y, transform_.output_height() - 1); in LoadAt()
|
D | jpegutil.cpp | 135 y = min(y, output_height() - 1); in Map()
|
/packages/apps/Gallery2/jni/filters/ |
D | tinyplanet.cc | 94 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/ |
D | jpeg_reader.cpp | 109 *height = mInfo.output_height; in setup() 132 while (mInfo.output_scanline < mInfo.output_height) { in read()
|
/packages/services/BuiltInPrintService/jni/plugins/ |
D | wprint_image.h | 92 unsigned int output_height; member
|
D | wprint_image.c | 397 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()
|