Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostcode.c649 psCaps->ui16MinSlices = 1; in tng__get_encoder_caps()
654 psCaps->ui16MinSlices = 1; in tng__get_encoder_caps()
659 psCaps->ui16MinSlices = 1; in tng__get_encoder_caps()
674 psCaps->ui16MaxSlices = psCaps->ui16MinSlices = psCaps->ui16RecommendedSlices; in tng__get_encoder_caps()
678 psCaps->ui16MinSlices = 1; in tng__get_encoder_caps()
3211 else if (ctx->ui8SlicesPerPicture < ctx->sCapsParams.ui16MinSlices) in tng__validate_params()
3212 ctx->ui8SlicesPerPicture = ctx->sCapsParams.ui16MinSlices; in tng__validate_params()
Dtng_hostdefs.h816 IMG_UINT16 ui16MinSlices; //!< Minimum slices to use member