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

  /hardware/intel/img/psb_video/src/
tng_trace.c 180 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size);
220 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size);
260 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size);
300 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size);
348 p = (SLICE_PARAMS*)(ps_mem->bufs_slice_template.virtual_addr + (ctx->ctx_mem_size.slice_template * ui32SliceBufIdx));
379 data = (MTX_HEADER_PARAMS *)(ps_mem->bufs_pic_template.virtual_addr + ctx->ctx_mem_size.pic_template * i);
396 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size);
458 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size);
494 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size);
530 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size);
    [all...]
tng_cmdbuf.c 449 *cmdbuf->cmd_idx++ = ctx->ctx_mem_size.mb_ctrl_in_params;
456 *cmdbuf->cmd_idx++ = ctx->ctx_mem_size.mb_ctrl_in_params;
461 *cmdbuf->cmd_idx++ = ctx->ctx_mem_size.first_pass_out_best_multipass_param;
tng_hostcode.c 158 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size);
274 ctx->ctx_mem_size.first_pass_out_params = tng_align_KB(sizeof(IMG_FIRST_STAGE_MB_PARAMS) * ui32_mb_per_row * ui32_mb_per_column);
275 tng__alloc_init_buffer(ps_driver_data, ctx->ui8SlotsInUse * ctx->ctx_mem_size.first_pass_out_params,
279 ctx->ctx_mem_size.first_pass_out_best_multipass_param = tng_align_KB(ui32_mb_per_column * (((5*ui32_mb_per_row)+3)>>2) * 64);
280 tng__alloc_init_buffer(ps_driver_data, ctx->ui8SlotsInUse * ctx->ctx_mem_size.first_pass_out_best_multipass_param,
284 ctx->ctx_mem_size.mb_ctrl_in_params = tng_align_KB(sizeof(IMG_FIRST_STAGE_MB_PARAMS) * ui32_adj_mb_per_row * ui32_mb_per_column);
285 tng__alloc_init_buffer(ps_driver_data, ctx->ui8SlotsInUse * ctx->ctx_mem_size.mb_ctrl_in_params,
288 ctx->ctx_mem_size.lowpower_params = tng_align_KB(TNG_HEADER_SIZE);
292 ctx->ctx_mem_size.lowpower_data = tng_align_KB(0x10000);
    [all...]
tng_hostcode.h 242 context_ENC_mem_size ctx_mem_size; member in struct:context_ENC_s
tng_hostair.c 108 pvBuffer = (unsigned char*)(ps_mem->bufs_slice_map.virtual_addr + (i32SlotNum * ctx->ctx_mem_size.slice_map));
234 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size);
    [all...]
tng_jpegES.c 502 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size);
537 context_ENC_mem_size *ps_mem_size = &(ctx->ctx_mem_size);
    [all...]
tng_picmgmt.c 214 custom_quant_size = ctx->ctx_mem_size.custom_quant;
    [all...]

Completed in 68 milliseconds