Searched refs:WebRtcOpus_GetBandwidth (Results 1 – 4 of 4) sorted by relevance
286 int32_t WebRtcOpus_GetBandwidth(OpusEncInst* inst);
598 EXPECT_EQ(-1, WebRtcOpus_GetBandwidth(opus_encoder_)); in TEST_P()612 EXPECT_EQ(OPUS_BANDWIDTH_NARROWBAND, WebRtcOpus_GetBandwidth(opus_encoder_)); in TEST_P()618 WebRtcOpus_GetBandwidth(opus_encoder_)); in TEST_P()625 WebRtcOpus_GetBandwidth(opus_encoder_)); in TEST_P()
343 int32_t WebRtcOpus_GetBandwidth(OpusEncInst* inst) { in WebRtcOpus_GetBandwidth() function
303 const int bandwidth = WebRtcOpus_GetBandwidth(inst); in GetNewBandwidth()