Searched refs:in_loop_buf (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | psb_surface.h | 60 struct psb_buffer_s *in_loop_buf; member
|
D | psb_surface.c | 340 if (NULL != psb_surface->in_loop_buf) in psb_surface_destroy() 341 psb_buffer_destroy(psb_surface->in_loop_buf); in psb_surface_destroy()
|
D | pnw_H264.c | 1447 …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()
|
D | psb_drv_video.c | 2232 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/ |
D | psb_H264.c | 495 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()
|