HomeSort by relevance Sort by last modified time
    Searched defs:RtpTimestampRateHz (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/
audio_encoder.cc 22 int AudioEncoder::RtpTimestampRateHz() const {
  /external/webrtc/webrtc/modules/audio_coding/codecs/red/
audio_encoder_copy_red.cc 39 int AudioEncoderCopyRed::RtpTimestampRateHz() const {
40 return speech_encoder_->RtpTimestampRateHz();
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
audio_encoder_g722.cc 75 int AudioEncoderG722::RtpTimestampRateHz() const {
  /external/webrtc/webrtc/modules/audio_coding/codecs/cng/
audio_encoder_cng.cc 82 int AudioEncoderCng::RtpTimestampRateHz() const {
83 return speech_encoder_->RtpTimestampRateHz();

Completed in 619 milliseconds