Home | History | Annotate | Download | only in src

Lines Matching refs:input_frame

418     pic->input_frame.surface_id = surface_id;
419 pic->input_frame.irq = 1;
420 pic->input_frame.height = ctx->vp8_seq_param.frame_height;
421 pic->input_frame.width = ctx->vp8_seq_param.frame_width;
424 //pic->input_frame.stride = (ctx->frame_width + 31) & (~31);
425 pic->input_frame.stride = ctx->obj_context->current_render_target->psb_surface->stride;
426 pic->input_frame.format = 0; /* TODO: Specify NV12 = 0 */
468 vsp_cmdbuf_reloc_pic_param(&(pic->input_frame.base),
471 vsp_cmdbuf_reloc_pic_param(&(pic->input_frame.base_uv),
472 pic->input_frame.stride * ctx->obj_context->current_render_target->height,
803 dump_vssporcPicture(&pic->input_frame);