Home
last modified time | relevance | path

Searched refs:openh264enc (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.cpp163 static void gst_openh264enc_set_usage_type (GstOpenh264Enc * openh264enc,
165 static void gst_openh264enc_set_rate_control (GstOpenh264Enc * openh264enc,
241 GST_ELEMENT_REGISTER_DEFINE_CUSTOM (openh264enc, openh264enc_element_init);
384 gst_openh264enc_init (GstOpenh264Enc * openh264enc) in gst_openh264enc_init() argument
386 openh264enc->gop_size = DEFAULT_GOP_SIZE; in gst_openh264enc_init()
387 openh264enc->usage_type = DEFAULT_USAGE_TYPE; in gst_openh264enc_init()
388 openh264enc->rate_control = DEFAULT_RATE_CONTROL; in gst_openh264enc_init()
389 openh264enc->multi_thread = DEFAULT_MULTI_THREAD; in gst_openh264enc_init()
390 openh264enc->max_slice_size = DEFAULT_MAX_SLICE_SIZE; in gst_openh264enc_init()
391 openh264enc->bitrate = DEFAULT_BITRATE; in gst_openh264enc_init()
[all …]
Dgstopenh264elements.h33 GST_ELEMENT_REGISTER_DECLARE (openh264enc);
Dgstopenh264plugin.c43 ret |= GST_ELEMENT_REGISTER (openh264enc, plugin); in plugin_init()
/third_party/gstreamer/gst_libav/
DNEWS846 - openh264enc: support main, high, constrained-high and
/third_party/gstreamer/gstplugins_good/
DNEWS846 - openh264enc: support main, high, constrained-high and
/third_party/gstreamer/gstplugins_base/
DNEWS846 - openh264enc: support main, high, constrained-high and
/third_party/gstreamer/gstreamer/
DNEWS846 - openh264enc: support main, high, constrained-high and
/third_party/gstreamer/gstplugins_bad/
DNEWS846 - openh264enc: support main, high, constrained-high and
DChangeLog5860 openh264enc: fix broken header AU emission by base class
5875 openh264enc: fix caps and header buffer leak
5881 openh264enc: fix broken sps/pps header generation
14462 openh264enc: Add support for main and high profiles
31721 openh264enc: keep the headers
40333 openh264enc: Fix compilation with openh264 v2.0
57710 openh264enc: set GST_PARAM_MUTABLE_PLAYING for bitrate/max-bitrate properties
57718 openh264enc: allow to dynamically change bitrate
57724 openh264enc: fix indentation
71466 openh264enc: Set frame timestamps before sending to the encoder
[all …]