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

  /hardware/intel/img/psb_video/src/
tng_hostcode.c 169 ctx->ui8SlotsInUse = psRCParams->ui16BFrames + 2;
257 tng__alloc_init_buffer(ps_driver_data, ctx->ui8SlotsInUse * ps_mem_size->slice_map,
261 tng__alloc_init_buffer(ps_driver_data, ctx->ui8SlotsInUse * ps_mem_size->weighted_prediction,
266 tng__alloc_init_buffer(ps_driver_data, ctx->ui8SlotsInUse * ps_mem_size->lt_ref_header,
275 tng__alloc_init_buffer(ps_driver_data, ctx->ui8SlotsInUse * ctx->ctx_mem_size.first_pass_out_params,
280 tng__alloc_init_buffer(ps_driver_data, ctx->ui8SlotsInUse * ctx->ctx_mem_size.first_pass_out_best_multipass_param,
285 tng__alloc_init_buffer(ps_driver_data, ctx->ui8SlotsInUse * ctx->ctx_mem_size.mb_ctrl_in_params,
    [all...]
tng_H264ES.c 686 ctx->ui8SlotsInUse = ui32IPCount + 1; //Bframes + 2
731 psFrameInfo->slot_consume_dpy_order = (int *)malloc(ctx->ui8SlotsInUse * sizeof(int));
732 psFrameInfo->slot_consume_enc_order = (int *)malloc(ctx->ui8SlotsInUse * sizeof(int));
    [all...]
tng_MPEG4ES.c 295 ctx->ui8SlotsInUse = psRCParams->ui16BFrames + 2;
tng_hostcode.h 366 IMG_UINT8 ui8SlotsInUse; // Number of source slots used
tng_H263ES.c 283 ctx->ui8SlotsInUse = psRCParams->ui16BFrames + 2;

Completed in 48 milliseconds