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

  /hardware/intel/img/psb_video/src/
tng_H264ES.c 634 ctx->ui32IntraCnt = psSeqParams->intra_period;
645 if (ctx->ui32IntraCnt == 0) {
647 ctx->ui32IntraCnt = INT_MAX;
649 ctx->ui32IntraCnt = INT_MAX - (INT_MAX % ui32IPCount);
651 } else if (ctx->ui32IntraCnt == 1) {
658 ctx->ui32IdrPeriod = INT_MAX / ctx->ui32IntraCnt;
660 ui64Temp = (IMG_UINT64)(ctx->ui32IdrPeriod) * (IMG_UINT64)(ctx->ui32IntraCnt);
662 ctx->ui32IdrPeriod = INT_MAX / ctx->ui32IntraCnt;
666 if ((ctx->ui32IntraCnt % ui32IPCount) != 0) {
667 if (ctx->ui32IntraCnt > INT_MAX - ui32IPCount + (ctx->ui32IntraCnt % ui32IPCount)
    [all...]
tng_MPEG4ES.c 240 ctx->ui32IntraCnt = psSeqParams->intra_period;
242 if (ctx->ui32IntraCnt == 0) {
243 ctx->ui32IntraCnt = INT_MAX;
tng_H263ES.c 231 ctx->ui32IntraCnt = psSeqParams->intra_period;
233 if (ctx->ui32IntraCnt == 0) {
234 ctx->ui32IntraCnt = INT_MAX;
tng_hostcode.h 350 IMG_UINT32 ui32IntraCnt;
tng_hostcode.c     [all...]

Completed in 105 milliseconds