Home
last modified time | relevance | path

Searched refs:IMG_UINT64 (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/img/psb_video/src/hwdefs/
Dimg_types.h58 typedef unsigned long long IMG_UINT64, *IMG_PUINT64; typedef
67 typedef unsigned __int64 IMG_UINT64, *IMG_PUINT64; typedef
/hardware/intel/img/psb_video/src/
Dtng_H264ES.c611 IMG_UINT64 ui64Temp = 0; in tng__H264ES_process_sequence_param()
660 ui64Temp = (IMG_UINT64)(ctx->ui32IdrPeriod) * (IMG_UINT64)(ctx->ui32IntraCnt); in tng__H264ES_process_sequence_param()
661 if (ui64Temp >= (IMG_UINT64)INT_MAX) { in tng__H264ES_process_sequence_param()
Dpnw_hostcode.h460 IMG_UINT64 ClockDivBitrate;
Dtng_hostdefs.h557 IMG_UINT64 ui64ClockDivBitrate; // keep this at the top as it has alignment issues
Dpnw_hostcode.c1576 (((IMG_UINT64)(psRCParams->BufferSize) * (IMG_UINT64) 90000) in pnw__setup_rcdata()
1577 / (IMG_UINT64) psRCParams->BitsPerSecond); in pnw__setup_rcdata()
Dtng_hostcode.c2920 …psMtxEncContext->ui32MaxBufferMultClockDivBitrate = (IMG_UINT32)(((IMG_UINT64)(ctx->sRCParams.ui32… in tng__setvideo_params()
2921 (IMG_UINT64) 90000) / (IMG_UINT64) ctx->sRCParams.ui32BitsPerSecond); in tng__setvideo_params()