Searched refs:output_height (Results 1 - 7 of 7) sorted by relevance
/packages/apps/Camera2/jni/ |
H A D | tinyplanet.cc | 95 int output_height) { 97 ImageRGBA output(output_image, output_width, output_height); 105 for (int y = 0; y < output_height; y++) { 107 float yf = (y - output_height / 2.0f) / image_scale; 92 StereographicProjection(float scale, float angle, unsigned char* input_image, int input_width, int input_height, unsigned char* output_image, int output_width, int output_height) argument
|
H A D | jpegutil.h | 44 * in the input image to the origin and (output_width, output_height) 57 inline int output_height() const { return output_height_; } function in class:jpegutil::Transform 74 // output_height()) to. 194 y = min(y, transform_.output_height() - 1);
|
H A D | jpegutil.cpp | 135 y = min(y, output_height() - 1);
|
/packages/apps/Gallery2/jni/filters/ |
H A D | tinyplanet.cc | 94 int output_height) { 96 ImageRGBA output(output_image, output_width, output_height); 104 for (int y = 0; y < output_height; y++) { 106 float yf = (y - output_height / 2.0f) / image_scale; 91 StereographicProjection(float scale, float angle, unsigned char* input_image, int input_width, int input_height, unsigned char* output_image, int output_width, int output_height) argument
|
/packages/services/BuiltInPrintService/jni/plugins/ |
H A D | wprint_image.h | 92 unsigned int output_height; member in struct:__anon186
|
H A D | wprint_image.c | 397 image_info->output_height = image_output_height; 401 image_info->output_height = MIN(image_info->printable_height, image_output_height);
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
H A D | jpeg_reader.cpp | 109 *height = mInfo.output_height; 132 while (mInfo.output_scanline < mInfo.output_height) {
|
Completed in 2018 milliseconds