Home
last modified time | relevance | path

Searched refs:GST_OPENH264_SLICE_MODE_N_SLICES (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.h52 GST_OPENH264_SLICE_MODE_N_SLICES = 1, /* SM_FIXEDSLCNUM_SLICE */ enumerator
Dgstopenh264enc.cpp112 {GST_OPENH264_SLICE_MODE_N_SLICES, "Fixed number of slices", "n-slices"}, in gst_openh264enc_slice_mode_get_type()
184 #define DEFAULT_SLICE_MODE GST_OPENH264_SLICE_MODE_N_SLICES
816 if (openh264enc->slice_mode == GST_OPENH264_SLICE_MODE_N_SLICES) { in gst_openh264enc_set_format()