Searched defs:out_width (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Dframe_scaler.cc26 int out_width,
32 if ((video_frame->width() != out_width) ||
35 scaler_->Set(video_frame->width(), video_frame->height(), out_width,
25 ResizeFrameIfNeeded(I420VideoFrame* video_frame, int out_width, int out_height) argument
/external/chromium_org/third_party/libwebp/dec/
H A Dio.c316 const int out_width = io->scaled_width; local
318 const int uv_out_width = (out_width + 1) >> 1;
322 const size_t work_size = 2 * out_width; // scratch memory for luma rescaler
337 buf->y, out_width, out_height, buf->y_stride, 1,
338 io->mb_w, out_width, io->mb_h, out_height,
354 buf->a, out_width, out_height, buf->a_stride, 1,
355 io->mb_w, out_width, io->mb_h, out_height,
493 const int out_width = io->scaled_width; local
497 const size_t work_size = 2 * out_width; // scratch memory for one rescaler
503 tmp_size2 = 3 * out_width;
[all...]
H A Dvp8l.c388 const int out_width = io->scaled_width; local
391 const uint64_t work_size = 2 * num_channels * (uint64_t)out_width;
393 const uint64_t scaled_data_size = num_channels * (uint64_t)out_width;
413 out_width, out_height, 0, num_channels,
414 in_width, out_width, in_height, out_height, work);
/external/webp/src/dec/
H A Dio.c316 const int out_width = io->scaled_width; local
318 const int uv_out_width = (out_width + 1) >> 1;
322 const size_t work_size = 2 * out_width; // scratch memory for luma rescaler
337 buf->y, out_width, out_height, buf->y_stride, 1,
338 io->mb_w, out_width, io->mb_h, out_height,
354 buf->a, out_width, out_height, buf->a_stride, 1,
355 io->mb_w, out_width, io->mb_h, out_height,
493 const int out_width = io->scaled_width; local
497 const size_t work_size = 2 * out_width; // scratch memory for one rescaler
503 tmp_size2 = 3 * out_width;
[all...]
H A Dvp8l.c388 const int out_width = io->scaled_width; local
391 const uint64_t work_size = 2 * num_channels * (uint64_t)out_width;
393 const uint64_t scaled_data_size = num_channels * (uint64_t)out_width;
413 out_width, out_height, 0, num_channels,
414 in_width, out_width, in_height, out_height, work);
/external/kernel-headers/original/uapi/linux/
H A Domapfb.h115 __u32 out_width, out_height; member in struct:omapfb_update_window
143 __u32 out_width; member in struct:omapfb_plane_info
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c841 LLVMValueRef *out_width,
848 *out_width = lp_build_extract_broadcast(bld->gallivm,
837 lp_build_extract_image_sizes(struct lp_build_sample_context *bld, struct lp_type size_type, struct lp_type coord_type, LLVMValueRef size, LLVMValueRef *out_width, LLVMValueRef *out_height, LLVMValueRef *out_depth) argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c841 LLVMValueRef *out_width,
848 *out_width = lp_build_extract_broadcast(bld->gallivm,
837 lp_build_extract_image_sizes(struct lp_build_sample_context *bld, struct lp_type size_type, struct lp_type coord_type, LLVMValueRef size, LLVMValueRef *out_width, LLVMValueRef *out_height, LLVMValueRef *out_depth) argument
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win.cc1936 LONG* out_width,
1941 if (!out_x || !out_y || !out_width || !out_height)
1962 *out_width = character_bounds.width();
2709 int* out_width,
2714 start_index, end_index, out_x, out_y, out_width, out_height);
2722 int* out_width,
2727 if (!out_x || !out_y || !out_width || !out_height)
2741 *out_width = bounds.width();
1931 get_characterExtents( LONG offset, enum IA2CoordinateType coordinate_type, LONG* out_x, LONG* out_y, LONG* out_width, LONG* out_height) argument
2704 get_clippedSubstringBounds( unsigned int start_index, unsigned int end_index, int* out_x, int* out_y, int* out_width, int* out_height) argument
2717 get_unclippedSubstringBounds( unsigned int start_index, unsigned int end_index, int* out_x, int* out_y, int* out_width, int* out_height) argument

Completed in 210 milliseconds