Searched refs:openh264enc (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264enc.cpp | 163 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 …]
|
D | gstopenh264elements.h | 33 GST_ELEMENT_REGISTER_DECLARE (openh264enc);
|
D | gstopenh264plugin.c | 43 ret |= GST_ELEMENT_REGISTER (openh264enc, plugin); in plugin_init()
|
/third_party/gstreamer/gst_libav/ |
D | NEWS | 846 - openh264enc: support main, high, constrained-high and
|
/third_party/gstreamer/gstplugins_good/ |
D | NEWS | 846 - openh264enc: support main, high, constrained-high and
|
/third_party/gstreamer/gstplugins_base/ |
D | NEWS | 846 - openh264enc: support main, high, constrained-high and
|
/third_party/gstreamer/gstreamer/ |
D | NEWS | 846 - openh264enc: support main, high, constrained-high and
|
/third_party/gstreamer/gstplugins_bad/ |
D | NEWS | 846 - openh264enc: support main, high, constrained-high and
|
D | ChangeLog | 5860 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 …]
|