Searched refs:forward_ref_surface (Results 1 - 10 of 10) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dpnw_MPEG2.c493 object_surface_p forward_ref_surface; member in struct:context_MPEG2_s
735 ctx->forward_ref_surface = NULL;
740 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture);
742 if (NULL == ctx->forward_ref_surface) {
748 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture);
750 if ((NULL == ctx->forward_ref_surface) ||
977 psb_cmdbuf_rendec_write_address(cmdbuf, &ctx->forward_ref_surface->psb_surface->buf, ctx->forward_ref_surface->psb_surface->buf.buffer_ofs);
980 psb_cmdbuf_rendec_write_address(cmdbuf, &ctx->forward_ref_surface->psb_surface->buf, ctx->forward_ref_surface
[all...]
H A Dpnw_MPEG4.c1107 object_surface_p forward_ref_surface; member in struct:context_MPEG4_s
1409 ctx->forward_ref_surface = NULL;
1417 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture);
1421 ctx->forward_ref_surface = NULL;
1422 if (NULL == ctx->forward_ref_surface && ctx->pic_params->forward_reference_picture != VA_INVALID_SURFACE) {
1426 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Forward ref = %08x (%08x)\n", (ctx->forward_ref_surface ? ctx->forward_ref_surface->psb_surface : 0), ctx->pic_params->forward_reference_picture);
1431 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture);
1433 if ((NULL == ctx->forward_ref_surface) ||
1438 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Forward ref = %08x (%08x)\n", ctx->forward_ref_surface
[all...]
H A Dpnw_VC1.c767 ctx->forward_ref_surface = NULL;
770 ctx->forward_ref_surface = SURFACE(pic_params->forward_reference_picture);
776 if (ctx->forward_ref_surface)
777 ctx->forward_ref_fcm = GET_SURFACE_INFO_picture_coding_type(ctx->forward_ref_surface->psb_surface);
783 if (NULL == ctx->forward_ref_surface) {
785 ctx->forward_ref_surface = ctx->decoded_surface;
795 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Forward ref = %08x ID = %08x\n", ctx->forward_ref_surface ? ctx->forward_ref_surface->psb_surface : 0, pic_params->forward_reference_picture);
2052 if (ctx->forward_ref_surface) {
2060 psb_cmdbuf_rendec_write_address(cmdbuf, &ctx->forward_ref_surface
[all...]
H A Dvc1_header.h205 object_surface_p forward_ref_surface; member in struct:context_VC1_s
H A Dpnw_H264.c130 object_surface_p forward_ref_surface; member in struct:context_H264_s
/hardware/intel/img/psb_video/src/mrst/
H A Dpsb_MPEG2.c482 object_surface_p forward_ref_surface; member in struct:context_MPEG2_s
718 ctx->forward_ref_surface = NULL;
723 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture);
725 if (NULL == ctx->forward_ref_surface) {
731 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture);
733 if ((NULL == ctx->forward_ref_surface) ||
1006 psb_cmdbuf_rendec_write_address(cmdbuf, &ctx->forward_ref_surface->psb_surface->buf, ctx->forward_ref_surface->psb_surface->buf.buffer_ofs);
1009 psb_cmdbuf_rendec_write_address(cmdbuf, &ctx->forward_ref_surface->psb_surface->buf, ctx->forward_ref_surface
[all...]
H A Dpsb_MPEG4.c282 object_surface_p forward_ref_surface; member in struct:context_MPEG4_s
608 ctx->forward_ref_surface = NULL;
616 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture);
618 if (NULL == ctx->forward_ref_surface) {
622 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Forward ref = %08x (%08x)\n", ctx->forward_ref_surface->psb_surface, ctx->pic_params->forward_reference_picture);
627 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture);
629 if ((NULL == ctx->forward_ref_surface) ||
634 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Forward ref = %08x (%08x)\n", ctx->forward_ref_surface->psb_surface, ctx->pic_params->forward_reference_picture);
639 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture);
642 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Forward ref = %08x (%08x)\n", ctx->forward_ref_surface
[all...]
H A Dpsb_MPEG2MC.c118 object_surface_p forward_ref_surface; member in struct:context_MPEG2MC_s
726 psb_surface_p forward_surface = ctx->forward_ref_surface->psb_surface;
1129 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture);
1150 if (ctx->forward_ref_surface) {
1170 if (ctx->forward_ref_surface == NULL)
1171 ctx->forward_ref_surface = ctx->backward_ref_surface;
1173 ctx->backward_ref_surface = ctx->forward_ref_surface;
1179 if (NULL == ctx->forward_ref_surface) {
1180 ctx->forward_ref_surface = ctx->obj_context->current_render_target;
H A Dpsb_VC1.c761 ctx->forward_ref_surface = NULL;
764 ctx->forward_ref_surface = SURFACE(pic_params->forward_reference_picture);
771 if (NULL == ctx->forward_ref_surface) {
773 ctx->forward_ref_surface = ctx->decoded_surface;
783 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Forward ref = %08x ID = %08x\n", ctx->forward_ref_surface ? ctx->forward_ref_surface->psb_surface : 0, pic_params->forward_reference_picture);
2093 if (ctx->forward_ref_surface) {
2101 psb_cmdbuf_rendec_write_address(cmdbuf, &ctx->forward_ref_surface->psb_surface->buf, ctx->forward_ref_surface->psb_surface->buf.buffer_ofs);
2102 psb_cmdbuf_rendec_write_address(cmdbuf, &ctx->forward_ref_surface
[all...]
H A Dpsb_H264.c115 object_surface_p forward_ref_surface; member in struct:context_H264_s

Completed in 1006 milliseconds