Searched refs:has_b_frames (Results 1 – 25 of 49) sorted by relevance
12
221 if (!avctx->has_b_frames && (cur_pu[4] & 0x03)) in dirac_combine_frame()222 avctx->has_b_frames = 1; in dirac_combine_frame()224 if (avctx->has_b_frames && s->pts == s->dts) in dirac_combine_frame()
226 bool has_b_frames; member643 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()[all …]
95 avctx->has_b_frames= !(buf[5] >> 7); in mpegvideo_extract_headers()
252 uint8_t has_b_frames; member
174 if (avctx->has_b_frames) { in XAVS_frame()300 avctx->has_b_frames = !!avctx->max_b_frames; in XAVS_init()
1352 h->avctx->has_b_frames = FFMAX(h->avctx->has_b_frames, sps->num_reorder_frames); in h264_select_output_frame()1374 } else if(h->avctx->has_b_frames < out_of_order && !sps->bitstream_restriction_flag){ in h264_select_output_frame()1377 h->avctx->has_b_frames = out_of_order; in h264_select_output_frame()1400 if (h->avctx->has_b_frames == 0 && in h264_select_output_frame()1405 if (out_of_order || pics > h->avctx->has_b_frames) { in h264_select_output_frame()1410 if (!out_of_order && pics > h->avctx->has_b_frames) { in h264_select_output_frame()1458 h->avctx->has_b_frames < sps->num_reorder_frames) { in h264_field_start()1459 h->avctx->has_b_frames = sps->num_reorder_frames; in h264_field_start()
260 dst->has_b_frames = src->has_b_frames; in update_context_from_thread()
821 || pps_ref_count[0] <= 2 && pps_ref_count[1] <= 1 && h->avctx->has_b_frames in ff_h264_execute_ref_pic_marking()826 if(!h->avctx->has_b_frames) in ff_h264_execute_ref_pic_marking()
2 has_b_frames=2
2 has_b_frames=1
38 has_b_frames=0181 has_b_frames=0
30 has_b_frames=0
14 has_b_frames=0
573 "has_b_frames": 0,618 "has_b_frames": 0,
122 has_b_frames=0
626 has_b_frames=0686 has_b_frames=0
30 …dth=320|height=240|coded_width=320|coded_height=240|closed_captions=0|has_b_frames=0|sample_aspect…31 …dth=100|height=100|coded_width=100|coded_height=100|closed_captions=0|has_b_frames=0|sample_aspect…
620 has_b_frames=0676 has_b_frames=0
561 streams.stream.1.has_b_frames=0615 streams.stream.2.has_b_frames=0
118 fate-mov-guess-delay-1: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream=has_b_frames -se…119 fate-mov-guess-delay-2: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream=has_b_frames -se…120 fate-mov-guess-delay-3: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream=has_b_frames -se…
1034 if (st->internal->avctx->has_b_frames && in has_decode_delay_been_guessed()1035 avpriv_h264_has_num_reorder_frames(st->internal->avctx) == st->internal->avctx->has_b_frames) in has_decode_delay_been_guessed()1038 if (st->internal->avctx->has_b_frames<3) in has_decode_delay_been_guessed()1040 else if (st->internal->avctx->has_b_frames<4) in has_decode_delay_been_guessed()1060 int delay = st->internal->avctx->has_b_frames; in select_from_pts_buffer()1105 int delay = st->internal->avctx->has_b_frames; in update_dts_from_pts()1224 if (!st->internal->avctx->has_b_frames) in update_initial_durations()1275 && !st->internal->avctx->has_b_frames) in compute_pkt_fields()1277 st->internal->avctx->has_b_frames = 1; in compute_pkt_fields()1280 delay = st->internal->avctx->has_b_frames; in compute_pkt_fields()[all …]