OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:convertSampleType
(Results
1 - 3
of
3
) sorted by null
/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
sample.h
30
inline double
convertSampleType
(sample_t s) {
35
inline sample_t
convertSampleType
(double d) {
test_context.cpp
26
sample_t s =
convertSampleType
(std::sin(mPhaseRad) * SIGNAL_AMPLITUDE);
audio_buffer.h
161
dst.getData()[i] =
convertSampleType
(src.getData()[i]);
Completed in 358 milliseconds