HomeSort by relevance Sort by last modified time
    Searched refs:SL_DATAFORMAT_MIME (Results 1 - 25 of 43) sorted by null

1 2

  /cts/tests/tests/nativemedia/src/
SLObjectCreationTest.cpp 136 formatMimeSrc.formatType = SL_DATAFORMAT_MIME;
148 formatMimeSrc.formatType = SL_DATAFORMAT_MIME;
230 formatMimeSrc.formatType = SL_DATAFORMAT_MIME;
267 formatMimeSrc.formatType = SL_DATAFORMAT_MIME;
  /system/media/wilhelm/src/
data.h 82 #define DATAFORMAT_MASK_MIME (1L << SL_DATAFORMAT_MIME)
data.c 481 case SL_DATAFORMAT_MIME:
575 case SL_DATAFORMAT_MIME:
719 case SL_DATAFORMAT_MIME:
    [all...]
  /system/media/wilhelm/tests/listening/
seekTorture.c 65 mime.formatType = SL_DATAFORMAT_MIME;
slesTest_playMuteSolo.cpp 228 mime.formatType = SL_DATAFORMAT_MIME;
  /system/media/wilhelm/tests/sandbox/
multithread.c 68 SLDataFormat_MIME dfMIME = {SL_DATAFORMAT_MIME, NULL, SL_CONTAINERTYPE_UNSPECIFIED};
urimime.c 61 format_mime.formatType = SL_DATAFORMAT_MIME;
monkey.c 103 format_mime.formatType = SL_DATAFORMAT_MIME;
multiplay.c 188 SLDataFormat_MIME dfMIME = {SL_DATAFORMAT_MIME, NULL, SL_CONTAINERTYPE_UNSPECIFIED};
  /system/media/wilhelm/src/desktop/
SndFile.c 160 case SL_DATAFORMAT_MIME: // we ignore a MIME type if specified
  /system/media/wilhelm/tests/examples/
slesTestBassBoostPath.cpp 131 mime.formatType = SL_DATAFORMAT_MIME;
slesTestPlayFdPath.cpp 120 mime.formatType = SL_DATAFORMAT_MIME;
slesTestVirtualizerPath.cpp 132 mime.formatType = SL_DATAFORMAT_MIME;
slesTestEqFdPath.cpp 136 mime.formatType = SL_DATAFORMAT_MIME;
slesTestEqOutputPath.cpp 143 mime.formatType = SL_DATAFORMAT_MIME;
slesTestSendToPresetReverb.cpp 192 mime.formatType = SL_DATAFORMAT_MIME;
  /system/media/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 171 mime.formatType = SL_DATAFORMAT_MIME;
slesTestPlayStreamType.cpp 118 mime.formatType = SL_DATAFORMAT_MIME;
slesTestPlayUri.cpp 177 mime.formatType = SL_DATAFORMAT_MIME;
slesTestPlayUri2.cpp 127 mime.formatType = SL_DATAFORMAT_MIME;
slesTest_playStates.cpp 113 mime.formatType = SL_DATAFORMAT_MIME;
slesTestGetPositionUri.cpp 184 mime.formatType = SL_DATAFORMAT_MIME;
slesTestManyPlayers.cpp 161 //mime = { /*formatType*/ SL_DATAFORMAT_MIME, /*mimeType*/ (SLchar*)NULL,
165 mime.formatType = SL_DATAFORMAT_MIME;
  /system/media/wilhelm/tests/
mimeUri_test.cpp 151 mime.formatType = SL_DATAFORMAT_MIME;
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 268 SLDataFormat_MIME format_mime = {SL_DATAFORMAT_MIME, NULL, SL_CONTAINERTYPE_UNSPECIFIED};
572 SLDataFormat_MIME format_mime = {SL_DATAFORMAT_MIME, NULL, SL_CONTAINERTYPE_UNSPECIFIED};

Completed in 28 milliseconds

1 2