Searched refs:ui32IdrPeriod (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | tng_H264ES.c | 633 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()
|
D | tng_MPEG4ES.c | 239 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()
|
D | tng_H263ES.c | 230 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()
|
D | tng_hostcode.h | 349 IMG_UINT32 ui32IdrPeriod; member
|
D | tng_hostdefs.h | 611 IMG_UINT32 ui32IdrPeriod; member
|
D | tng_hostcode.c | 886 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()
|
D | tng_enc_trace.c | 518 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32IdrPeriod =0x%x\n ", data->ui32IdrPeriod); in SETVIDEO_dump()
|
D | tng_trace.c | 735 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32IdrPeriod =0x%x\n ", data->ui32IdrPeriod); in tng_trace_setvideo()
|