OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PCMFile
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/test/
PCMFile.h
25
class
PCMFile
{
27
PCMFile
();
28
PCMFile
(uint32_t timestamp);
29
~
PCMFile
() {
PCMFile.cc
11
#include "webrtc/modules/audio_coding/test/
PCMFile
.h"
24
PCMFile
::
PCMFile
()
37
PCMFile
::
PCMFile
(uint32_t timestamp)
49
int16_t
PCMFile
::ChooseFile(std::string* file_name, int16_t max_len,
95
void
PCMFile
::Open(const std::string& file_name, uint16_t frequency,
108
int32_t
PCMFile
::SamplingFrequency() const {
112
uint16_t
PCMFile
::PayloadLength10Ms() const {
116
int32_t
PCMFile
::Read10MsData(AudioFrame& audio_frame)
[
all
...]
Completed in 349 milliseconds