OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outdata1
(Results
1 - 2
of
2
) sorted by null
/cts/suite/audio_quality/test/
SignalProcessingInterfaceTest.cpp
73
char*
outdata1
= out1->getData();
local
75
outdata1
[i] = 0xbb;
181
char*
outdata1
= out1->getData();
local
183
outdata1
[i] = 0xbb;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
transform.c
474
Word32 *outData0, *
outData1
;
646
outData1
= realOut + FRAME_LEN_SHORT/2 - 1;
660
*
outData1
-- = -((ws1 >> 2) + (ws2 >> 2)); /* shift 2 to avoid overflow next */
Completed in 453 milliseconds