Home
last modified time | relevance | path

Searched refs:ui16MaxSlices (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostcode.c648 psCaps->ui16MaxSlices = ui16Height / 8; in tng__get_encoder_caps()
653 psCaps->ui16MaxSlices = ui16Height / 16; in tng__get_encoder_caps()
658 psCaps->ui16MaxSlices = 174; // Slice labelling dictates a maximum of 174 slices in tng__get_encoder_caps()
674 psCaps->ui16MaxSlices = psCaps->ui16MinSlices = psCaps->ui16RecommendedSlices; in tng__get_encoder_caps()
677 psCaps->ui16MaxSlices = 1; in tng__get_encoder_caps()
3209 if (ctx->ui8SlicesPerPicture > ctx->sCapsParams.ui16MaxSlices) in tng__validate_params()
3210 ctx->ui8SlicesPerPicture = ctx->sCapsParams.ui16MaxSlices; in tng__validate_params()
Dtng_hostdefs.h817 IMG_UINT16 ui16MaxSlices; //!< Maximum slices to use member