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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c190 xd->plane[0].dst.buf = get_frame_new_buffer(cm)->y_buffer + mb_y_offset;
191 xd->plane[0].dst.stride = get_frame_new_buffer(cm)->y_stride;
H A Dvp9_temporal_filter.c448 get_frame_new_buffer(cm)->y_crop_width,
449 get_frame_new_buffer(cm)->y_crop_height,
H A Dvp9_onyx_if.c2187 recon_err = vp9_calc_ss_err(cpi->Source, get_frame_new_buffer(cm));
2358 int kf_err = vp9_calc_ss_err(cpi->Source, get_frame_new_buffer(cm));
2715 cpi->ambient_err = vp9_calc_ss_err(cpi->Source, get_frame_new_buffer(cm));
2722 cm->frame_to_show = get_frame_new_buffer(cm);
3181 vp9_realloc_frame_buffer(get_frame_new_buffer(cm),
H A Dvp9_encodeframe.c231 vp9_setup_dst_planes(xd, get_frame_new_buffer(cm), mi_row, mi_col);
759 YV12_BUFFER_CONFIG *new_yv12 = get_frame_new_buffer(cm);
2425 vp9_setup_dst_planes(xd, get_frame_new_buffer(cm), 0, 0);
H A Dvp9_firstpass.c485 YV12_BUFFER_CONFIG *const new_yv12 = get_frame_new_buffer(cm);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_onyxc_int.h210 static INLINE YV12_BUFFER_CONFIG *get_frame_new_buffer(VP9_COMMON *cm) { function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_dthread.c182 lf_data->frame_buffer = get_frame_new_buffer(cm);
H A Dvp9_decodeframe.c319 vp9_setup_dst_planes(xd, get_frame_new_buffer(cm), mi_row, mi_col);
635 get_frame_new_buffer(cm), cm->width, cm->height,
685 lf_data->frame_buffer = get_frame_new_buffer(cm);
1078 cm->frame_refs[i].buf = get_frame_new_buffer(cm);
1263 YV12_BUFFER_CONFIG *const new_fb = get_frame_new_buffer(cm);
H A Dvp9_decoder.c282 cm->frame_to_show = get_frame_new_buffer(cm);

Completed in 155 milliseconds