Home
last modified time | relevance | path

Searched refs:in_loop_buf (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_surface.h60 struct psb_buffer_s *in_loop_buf; member
Dpsb_surface.c340 if (NULL != psb_surface->in_loop_buf) in psb_surface_destroy()
341 psb_buffer_destroy(psb_surface->in_loop_buf); in psb_surface_destroy()
Dpnw_H264.c1447 …psb_cmdbuf_rendec_write_address(cmdbuf, target_surface->in_loop_buf, target_surface->in_loop_buf->… in psb__H264_build_rendec_params()
1450 …psb_cmdbuf_rendec_write_address(cmdbuf, target_surface->in_loop_buf, target_surface->in_loop_buf->… in psb__H264_build_rendec_params()
1451 target_surface->ref_buf = target_surface->in_loop_buf; in psb__H264_build_rendec_params()
1828 target_surface->in_loop_buf, in pnw_H264_EndPicture()
Dpsb_drv_video.c2232 if (driver_data->is_oold && !obj_surface->psb_surface->in_loop_buf) { in psb_BeginPicture()
2235 psb_surface->in_loop_buf = calloc(1, sizeof(struct psb_buffer_s)); in psb_BeginPicture()
2236 CHECK_ALLOCATION(psb_surface->in_loop_buf); in psb_BeginPicture()
2242 psb_surface->in_loop_buf); in psb_BeginPicture()
2243 } else if (!driver_data->is_oold && obj_surface->psb_surface->in_loop_buf) { in psb_BeginPicture()
2246 psb_buffer_destroy(psb_surface->in_loop_buf); in psb_BeginPicture()
2247 free(psb_surface->in_loop_buf); in psb_BeginPicture()
2248 psb_surface->in_loop_buf = NULL; in psb_BeginPicture()
/hardware/intel/img/psb_video/src/mrst/
Dpsb_H264.c495 psb_surface->in_loop_buf = calloc(1, sizeof(struct psb_buffer_s)); in psb_H264_CreateContext()
496 if (NULL == psb_surface->in_loop_buf) { in psb_H264_CreateContext()
506 psb_surface->in_loop_buf); in psb_H264_CreateContext()
1361 …psb_cmdbuf_rendec_write_address(cmdbuf, target_surface->in_loop_buf, target_surface->in_loop_buf->… in psb__H264_build_rendec_params()
1364 …psb_cmdbuf_rendec_write_address(cmdbuf, target_surface->in_loop_buf, target_surface->in_loop_buf->… in psb__H264_build_rendec_params()
1365 target_surface->ref_buf = target_surface->in_loop_buf; in psb__H264_build_rendec_params()
1840 target_surface->in_loop_buf, in psb_H264_EndPicture()