Searched defs:dst_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.c1880 YV12_BUFFER_CONFIG *dst_fb) {
1883 const int out_w = dst_fb->y_crop_width;
1884 const int out_h = dst_fb->y_crop_height;
1887 const int out_w_uv = dst_fb->uv_crop_width;
1888 const int out_h_uv = dst_fb->uv_crop_height;
1896 uint8_t *dsts[4] = {dst_fb->y_buffer, dst_fb->u_buffer, dst_fb->v_buffer,
1897 dst_fb->alpha_buffer};
1898 int dst_strides[4] = {dst_fb
1879 scale_and_extend_frame_nonnormative(YV12_BUFFER_CONFIG *src_fb, YV12_BUFFER_CONFIG *dst_fb) argument
1915 scale_and_extend_frame(YV12_BUFFER_CONFIG *src_fb, YV12_BUFFER_CONFIG *dst_fb) argument
[all...]

Completed in 29 milliseconds