Home
last modified time | relevance | path

Searched refs:bframes (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264enc.c201 if (device_caps->bframes > 0) { in gst_nv_h264_enc_class_init()
211 "Number of B-frames between I and P", 0, device_caps->bframes, in gst_nv_h264_enc_class_init()
279 baseenc->bframes = DEFAULT_BFRAMES; in gst_nv_h264_enc_init()
609 if (!device_caps->bframes) { in gst_nv_h264_enc_set_property()
612 nvenc->bframes = g_value_get_uint (value); in gst_nv_h264_enc_set_property()
617 if (!device_caps->bframes) { in gst_nv_h264_enc_set_property()
674 if (!device_caps->bframes) { in gst_nv_h264_enc_get_property()
677 g_value_set_uint (value, nvenc->bframes); in gst_nv_h264_enc_get_property()
681 if (!device_caps->bframes) { in gst_nv_h264_enc_get_property()
Dgstnvh265enc.c203 if (device_caps->bframes > 0) { in gst_nv_h265_enc_class_init()
213 "Number of B-frames between I and P", 0, device_caps->bframes, in gst_nv_h265_enc_class_init()
282 baseenc->bframes = DEFAULT_BFRAMES; in gst_nv_h265_enc_init()
722 if (!device_caps->bframes) { in gst_nv_h265_enc_set_property()
725 nvenc->bframes = g_value_get_uint (value); in gst_nv_h265_enc_set_property()
730 if (!device_caps->bframes) { in gst_nv_h265_enc_set_property()
787 if (!device_caps->bframes) { in gst_nv_h265_enc_get_property()
790 g_value_set_uint (value, nvenc->bframes); in gst_nv_h265_enc_get_property()
794 if (!device_caps->bframes) { in gst_nv_h265_enc_get_property()
Dgstnvbaseenc.h78 gint bframes; member
164 guint bframes; member
Dgstnvenc.c761 &device_caps.bframes) != NV_ENC_SUCCESS) { in gst_nv_enc_register()
762 device_caps.bframes = 0; in gst_nv_enc_register()
778 device_caps.bframes); in gst_nv_enc_register()
Dgstnvbaseenc.c1238 if (nvenc->bframes > 0) { in gst_nv_base_enc_bitstream_thread()
1263 nvenc->dts_offset = duration * nvenc->bframes; in gst_nv_base_enc_bitstream_thread()
1817 params->encodeConfig->frameIntervalP = nvenc->bframes + 1; in gst_nv_base_enc_set_format()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfh265enc.cpp155 guint bframes; member
249 if (device_caps->bframes) { in gst_mf_h265_enc_class_init()
428 self->bframes = DEFAULT_BFRAMES; in gst_mf_h265_enc_init()
466 g_value_set_uint (value, self->bframes); in gst_mf_h265_enc_get_property()
536 self->bframes = g_value_get_uint (value); in gst_mf_h265_enc_set_property()
671 if (device_caps->bframes) { in gst_mf_h265_enc_set_option()
673 &CODECAPI_AVEncMPVDefaultBPictureCount, self->bframes); in gst_mf_h265_enc_set_option()
674 if (SUCCEEDED (hr) && self->bframes > 0) in gst_mf_h265_enc_set_option()
Dgstmfh264enc.cpp209 guint bframes; member
359 if (device_caps->bframes) { in gst_mf_h264_enc_class_init()
545 self->bframes = DEFAULT_BFRAMES; in gst_mf_h264_enc_init()
608 g_value_set_uint (value, self->bframes); in gst_mf_h264_enc_get_property()
693 self->bframes = g_value_get_uint (value); in gst_mf_h264_enc_set_property()
932 if (device_caps->bframes && selected_profile != eAVEncH264VProfile_Base) { in gst_mf_h264_enc_set_option()
934 &CODECAPI_AVEncMPVDefaultBPictureCount, self->bframes); in gst_mf_h264_enc_set_option()
935 if (SUCCEEDED (hr) && self->bframes > 0) in gst_mf_h264_enc_set_option()
Dgstmfvideoenc.h61 gboolean bframes; /* AVEncMPVDefaultBPictureCount */ member
Dgstmfvideoenc.cpp1755 CHECK_DEVICE_CAPS (codec_api, CODECAPI_AVEncMPVDefaultBPictureCount, bframes); in gst_mf_video_enc_enum_internal()
/third_party/ffmpeg/tests/fate/
Dmpeg4.mak8 fate-mpeg4-bsf-unpack-bframes: CMD = md5 -i $(TARGET_SAMPLES)/mpeg4/packed_bframes.avi -flags +bite…
9 …EG4-$(call ALLYES, AVI_DEMUXER MPEG4_UNPACK_BFRAMES_BSF AVI_MUXER) += fate-mpeg4-bsf-unpack-bframes
/third_party/ffmpeg/libavformat/tests/
Dmovenc.c63 int bframes; variable
238 bframes = bf; in init_fps()
239 video_dts = bframes ? -duration : 0; in init_fps()
287 if (!bframes) in mux_frames()
/third_party/ffmpeg/libavformat/
Dgxfenc.c58 int bframes; member
192 sc->b_per_i_or_p = sc->bframes / sc->pframes; in gxf_write_mpeg_auxiliary()
193 if (sc->bframes % sc->pframes) in gxf_write_mpeg_auxiliary()
924 sc->bframes++; in gxf_write_media_preamble()
/third_party/ffmpeg/doc/
Dencoders.texi2331 @item bf (@emph{bframes})
2651 ffmpeg -i INPUT -c:v libx264 -x264-params level=30:bframes=0:weightp=0:\
/third_party/gstreamer/gst_libav/
DChangeLog6443 viddec: Set latency base on the number of bframes
/third_party/gstreamer/gstplugins_base/docs/random/
DChangeLog-0.85585 fixes playback of packed bitstream and xvid with bframes, bug #135407.
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.87756 fixes playback of packed bitstream and xvid with bframes, bug #135407.