HomeSort by relevance Sort by last modified time
    Searched refs:decMime (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp 291 SLDataFormat_MIME decMime;
334 decMime.formatType = SL_DATAFORMAT_MIME;
337 decMime.mimeType = (SLchar*)NULL;
338 decMime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
340 decSource.pFormat = (void *) &decMime;
  /frameworks/ex/variablespeed/jni/
variablespeed.cc 502 SLDataFormat_MIME decMime = {
504 SLDataSource decSource = { &decUri, &decMime };

Completed in 470 milliseconds