Searched refs:input_frame (Results 1 – 2 of 2) sorted by relevance
418 pic->input_frame.surface_id = surface_id; in vsp_vp8_process_picture_param()419 pic->input_frame.irq = 1; in vsp_vp8_process_picture_param()420 pic->input_frame.height = ctx->vp8_seq_param.frame_height; in vsp_vp8_process_picture_param()421 pic->input_frame.width = ctx->vp8_seq_param.frame_width; in vsp_vp8_process_picture_param()425 pic->input_frame.stride = ctx->obj_context->current_render_target->psb_surface->stride; in vsp_vp8_process_picture_param()426 pic->input_frame.format = 0; /* TODO: Specify NV12 = 0 */ in vsp_vp8_process_picture_param()468 vsp_cmdbuf_reloc_pic_param(&(pic->input_frame.base), in vsp_vp8_process_picture_param()471 vsp_cmdbuf_reloc_pic_param(&(pic->input_frame.base_uv), in vsp_vp8_process_picture_param()472 … pic->input_frame.stride * ctx->obj_context->current_render_target->height, in vsp_vp8_process_picture_param()803 dump_vssporcPicture(&pic->input_frame); in vsp_vp8_dump_commands()
613 struct VssProcPictureVP8 input_frame; member