/pdk/apps/TestingCamera/src/com/android/testingcamera/ |
callback.rs | 11 uint32_t out_height; 35 out_height = oh; 38 y_scale = (float)yuv_height / out_height;
|
/hardware/ti/omap4xxx/camera/ |
Encoder_libjpeg.cpp | 194 o_img_ptr.uHeight = params->out_height; 363 int out_height = 0, in_height = 0; local 373 out_height = input->out_height; 383 if ((in_width < 2) || (out_width < 2) || (in_height < 2) || (out_height < 2) || 391 if ((in_width != out_width) || (in_height != out_height)) { 396 } else if ((in_width != out_width) || (in_height != out_height)) { 415 out_width, out_height, input->dst, 420 cinfo.image_height = out_height; 433 row_uv = src + out_width * out_height * bpp [all...] |
AppCallbackNotifier.cpp | [all...] |
/external/chromium_org/third_party/libwebp/dec/ |
io.c | 313 const int out_height = io->scaled_height; local 315 const int uv_out_height = (out_height + 1) >> 1; 333 buf->y, out_width, out_height, buf->y_stride, 1, 334 io->mb_w, out_width, io->mb_h, out_height, 350 buf->a, out_width, out_height, buf->a_stride, 1, 351 io->mb_w, out_width, io->mb_h, out_height, 485 const int out_height = io->scaled_height; local 506 tmp + 0 * out_width, out_width, out_height, 0, 1, 507 io->mb_w, out_width, io->mb_h, out_height, 510 tmp + 1 * out_width, out_width, out_height, 0, 1 [all...] |
vp8l.c | 373 const int out_height = io->scaled_height; local 396 out_width, out_height, 0, num_channels, 397 in_width, out_width, in_height, out_height, work); [all...] |
/external/webp/src/dec/ |
io.c | 313 const int out_height = io->scaled_height; local 315 const int uv_out_height = (out_height + 1) >> 1; 333 buf->y, out_width, out_height, buf->y_stride, 1, 334 io->mb_w, out_width, io->mb_h, out_height, 350 buf->a, out_width, out_height, buf->a_stride, 1, 351 io->mb_w, out_width, io->mb_h, out_height, 485 const int out_height = io->scaled_height; local 506 tmp + 0 * out_width, out_width, out_height, 0, 1, 507 io->mb_w, out_width, io->mb_h, out_height, 510 tmp + 1 * out_width, out_width, out_height, 0, 1 [all...] |
vp8l.c | 373 const int out_height = io->scaled_height; local 396 out_width, out_height, 0, num_channels, 397 in_width, out_width, in_height, out_height, work); [all...] |
/hardware/ti/omap4xxx/original-kernel-headers/linux/ |
omapfb.h | 116 __u32 out_width, out_height; member in struct:omapfb_update_window 145 __u32 out_height; member in struct:omapfb_plane_info
|
/hardware/ti/omap4xxx/kernel-headers/linux/ |
omapfb.h | 116 __u32 out_width, out_height; member in struct:omapfb_update_window 147 __u32 out_height; member in struct:omapfb_plane_info
|
/hardware/ti/omap4xxx/camera/inc/ |
Encoder_libjpeg.h | 120 int out_height; member in struct:android::Encoder_libjpeg::params
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_sample.h | 365 LLVMValueRef *out_height,
|
lp_bld_sample.c | 842 LLVMValueRef *out_height, 854 *out_height = lp_build_extract_broadcast(bld->gallivm, [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_sample.h | 365 LLVMValueRef *out_height,
|
lp_bld_sample.c | 842 LLVMValueRef *out_height, 854 *out_height = lp_build_extract_broadcast(bld->gallivm, [all...] |
/external/kernel-headers/original/video/ |
dsscomp.h | 297 * Y:[pos_y, pos_y + out_height] outside of the screen
|