Lines Matching refs:ui8PipesToUse
161 ctx->ui8PipesToUse = tng__min(ctx->ui8PipesToUse, ctx->ui8SlicesPerPicture); in tng__alloc_context_buffer()
163 ctx->ui8PipesToUse = 1; in tng__alloc_context_buffer()
168 ctx->i32CodedBuffers = (IMG_INT32)(ctx->ui8PipesToUse) * (ctx->bIsInterlaced ? 3 : 2); in tng__alloc_context_buffer()
225 …tng__alloc_init_buffer(ps_driver_data, (IMG_UINT32)(ctx->ui8PipesToUse) * ps_mem_size->above_param… in tng__alloc_context_buffer()
695 ctx->ui8PipesToUse = (IMG_UINT8)(tng__get_num_pipes() & (IMG_UINT32)0xff); in tng__init_context()
2623 psMtxEncContext->ui8NumPipes = ctx->ui8PipesToUse; in tng__setvideo_params()
2638 psMtxEncContext->ui8LastPipe = ctx->ui8BasePipe + ctx->ui8PipesToUse - 1; in tng__setvideo_params()
3086 tng_cmdbuf_set_phys(psMtxEncContext->apAboveParams, (IMG_UINT32)(ctx->ui8PipesToUse), in tng__setvideo_cmdbuf()
3190 …if ((ctx->ui8DeblockIDC == 0) && ((IMG_UINT32)(ctx->ui8PipesToUse) > 1) && (ctx->ui8SlicesPerPictu… in tng__validate_params()
3223 ctx->ui8PipesToUse = tng__min(ctx->ui8PipesToUse, ctx->ui8SlicesPerPicture); in tng__validate_params()
3225 ctx->ui8PipesToUse = 1; in tng__validate_params()
3285 …pe = (IMG_UINT32)(ctx->ui8SlicesPerPicture + ctx->ui8PipesToUse - 1) / (IMG_UINT32)(ctx->ui8PipesT… in tng__validate_busize()
3492 if (ctx->ui8PipesToUse == 1) { in tng__cmdbuf_provide_buffer()