OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sourceP
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/audio/
ReverbInputBuffer.cpp
43
void ReverbInputBuffer::write(float*
sourceP
, size_t numberOfFrames)
51
memcpy(m_buffer.data() + m_writeIndex,
sourceP
, sizeof(float) * numberOfFrames);
72
float*
sourceP
= m_buffer.data();
73
float* p =
sourceP
+ *readIndex;
EqualPowerPanner.cpp
63
float*
sourceP
= channel->data();
67
if (!
sourceP
|| !destinationL || !destinationR)
99
float input = *
sourceP
++;
Completed in 264 milliseconds