Searched refs:ui32IdrPeriod (Results 1 - 8 of 8) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dtng_H264ES.c633 ctx->ui32IdrPeriod = psSeqParams->intra_idr_period;
650 ctx->ui32IdrPeriod = 1;
654 if (ctx->ui32IdrPeriod == 0)
655 ctx->ui32IdrPeriod = INT_MAX;
657 if (ctx->ui32IdrPeriod == 0) {
658 ctx->ui32IdrPeriod = INT_MAX / ctx->ui32IntraCnt;
659 } else if (ctx->ui32IdrPeriod > 1) {
660 ui64Temp = (IMG_UINT64)(ctx->ui32IdrPeriod) * (IMG_UINT64)(ctx->ui32IntraCnt);
662 ctx->ui32IdrPeriod = INT_MAX / ctx->ui32IntraCnt;
H A Dtng_MPEG4ES.c239 ctx->ui32IdrPeriod = psSeqParams->intra_period;
244 ctx->ui32IdrPeriod = 1;
247 __FUNCTION__, ctx->ui32IdrPeriod);
H A Dtng_H263ES.c230 ctx->ui32IdrPeriod = psSeqParams->intra_period;
235 ctx->ui32IdrPeriod = 1;
238 __FUNCTION__, ctx->ui32IdrPeriod);
H A Dtng_hostcode.h349 IMG_UINT32 ui32IdrPeriod; member in struct:context_ENC_s
H A Dtng_hostdefs.h611 IMG_UINT32 ui32IdrPeriod; member in struct:tag_IMG_MTX_VIDEO_CONTEXT
H A Dtng_hostcode.c886 ctx->ui32IdrPeriod, psFrameInfo, &display_order);
891 "%s: (int)ui32FrameIdx = %d, psRCParams->ui16BFrames = %d, psRCParams->ui32IntraFreq = %d, ctx->ui32IdrPeriod = %d\n",
892 __FUNCTION__, (int)ui32FrameIdx, (int)psRCParams->ui16BFrames, (int)psRCParams->ui32IntraFreq, ctx->ui32IdrPeriod);
936 if (ctx->ui32IdrPeriod == 0) {
941 if (ui32FrameIdx % ctx->ui32IdrPeriod == 0)
944 if (ui32FrameIdx % (ctx->ui32IntraCnt * ctx->ui32IdrPeriod) == 0)
954 if (ui32FrameIdx % (ctx->ui32IdrPeriod * ctx->ui32IntraCnt) == 0)
2251 ctx->ui32IdrPeriod * ctx->ui32IntraCnt * 2;
2630 psMtxEncContext->ui32IdrPeriod = ctx->ui32IdrPeriod * ct
[all...]
H A Dtng_enc_trace.c518 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32IdrPeriod =0x%x\n ", data->ui32IdrPeriod);
H A Dtng_trace.c735 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32IdrPeriod =0x%x\n ", data->ui32IdrPeriod);

Completed in 44 milliseconds