Searched refs:dst_yuv_config (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/vpx_scale/generic/
H A Dvpxscale.c69 YV12_BUFFER_CONFIG *dst_yuv_config; member in struct:__anon8274
901 YV12_BUFFER_CONFIG *dst_yuv_config = scale_vars->dst_yuv_config; local
916 (unsigned char *) dst_yuv_config->y_buffer + YOffset,
917 dst_yuv_config->y_stride, dw, dh);
920 duck_memset(dst_yuv_config->y_buffer + YOffset + i * dst_yuv_config->y_stride + dw, 0, ew - dw);
923 duck_memset(dst_yuv_config->y_buffer + YOffset + i * dst_yuv_config->y_stride, 0, ew);
936 (unsigned char *)dst_yuv_config
964 center_image(YV12_BUFFER_CONFIG *src_yuv_config, YV12_BUFFER_CONFIG *dst_yuv_config) argument
1030 vp8_yv12_scale_or_center( YV12_BUFFER_CONFIG *src_yuv_config, YV12_BUFFER_CONFIG *dst_yuv_config, int expanded_frame_width, int expanded_frame_height, int scaling_mode, int HScale, int HRatio, int VScale, int VRatio ) argument
[all...]
/external/libvpx/vpx_scale/
H A Dvpxscale.h79 YV12_BUFFER_CONFIG *dst_yuv_config,

Completed in 98 milliseconds