Searched refs:surface_param (Results 1 – 1 of 1) sorted by relevance
487 struct surface_param_s surface_param; in vld_dec_yuv_rotate() local491 surface_param.src_surface = obj_context->current_render_target->scaling_surface; in vld_dec_yuv_rotate()492 surface_param.display_width = obj_context->current_render_target->buffer_width_s; in vld_dec_yuv_rotate()493 surface_param.display_height = obj_context->current_render_target->buffer_height_s; in vld_dec_yuv_rotate()494 surface_param.coded_width = obj_context->current_render_target->width_s; in vld_dec_yuv_rotate()495 surface_param.coded_height = obj_context->current_render_target->height_s; in vld_dec_yuv_rotate()500 buffer.buffer_data = (unsigned char *)&surface_param; in vld_dec_yuv_rotate()