OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iAudioSourceFileSettings
(Results
1 - 2
of
2
) sorted by null
/external/opencore/engines/2way/test/src/
test_engine.cpp
435
iAudioSourceFileSettings
.iMediaFormat = PVMF_MIME_AMR_IF2;
436
iAudioSourceFileSettings
.iLoopInputFile = true;
437
iAudioSourceFileSettings
.iFileName = AUDIO_SOURCE_FILENAME;
438
iAudioSourceFileSettings
.iSamplingFrequency = 8000;
439
iAudioSourceFileSettings
.iNumChannels = 1;
440
iAudioSourceIOControl = PvmiMIOFileInputFactory::Create(
iAudioSourceFileSettings
);
/external/opencore/engines/2way/test/include/
test_engine.h
333
PvmiMIOFileInputSettings
iAudioSourceFileSettings
;
Completed in 157 milliseconds