Searched refs:RtpTimestampRateHz (Results 1 – 11 of 11) sorted by relevance
39 int AudioEncoderCopyRed::RtpTimestampRateHz() const { in RtpTimestampRateHz() function in webrtc::AudioEncoderCopyRed40 return speech_encoder_->RtpTimestampRateHz(); in RtpTimestampRateHz()
42 int RtpTimestampRateHz() const override;
22 int AudioEncoder::RtpTimestampRateHz() const { in RtpTimestampRateHz() function in webrtc::AudioEncoder
68 virtual int RtpTimestampRateHz() const;
28 MOCK_CONST_METHOD0(RtpTimestampRateHz, int());
82 int AudioEncoderCng::RtpTimestampRateHz() const { in RtpTimestampRateHz() function in webrtc::AudioEncoderCng83 return speech_encoder_->RtpTimestampRateHz(); in RtpTimestampRateHz()
55 int RtpTimestampRateHz() const override;
40 int RtpTimestampRateHz() const override;
75 int AudioEncoderG722::RtpTimestampRateHz() const { in RtpTimestampRateHz() function in webrtc::AudioEncoderG722
1098 external_speech_encoder->RtpTimestampRateHz() / 100; in RegisterExternalSendCodec()1648 EXPECT_CALL(mock_encoder, RtpTimestampRateHz()) in TEST_F()1650 .WillRepeatedly(Invoke(&encoder, &AudioEncoderPcmU::RtpTimestampRateHz)); in TEST_F()
145 audio_encoder->RtpTimestampRateHz()))); in Encode()