Home
last modified time | relevance | path

Searched refs:has_b_frames (Results 1 – 25 of 49) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Ddirac_parser.c221 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()
Dvideotoolboxenc.c226 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()
[all …]
Dmpegvideo_parser.c95 avctx->has_b_frames= !(buf[5] >> 7); in mpegvideo_extract_headers()
Divi.h252 uint8_t has_b_frames; member
Dlibxavs.c174 if (avctx->has_b_frames) { in XAVS_frame()
300 avctx->has_b_frames = !!avctx->max_b_frames; in XAVS_init()
Dh264_slice.c1352 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()
Dpthread_frame.c260 dst->has_b_frames = src->has_b_frames; in update_context_from_thread()
Dh264_refs.c821 || 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()
/third_party/ffmpeg/tests/ref/fate/
Dmov-guess-delay-22 has_b_frames=2
Dmov-guess-delay-32 has_b_frames=2
Dmov-guess-delay-12 has_b_frames=1
Dapi-mjpeg-codec-param38 has_b_frames=0
181 has_b_frames=0
Dapi-png-codec-param38 has_b_frames=0
181 has_b_frames=0
Dhapqa-extract-nosnappy-to-hapq-mov30 has_b_frames=0
Dhapqa-extract-nosnappy-to-hapalphaonly-mov30 has_b_frames=0
Dmxf-probe-d1014 has_b_frames=0
Dffprobe_json573 "has_b_frames": 0,
618 "has_b_frames": 0,
Dmxf-probe-dv2514 has_b_frames=0
Dmxf-probe-dnxhd122 has_b_frames=0
Dffprobe_ini626 has_b_frames=0
686 has_b_frames=0
Dffprobe_compact30 …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…
Dffprobe_default620 has_b_frames=0
676 has_b_frames=0
Dffprobe_flat561 streams.stream.1.has_b_frames=0
615 streams.stream.2.has_b_frames=0
/third_party/ffmpeg/tests/fate/
Dmov.mak118 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…
/third_party/ffmpeg/libavformat/
Dutils.c1034 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 …]

12