OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:audiofrequency
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_audio.h
55
int
AudioFrequency
() const;
rtp_sender_audio.cc
52
int RTPSenderAudio::
AudioFrequency
() const {
rtp_sender.cc
370
return audio_ != NULL ? audio_->
AudioFrequency
() : kVideoPayloadTypeFrequency;
[
all
...]
Completed in 2926 milliseconds