OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mono2
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
asoundef.h
300
#define MIDI_CTL_MONO2 0x7f /**<
Mono2
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
asoundef.h
300
#define MIDI_CTL_MONO2 0x7f /**<
Mono2
*/
/cts/tests/tests/media/src/android/media/cts/
DecoderTest.java
524
short []
mono2
= decodeToMemory(res, RESET_MODE_RECONFIGURE, CONFIG_MODE_NONE, -1, null);
local
526
assertEquals("count different after reconfigure: ", mono.length,
mono2
.length);
528
assertEquals("samples at " + i + " don't match", mono[i],
mono2
[i]);
[
all
...]
Completed in 183 milliseconds