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