Searched refs:ui16BFrames (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | tng_MPEG4ES.c | 294 ctx->sRCParams.ui16BFrames = 0; in tng__MPEG4ES_process_sequence_param() 295 ctx->ui8SlotsInUse = psRCParams->ui16BFrames + 2; in tng__MPEG4ES_process_sequence_param()
|
D | tng_hostcode.c | 169 ctx->ui8SlotsInUse = psRCParams->ui16BFrames + 2; in tng__alloc_context_buffer() 472 ctx->sRCParams.ui16BFrames = 0; in tng__patch_hw_profile() 880 IMG_INT32 i32SlotBuf = (IMG_INT32)(psRCParams->ui16BFrames + 2); in tng__provide_buffer_BFrames() 881 IMG_UINT32 ui32SlotBuf = (IMG_UINT32)(psRCParams->ui16BFrames + 2); in tng__provide_buffer_BFrames() 885 getFrameDpyOrder(ui32FrameIdx, psRCParams->ui16BFrames, ctx->ui32IntraCnt, in tng__provide_buffer_BFrames() 892 …__FUNCTION__, (int)ui32FrameIdx, (int)psRCParams->ui16BFrames, (int)psRCParams->ui32IntraFreq, ctx… in tng__provide_buffer_BFrames() 1378 psPicParams->sInParams.ui16BFrames = psRCParams->ui16BFrames; in tng__setup_rcdata() 1899 if (ctx->sRCParams.ui16BFrames) { in tng__prepare_encode_sliceparams() 2612 ctx->ui8SlotsInUse = psRCParams->ui16BFrames + 2; in tng__setvideo_params() 2631 psMtxEncContext->ui32BFrameCount = ctx->sRCParams.ui16BFrames; in tng__setvideo_params() [all …]
|
D | tng_hostdefs.h | 432 IMG_UINT16 ui16BFrames; member 458 IMG_UINT16 ui16BFrames; //!< B frame frequency member
|
D | tng_H264ES.c | 711 psRCParams->ui16BFrames = ui32IPCount - 1; in tng__H264ES_process_sequence_param() 718 psRCParams->ui16BFrames = 0; in tng__H264ES_process_sequence_param() 720 if ((psRCParams->ui16BFrames > 0) && (ctx->ui8ProfileIdc == H264ES_PROFILE_BASELINE)) { in tng__H264ES_process_sequence_param() 729 if (psRCParams->ui16BFrames != 0) { in tng__H264ES_process_sequence_param()
|
D | tng_H263ES.c | 282 ctx->sRCParams.ui16BFrames = 0; in tng__H263ES_process_sequence_param() 283 ctx->ui8SlotsInUse = psRCParams->ui16BFrames + 2; in tng__H263ES_process_sequence_param()
|
D | tng_picmgmt.c | 91 } else if (((ui32FrameNum - 1) % (ctx->sRCParams.ui16BFrames + 1)) == 0) { in tng__picmgmt_long_term_refs() 93 ui32FrameCnt = ui32FrameNum + ctx->sRCParams.ui16BFrames; in tng__picmgmt_long_term_refs()
|
D | tng_enc_trace.c | 633 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t ui16BFrames=%d\n", data->sInParams.ui16BFrames); in SETVIDEO_dump()
|
D | tng_trace.c | 846 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t ui16BFrames=%d\n", data->sInParams.ui16BFrames); in tng_trace_setvideo()
|