HomeSort by relevance Sort by last modified time
    Searched refs:ui32MBs (Results 1 - 2 of 2) sorted by null

  /hardware/intel/img/psb_video/src/
tng_H264ES.c 504 IMG_UINT32 ui32MBs;
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 > 40500) ui32TempLevel = SH_LEVEL_31
    [all...]
tng_hostcode.c     [all...]

Completed in 119 milliseconds