HomeSort by relevance Sort by last modified time
    Searched refs:forward_ref_surface (Results 1 - 10 of 10) sorted by null

  /hardware/intel/img/psb_video/src/
pnw_MPEG2.c 493 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) ||
    [all...]
pnw_MPEG4.c 1107 object_surface_p forward_ref_surface; member in struct:context_MPEG4_s
    [all...]
pnw_VC1.c 767 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);
    [all...]
vc1_header.h 205 object_surface_p forward_ref_surface; member in struct:context_VC1_s
pnw_H264.c 130 object_surface_p forward_ref_surface; member in struct:context_H264_s
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2.c 482 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) ||
    [all...]
psb_MPEG4.c 282 object_surface_p forward_ref_surface; member in struct:context_MPEG4_s
    [all...]
psb_MPEG2MC.c 118 object_surface_p forward_ref_surface; member in struct:context_MPEG2MC_s
726 psb_surface_p forward_surface = ctx->forward_ref_surface->psb_surface;
    [all...]
psb_VC1.c 761 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);
    [all...]
psb_H264.c 115 object_surface_p forward_ref_surface; member in struct:context_H264_s
    [all...]

Completed in 113 milliseconds