Searched defs:ui32MBs (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dtng_H264ES.c504 IMG_UINT32 ui32MBs; local
513 ui32MBs = ui32MBf * psRCParams->ui32FrameRate;
529 "%s: ui32MBf = %d, ui32MBs = %d, ui32Level = %d\n",
530 __FUNCTION__, ui32MBf, ui32MBs, ui32Level);
553 if (ui32MBs > 589824) ui32TempLevel = SH_LEVEL_51;
554 else if (ui32MBs > 522240) ui32TempLevel = SH_LEVEL_50;
555 else if (ui32MBs > 245760) ui32TempLevel = SH_LEVEL_42;
556 else if (ui32MBs > 216000) ui32TempLevel = SH_LEVEL_40;
557 else if (ui32MBs > 108000) ui32TempLevel = SH_LEVEL_32;
558 else if (ui32MBs > 4050
[all...]
H A Dtng_hostcode.c3240 IMG_UINT32 ui32MBs, ui32MBsperSlice, ui32MBsLastSlice; local
3245 ui32MBs = ctx->ui16PictureHeight * ctx->ui16Width / (16 * 16);
3251 ui32MBsLastSlice = ui32MBs - (ui32MBsperSlice * (ctx->ui8SlicesPerPicture - 1));

Completed in 40 milliseconds