Searched refs:ui32BasicUnit (Results 1 – 5 of 5) sorted by relevance
3236 if (ctx->bArbitrarySO || (ctx->ui32BasicUnit == 0)) { in tng__validate_busize()3237 ctx->ui32BasicUnit = (ctx->ui16Width / 16); in tng__validate_busize()3238 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Patched Basic unit to %d\n", ctx->ui32BasicUnit); in tng__validate_busize()3254 if (ctx->ui32BasicUnit < 6) { in tng__validate_busize()3259 if (ctx->ui32BasicUnit > ui32MBsperSlice) { in tng__validate_busize()3260 … drv_debug_msg(VIDEO_DEBUG_GENERAL, "\nERROR: Basic unit size(%d) too large", ctx->ui32BasicUnit); in tng__validate_busize()3264 if (ctx->ui32BasicUnit > ui32MBsLastSlice) { in tng__validate_busize()3265 … drv_debug_msg(VIDEO_DEBUG_GENERAL, "\nERROR: Basic unit size(%d) too large", ctx->ui32BasicUnit); in tng__validate_busize()3270 ui32BUs = ui32MBsperSlice / ctx->ui32BasicUnit; in tng__validate_busize()3271 if ((ui32BUs * ctx->ui32BasicUnit) != ui32MBsperSlice) { in tng__validate_busize()[all …]
194 ctx->ui32BasicUnit = 0; in tng_MPEG4ES_CreateContext()288 ctx->ui32BasicUnit = psSeqParams->min_qp; in tng__MPEG4ES_process_sequence_param()
270 IMG_UINT32 ui32BasicUnit; member
182 ctx->ui32BasicUnit = 0; in tng_H263ES_CreateContext()
186 ctx->ui32BasicUnit = 0; in tng__H264ES_init_context()