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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1879 static void scale_and_extend_frame_nonnormative(YV12_BUFFER_CONFIG *src_fb, argument
1881 const int in_w = src_fb->y_crop_width;
1882 const int in_h = src_fb->y_crop_height;
1885 const int in_w_uv = src_fb->uv_crop_width;
1886 const int in_h_uv = src_fb->uv_crop_height;
1891 uint8_t *srcs[4] = {src_fb->y_buffer, src_fb->u_buffer, src_fb->v_buffer,
1892 src_fb->alpha_buffer};
1893 int src_strides[4] = {src_fb
1915 scale_and_extend_frame(YV12_BUFFER_CONFIG *src_fb, YV12_BUFFER_CONFIG *dst_fb) argument
[all...]

Completed in 345 milliseconds