OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auxSize
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/tests/
test-mixer.cpp
230
const size_t
auxSize
= outputFrames * auxFrameSize;
233
(void) posix_memalign(&auxAddr, 32,
auxSize
);
234
memset(auxAddr, 0,
auxSize
);
/frameworks/av/media/libstagefright/rtsp/
AMPEG4ElementaryAssembler.cpp
340
unsigned
auxSize
= bits.getBits(mAuxiliaryDataSizeLength);
342
offset += (mAuxiliaryDataSizeLength +
auxSize
+ 7) / 8;
Completed in 295 milliseconds