Searched defs:ref_buf (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dpsb_surface.h61 struct psb_buffer_s *ref_buf; member in struct:psb_surface_s
H A Dtng_cmdbuf.c812 psb_buffer_p ref_buf, unsigned int ref_ofs, unsigned int ref_len)
815 IMG_UINT32 addr_phys = (IMG_UINT32)wsbmBOOffsetHint(ref_buf->drm_buf) + ref_ofs;
817 // drv_debug_msg(VIDEO_DEBUG_GENERAL, "%s: drm_buf 0x%08x, addr_phys 0x%08x, virt addr 0x%08x\n", __FUNCTION__, ref_buf->drm_buf, addr_phys, ref_buf->virtual_addr );
811 tng_cmdbuf_set_phys(IMG_UINT32 *dest_buf, int dest_num, psb_buffer_p ref_buf, unsigned int ref_ofs, unsigned int ref_len) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decoder.c215 RefBuffer *ref_buf = NULL; local
222 ref_buf = &cm->frame_refs[0];
224 ref_buf = &cm->frame_refs[1];
226 ref_buf = &cm->frame_refs[2];
233 if (!equal_dimensions(ref_buf->buf, sd)) {
237 int *ref_fb_ptr = &ref_buf->idx;
247 ref_buf->buf = &cm->frame_bufs[*ref_fb_ptr].buf;
248 vp8_yv12_copy_frame(sd, ref_buf->buf);
H A Dvp9_decodeframe.c1110 RefBuffer *const ref_buf = &cm->frame_refs[i]; local
1111 vp9_setup_scale_factors_for_frame(&ref_buf->sf,
1112 ref_buf->buf->y_crop_width,
1113 ref_buf->buf->y_crop_height,
1115 if (vp9_is_scaled(&ref_buf->sf))
1116 vp9_extend_frame_borders(ref_buf->buf);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_reconinter.c284 const YV12_BUFFER_CONFIG *ref_buf = xd->block_refs[ref]->buf; local
288 frame_width = ref_buf->y_crop_width;
289 frame_height = ref_buf->y_crop_height;
290 ref_frame = ref_buf->y_buffer;
292 frame_width = ref_buf->uv_crop_width;
293 frame_height = ref_buf->uv_crop_height;
294 ref_frame = plane == 1 ? ref_buf->u_buffer : ref_buf->v_buffer;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c3189 RefBuffer *const ref_buf = &cm->frame_refs[ref_frame - 1]; local
3190 ref_buf->buf = buf;
3191 ref_buf->idx = idx;
3192 vp9_setup_scale_factors_for_frame(&ref_buf->sf,
3196 if (vp9_is_scaled(&ref_buf->sf))

Completed in 209 milliseconds