OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:realData
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/audio/
FFTFrameStub.cpp
91
float* FFTFrame::
realData
() const
/external/webkit/Source/WebCore/platform/audio/fftw/
FFTFrameFFTW.cpp
82
&temporary,
realData
(), imagData());
84
realData
(), imagData(), &temporary);
107
&temporary,
realData
(), imagData());
109
realData
(), imagData(), &temporary);
113
memcpy(
realData
(), frame.
realData
(), nbytes);
126
float* realP1 = frame1.
realData
();
128
const float* realP2 = frame2.
realData
();
156
fftwf_execute_split_dft_r2c(m_forwardPlan, data,
realData
(), imagData());
165
float*
realData
= this->realData()
[
all
...]
/external/webkit/Source/WebCore/platform/audio/mkl/
FFTFrameMKL.cpp
124
memcpy(
realData
(), frame.
realData
(), nbytes);
137
float* realP1 = frame1.
realData
();
139
const float* realP2 = frame2.
realData
();
225
float* FFTFrame::
realData
() const
/external/icu4c/common/
uresbund.c
102
static const ResourceData *getFallbackData(const UResourceBundle* resBundle, const char* * resTag, UResourceDataEntry* *
realData
, Resource *res, UErrorCode *status) {
130
*
realData
= resB;
825
const char *key, int32_t idx, UResourceDataEntry *
realData
,
897
path =
realData
->fPath; /* we will be looking in the same package */
916
path =
realData
->fPath;
[
all
...]
Completed in 292 milliseconds