Lines Matching refs:has_b_frames
226 bool has_b_frames; member
643 profile = vtctx->has_b_frames ? H264_PROF_MAIN : H264_PROF_BASELINE; in get_vt_h264_profile_level()
1277 if (!vtctx->has_b_frames) { in vtenc_create_encoder()
1342 vtctx->has_b_frames = avctx->max_b_frames > 0; in vtenc_configure_encoder()
1343 if(vtctx->has_b_frames && vtctx->profile == H264_PROF_BASELINE){ in vtenc_configure_encoder()
1345 vtctx->has_b_frames = false; in vtenc_configure_encoder()
1393 vtctx->dts_delta = vtctx->has_b_frames ? -1 : 0; in vtenc_configure_encoder()
1453 vtctx->has_b_frames = CFBooleanGetValue(has_b_frames_cfbool); in vtenc_init()
1456 avctx->has_b_frames = vtctx->has_b_frames; in vtenc_init()
1950 if (!vtctx->has_b_frames) { in vtenc_cm_to_avpacket()
2361 } else if(vtctx->frame_ct_in == 1 && vtctx->has_b_frames) { in vtenc_frame()