Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_H264ES.c633 ctx->ui32IdrPeriod = psSeqParams->intra_idr_period; in tng__H264ES_process_sequence_param()
650 ctx->ui32IdrPeriod = 1; in tng__H264ES_process_sequence_param()
654 if (ctx->ui32IdrPeriod == 0) in tng__H264ES_process_sequence_param()
655 ctx->ui32IdrPeriod = INT_MAX; in tng__H264ES_process_sequence_param()
657 if (ctx->ui32IdrPeriod == 0) { in tng__H264ES_process_sequence_param()
658 ctx->ui32IdrPeriod = INT_MAX / ctx->ui32IntraCnt; in tng__H264ES_process_sequence_param()
659 } else if (ctx->ui32IdrPeriod > 1) { 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()
Dtng_MPEG4ES.c239 ctx->ui32IdrPeriod = psSeqParams->intra_period; in tng__MPEG4ES_process_sequence_param()
244 ctx->ui32IdrPeriod = 1; in tng__MPEG4ES_process_sequence_param()
247 __FUNCTION__, ctx->ui32IdrPeriod); in tng__MPEG4ES_process_sequence_param()
Dtng_H263ES.c230 ctx->ui32IdrPeriod = psSeqParams->intra_period; in tng__H263ES_process_sequence_param()
235 ctx->ui32IdrPeriod = 1; in tng__H263ES_process_sequence_param()
238 __FUNCTION__, ctx->ui32IdrPeriod); in tng__H263ES_process_sequence_param()
Dtng_hostcode.h349 IMG_UINT32 ui32IdrPeriod; member
Dtng_hostdefs.h611 IMG_UINT32 ui32IdrPeriod; member
Dtng_hostcode.c886 ctx->ui32IdrPeriod, psFrameInfo, &display_order); in tng__provide_buffer_BFrames()
892 …nt)ui32FrameIdx, (int)psRCParams->ui16BFrames, (int)psRCParams->ui32IntraFreq, ctx->ui32IdrPeriod); in tng__provide_buffer_BFrames()
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()
Dtng_enc_trace.c518 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32IdrPeriod =0x%x\n ", data->ui32IdrPeriod); in SETVIDEO_dump()
Dtng_trace.c735 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32IdrPeriod =0x%x\n ", data->ui32IdrPeriod); in tng_trace_setvideo()