Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/ext/vorbis/
Dgstvorbisenc.c88 #define LOWEST_BITRATE 6000 /* lowest allowed for a 8 kHz stream */ macro
1061 && vorbisenc->max_bitrate < LOWEST_BITRATE) { in gst_vorbis_enc_set_property()
1062 g_warning ("Lowest allowed bitrate is %d", LOWEST_BITRATE); in gst_vorbis_enc_set_property()
1063 vorbisenc->max_bitrate = LOWEST_BITRATE; in gst_vorbis_enc_set_property()
1076 if (vorbisenc->bitrate >= 0 && vorbisenc->bitrate < LOWEST_BITRATE) { in gst_vorbis_enc_set_property()
1077 g_warning ("Lowest allowed bitrate is %d", LOWEST_BITRATE); in gst_vorbis_enc_set_property()
1078 vorbisenc->bitrate = LOWEST_BITRATE; in gst_vorbis_enc_set_property()
1087 && vorbisenc->min_bitrate < LOWEST_BITRATE) { in gst_vorbis_enc_set_property()
1088 g_warning ("Lowest allowed bitrate is %d", LOWEST_BITRATE); in gst_vorbis_enc_set_property()
1089 vorbisenc->min_bitrate = LOWEST_BITRATE; in gst_vorbis_enc_set_property()
/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusenc.c67 #define LOWEST_BITRATE 4000 macro
301 "Specify an encoding bit-rate (in bps).", LOWEST_BITRATE, in gst_opus_enc_class_init()