Searched refs:ui32IntraCnt (Results 1 – 5 of 5) sorted by relevance
634 ctx->ui32IntraCnt = psSeqParams->intra_period; in tng__H264ES_process_sequence_param()645 if (ctx->ui32IntraCnt == 0) { in tng__H264ES_process_sequence_param()647 ctx->ui32IntraCnt = INT_MAX; in tng__H264ES_process_sequence_param()649 ctx->ui32IntraCnt = INT_MAX - (INT_MAX % ui32IPCount); in tng__H264ES_process_sequence_param()651 } else if (ctx->ui32IntraCnt == 1) { in tng__H264ES_process_sequence_param()658 ctx->ui32IdrPeriod = INT_MAX / ctx->ui32IntraCnt; in tng__H264ES_process_sequence_param()660 ui64Temp = (IMG_UINT64)(ctx->ui32IdrPeriod) * (IMG_UINT64)(ctx->ui32IntraCnt); in tng__H264ES_process_sequence_param()662 ctx->ui32IdrPeriod = INT_MAX / ctx->ui32IntraCnt; in tng__H264ES_process_sequence_param()666 if ((ctx->ui32IntraCnt % ui32IPCount) != 0) { in tng__H264ES_process_sequence_param()667 if (ctx->ui32IntraCnt > INT_MAX - ui32IPCount + (ctx->ui32IntraCnt % ui32IPCount)) in tng__H264ES_process_sequence_param()[all …]
240 ctx->ui32IntraCnt = psSeqParams->intra_period; in tng__MPEG4ES_process_sequence_param()242 if (ctx->ui32IntraCnt == 0) { in tng__MPEG4ES_process_sequence_param()243 ctx->ui32IntraCnt = INT_MAX; in tng__MPEG4ES_process_sequence_param()
231 ctx->ui32IntraCnt = psSeqParams->intra_period; in tng__H263ES_process_sequence_param()233 if (ctx->ui32IntraCnt == 0) { in tng__H263ES_process_sequence_param()234 ctx->ui32IntraCnt = INT_MAX; in tng__H263ES_process_sequence_param()
350 IMG_UINT32 ui32IntraCnt; member
885 getFrameDpyOrder(ui32FrameIdx, psRCParams->ui16BFrames, ctx->ui32IntraCnt, in tng__provide_buffer_BFrames()951 if (ui32FrameIdx % ctx->ui32IntraCnt == 0) in tng__provide_buffer_PFrames()954 if (ui32FrameIdx % (ctx->ui32IdrPeriod * ctx->ui32IntraCnt) == 0) in tng__provide_buffer_PFrames()2251 ctx->ui32IdrPeriod * ctx->ui32IntraCnt * 2; in tng__H264ES_send_hrd_header()2630 psMtxEncContext->ui32IdrPeriod = ctx->ui32IdrPeriod * ctx->ui32IntraCnt; in tng__setvideo_params()2633 psMtxEncContext->ui32IntraLoopCnt = ctx->ui32IntraCnt; in tng__setvideo_params()3445 tng__rc_update(ctx, -1, -1, -1, -1, ctx->ui32IntraCnt); in tng__update_ratecontrol()