Home
last modified time | relevance | path

Searched refs:colocated_size (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
Dpsb_MPEG4.c672 uint32_t colocated_size = ((mbInPic * 200) + 0xfff) & ~0xfff; in psb__MPEG4_process_picture_param() local
674 …psb__MPEG4_allocate_colocated_buffer(ctx, ctx->obj_context->current_render_target, colocated_size); in psb__MPEG4_process_picture_param()
679 vaStatus = psb__MPEG4_allocate_colocated_buffer(ctx, ctx->forward_ref_surface, colocated_size); in psb__MPEG4_process_picture_param()
Dpsb_H264.c667 uint32_t colocated_size = ((size_mb + 100) * 128 + 0xfff) & ~0xfff; in psb__H264_process_picture_param() local
669 … psb__H264_allocate_colocated_buffer(ctx, ctx->obj_context->current_render_target, colocated_size); in psb__H264_process_picture_param()
Dpsb_VC1.c801 uint32_t colocated_size = (ctx->size_mb + 1) * 2 * VC1_MB_PARAM_STRIDE + 0x2000; in psb__VC1_process_picture_param() local
803 vaStatus = psb__VC1_allocate_colocated_buffer(ctx, ctx->decoded_surface, colocated_size); in psb__VC1_process_picture_param()
804 …= psb__VC1_allocate_colocated_buffer(ctx, ctx->obj_context->current_render_target, colocated_size); in psb__VC1_process_picture_param()
/hardware/intel/img/psb_video/src/
Dpnw_MPEG4.c1481 uint32_t colocated_size = ((mbInPic * 200) + 0xfff) & ~0xfff; in psb__MPEG4_process_picture_param() local
1483 …_allocate_colocated_buffer(&ctx->dec_ctx, ctx->obj_context->current_render_target, colocated_size); in psb__MPEG4_process_picture_param()
1486 …tatus = vld_dec_allocate_colocated_buffer(&ctx->dec_ctx, ctx->forward_ref_surface, colocated_size); in psb__MPEG4_process_picture_param()
Dpnw_H264.c603 uint32_t colocated_size = ((ctx->size_mb + 100) * 128 + 0xfff) & ~0xfff; in psb__H264_process_picture_param() local
605 …_allocate_colocated_buffer(&ctx->dec_ctx, ctx->obj_context->current_render_target, colocated_size); in psb__H264_process_picture_param()
Dpnw_VC1.c818 uint32_t colocated_size = ((ctx->size_mb + 1) * 2 + 128) * VC1_MB_PARAM_STRIDE; in psb__VC1_process_picture_param() local
821 … vaStatus = vld_dec_allocate_colocated_buffer(&ctx->dec_ctx, ctx->decoded_surface, colocated_size); in psb__VC1_process_picture_param()
822 …_allocate_colocated_buffer(&ctx->dec_ctx, ctx->obj_context->current_render_target, colocated_size); in psb__VC1_process_picture_param()