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

  /hardware/intel/img/psb_video/src/
vc1_header.h 207 object_surface_p decoded_surface; member in struct:context_VC1_s
pnw_VC1.c 750 * We decode to ctx->decoded_surface This is inloop target
755 ctx->decoded_surface = ctx->obj_context->current_render_target;
757 ctx->decoded_surface = SURFACE(pic_params->inloop_decoded_picture);
758 CHECK_SURFACE(ctx->decoded_surface);
761 //SET_SURFACE_INFO_picture_coding_type(ctx->decoded_surface->psb_surface, pic_params->picture_fields.bits.frame_coding_mode);
785 ctx->forward_ref_surface = ctx->decoded_surface;
789 ctx->backward_ref_surface = ctx->decoded_surface;
794 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Decoded ref = %08x ID = %08x\n", ctx->decoded_surface->psb_surface, pic_params->inloop_decoded_picture);
821 vaStatus = vld_dec_allocate_colocated_buffer(&ctx->dec_ctx, ctx->decoded_surface, colocated_size);
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_VC1.c 746 * We decode to ctx->decoded_surface
751 ctx->decoded_surface = ctx->obj_context->current_render_target;
753 ctx->decoded_surface = SURFACE(pic_params->inloop_decoded_picture);
754 if (NULL == ctx->decoded_surface) {
773 ctx->forward_ref_surface = ctx->decoded_surface;
777 ctx->backward_ref_surface = ctx->decoded_surface;
782 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Decoded ref = %08x ID = %08x\n", ctx->decoded_surface->psb_surface, pic_params->inloop_decoded_picture);
803 vaStatus = psb__VC1_allocate_colocated_buffer(ctx, ctx->decoded_surface, colocated_size);
    [all...]

Completed in 649 milliseconds