Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_yuv_processor.c212 surface_param_p surface_params = (surface_param_p) obj_buffer->buffer_data; in tng__yuv_processor_execute() local
217 ctx->display_width = (surface_params->display_width + 0xf) & ~0xf; in tng__yuv_processor_execute()
218 ctx->display_height = (surface_params->display_height + 0xf) & ~0xf; in tng__yuv_processor_execute()
219 ctx->coded_width = (surface_params->coded_width + 0xf) & ~0xf; in tng__yuv_processor_execute()
220 ctx->coded_height = (surface_params->coded_height + 0xf) & ~0xf; in tng__yuv_processor_execute()
221 ctx->src_surface = surface_params->src_surface; in tng__yuv_processor_execute()