Searched refs:LOWEST_BITRATE (Results 1 – 2 of 2) sorted by relevance
88 #define LOWEST_BITRATE 6000 /* lowest allowed for a 8 kHz stream */ macro1061 && 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()
67 #define LOWEST_BITRATE 4000 macro301 "Specify an encoding bit-rate (in bps).", LOWEST_BITRATE, in gst_opus_enc_class_init()