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

  /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_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_MPEG4.c 282 object_surface_p forward_ref_surface; member in struct:context_MPEG4_s
    [all...]
psb_H264.c 115 object_surface_p forward_ref_surface; member in struct:context_H264_s
    [all...]
  /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_H264.c 130 object_surface_p forward_ref_surface; member in struct:context_H264_s
    [all...]
vc1_header.h 205 object_surface_p forward_ref_surface; member in struct:context_VC1_s

Completed in 129 milliseconds