OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcm_
(Results
1 - 2
of
2
) sorted by null
/cts/suite/audio_quality/lib/src/audio/
AudioPlaybackLocal.cpp
100
struct
pcm_
{
struct
103
pcm_
* pcm = (
pcm_
*)mPcmHandle;
/frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp
139
float
pcm_
= sin((i_ * (1.0f + 0.5f * (i_ / nframes_)) * 0.01 * M_PI * 2.0));
local
140
int pcm = (int) (
pcm_
* 32766.0 * gVolume);
Completed in 43 milliseconds