OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:frame2
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/main/memcheck/tests/
xml1.c
37
int
frame2
( void )
function
44
return
frame2
() + 1;
/external/webkit/Source/WebCore/platform/audio/mac/
FFTFrameMac.cpp
100
const FFTFrame&
frame2
= frame;
local
104
const float* realP2 =
frame2
.realData();
105
const float* imagP2 =
frame2
.imagData();
120
DSPSplitComplex sc2 =
frame2
.dspSplitComplex();
/external/webkit/Source/WebCore/platform/audio/fftw/
FFTFrameFFTW.cpp
124
FFTFrame&
frame2
= const_cast<FFTFrame&>(frame);
local
128
const float* realP2 =
frame2
.realData();
129
const float* imagP2 =
frame2
.imagData();
/external/webkit/Source/WebCore/platform/audio/mkl/
FFTFrameMKL.cpp
135
FFTFrame&
frame2
= const_cast<FFTFrame&>(frame);
local
139
const float* realP2 =
frame2
.realData();
140
const float* imagP2 =
frame2
.imagData();
154
float* interleavedData2 =
frame2
.getUpToDateComplexData();
/external/chromium/net/spdy/
spdy_framer_test.cc
278
SpdyFrameBuilder
frame2
;
local
296
frame2
.WriteUInt16(kControlFlagMask | 1);
297
frame2
.WriteUInt16(SYN_STREAM);
298
frame2
.WriteUInt32(0); // Placeholder for the length.
299
frame2
.WriteUInt32(3); // stream_id
300
frame2
.WriteUInt16(0); // Priority.
302
frame2
.WriteUInt16(100); // Wrong number of headers (overflow)
303
frame2
.WriteString("gamma");
304
frame2
.WriteString("gamma");
305
frame2
.WriteString("alpha")
[
all
...]
/external/valgrind/main/exp-ptrcheck/
sg_main.c
2374
StackFrame *frame, *
frame2
;
local
[
all
...]
Completed in 457 milliseconds