OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RtpTimestampRateHz
(Results
1 - 11
of
11
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/
audio_encoder.cc
22
int AudioEncoder::
RtpTimestampRateHz
() const {
audio_encoder.h
68
virtual int
RtpTimestampRateHz
() const;
/external/webrtc/webrtc/modules/audio_coding/codecs/mock/
mock_audio_encoder.h
28
MOCK_CONST_METHOD0(
RtpTimestampRateHz
, int());
/external/webrtc/webrtc/modules/audio_coding/codecs/red/
audio_encoder_copy_red.h
42
int
RtpTimestampRateHz
() const override;
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.h
40
int
RtpTimestampRateHz
() const override;
audio_encoder_g722.cc
75
int AudioEncoderG722::
RtpTimestampRateHz
() const {
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
audio_encoder_cng.h
55
int
RtpTimestampRateHz
() const override;
audio_encoder_cng.cc
82
int AudioEncoderCng::
RtpTimestampRateHz
() const {
83
return speech_encoder_->
RtpTimestampRateHz
();
/external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc
[
all
...]
audio_coding_module_impl.cc
145
audio_encoder->
RtpTimestampRateHz
())));
Completed in 47 milliseconds