Home
last modified time | relevance | path

Searched refs:ui8PipesToUse (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostbias.c522 for (ui8Pipe = 0; ui8Pipe < ctx->ui8PipesToUse; ui8Pipe++) in tng__H263ES_load_bias_tables()
551 for (ui8Pipe = 0; ui8Pipe < ctx->ui8PipesToUse; ui8Pipe++) { in tng__H263ES_load_bias_tables()
555 for (ui8Pipe = 0; ui8Pipe < ctx->ui8PipesToUse; ui8Pipe++) in tng__H263ES_load_bias_tables()
578 for (ui8Pipe = 0; ui8Pipe < ctx->ui8PipesToUse; ui8Pipe++) in tng__MPEG4_load_bias_tables()
608 for (ui8Pipe = 0; ui8Pipe < ctx->ui8PipesToUse; ui8Pipe++) { in tng__MPEG4_load_bias_tables()
615 for (ui8Pipe = 0; ui8Pipe < ctx->ui8PipesToUse; ui8Pipe++) in tng__MPEG4_load_bias_tables()
641 for (ui8Pipe = 0; ui8Pipe < ctx->ui8PipesToUse; ui8Pipe++) in tng__H264ES_load_bias_tables()
688 for (ui8Pipe = 0; ui8Pipe < ctx->ui8PipesToUse; ui8Pipe++) { in tng__H264ES_load_bias_tables()
699 for (ui8Pipe = 0; ui8Pipe < ctx->ui8PipesToUse; ui8Pipe++) { in tng__H264ES_load_bias_tables()
Dtng_hostcode.c161 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()
[all …]
Dtng_hostcode.h441 IMG_UINT8 ui8PipesToUse; member
Dtng_cmdbuf.c832 return ctx->ui8PipesToUse; in tng_get_pipe_number()
Dtng_picmgmt.c355 if ((ctx->ui8PipesToUse == 2) && ((ui32SlotIndex & 1) == 1)) in tng_send_codedbuf()