Lines Matching refs:ui16BFrames
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()
3500 if (ctx->sRCParams.ui16BFrames > 0) in tng__cmdbuf_provide_buffer()
3662 if ((ctx->idr_force_flag == 1) && (ctx->sRCParams.ui16BFrames == 0)){ in tng_EndPicture()