Searched refs:colocated_size (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/img/psb_video/src/mrst/ |
D | psb_MPEG4.c | 672 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()
|
D | psb_H264.c | 667 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()
|
D | psb_VC1.c | 801 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/ |
D | pnw_MPEG4.c | 1481 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()
|
D | pnw_H264.c | 603 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()
|
D | pnw_VC1.c | 818 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()
|