Searched refs:mime (Results 1 - 15 of 15) sorted by relevance

/system/media/opensles/tests/examples/
H A DslesTestPlayFdPath.cpp61 SLDataFormat_MIME mime; local
120 mime.formatType = SL_DATAFORMAT_MIME;
121 /* this is how ignored mime information is specified, according to OpenSL ES spec
123 mime.mimeType = (SLchar*)NULL;
124 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
126 audioSource.pFormat = (void*)&mime;
H A DslesTestBassBoostPath.cpp65 SLDataFormat_MIME mime; local
131 mime.formatType = SL_DATAFORMAT_MIME;
132 /* this is how ignored mime information is specified, according to OpenSL ES spec
134 mime.mimeType = (SLchar*)NULL;
135 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
137 audioSource.pFormat = (void*)&mime;
H A DslesTestEqFdPath.cpp69 SLDataFormat_MIME mime; local
135 mime.formatType = SL_DATAFORMAT_MIME;
136 /* this is how ignored mime information is specified, according to OpenSL ES spec
138 mime.mimeType = (SLchar*)NULL;
139 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
141 audioSource.pFormat = (void*)&mime;
H A DslesTestEqOutputPath.cpp69 SLDataFormat_MIME mime; local
142 mime.formatType = SL_DATAFORMAT_MIME;
143 /* this is how ignored mime information is specified, according to OpenSL ES spec
145 mime.mimeType = (SLchar*)NULL;
146 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
148 audioSource.pFormat = (void*)&mime;
H A DslesTestSendToPresetReverb.cpp66 SLDataFormat_MIME mime; local
160 mime.formatType = SL_DATAFORMAT_MIME;
161 /* this is how ignored mime information is specified, according to OpenSL ES spec
163 mime.mimeType = (SLchar*)NULL;
164 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
166 audioSource.pFormat = (void*)&mime;
H A DslesTestVirtualizerPath.cpp65 SLDataFormat_MIME mime; local
131 mime.formatType = SL_DATAFORMAT_MIME;
132 /* this is how ignored mime information is specified, according to OpenSL ES spec
134 mime.mimeType = (SLchar*)NULL;
135 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
137 audioSource.pFormat = (void*)&mime;
/system/media/opensles/tests/mimeUri/
H A DslesTest_playStates.cpp59 SLDataFormat_MIME mime; local
113 mime.formatType = SL_DATAFORMAT_MIME;
114 /* this is how ignored mime information is specified, according to OpenSL ES spec
116 mime.mimeType = (SLchar*)NULL;
117 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
119 audioSource.pFormat = (void*)&mime;
H A DslesTestLoopUri.cpp80 SLDataFormat_MIME mime; local
118 mime.formatType = SL_DATAFORMAT_MIME;
119 mime.mimeType = (SLchar*)NULL;
120 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
122 audioSource.pFormat = (void *)&mime;
H A DslesTestPlayStreamType.cpp60 SLDataFormat_MIME mime; local
119 mime.formatType = SL_DATAFORMAT_MIME;
120 /* this is how ignored mime information is specified, according to OpenSL ES spec
122 mime.mimeType = (SLchar*)NULL;
123 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
125 audioSource.pFormat = (void*)&mime;
H A DslesTestPlayUri.cpp106 SLDataFormat_MIME mime; local
147 mime.formatType = SL_DATAFORMAT_MIME;
148 mime.mimeType = (SLchar*)NULL;
149 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
151 audioSource.pFormat = (void *)&mime;
H A DslesTestPlayUri2.cpp74 SLDataFormat_MIME mime; local
127 mime.formatType = SL_DATAFORMAT_MIME;
128 /* this is how ignored mime information is specified, according to OpenSL ES spec
130 mime.mimeType = (SLchar*)NULL;
131 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
133 audioSource.pFormat = (void *)&mime;
H A DslesTestSlowDownUri.cpp119 SLDataFormat_MIME mime; local
156 mime.formatType = SL_DATAFORMAT_MIME;
157 mime.mimeType = (SLchar*)NULL;
158 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
160 audioSource.pFormat = (void *)&mime;
/system/media/opensles/tests/listening/
H A DslesTest_playMuteSolo.cpp123 SLDataFormat_MIME mime; local
177 mime.formatType = SL_DATAFORMAT_MIME;
178 /* this is how ignored mime information is specified, according to OpenSL ES spec
180 mime.mimeType = (SLchar*)NULL;
181 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
183 audioSource.pFormat = (void*)&mime;
/system/media/opensles/tests/
H A DmimeUri_test.cpp110 SLDataFormat_MIME mime; local
151 mime.formatType = SL_DATAFORMAT_MIME;
152 mime.mimeType = (SLchar*)NULL;
153 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
155 audioSource.pFormat = (void *)&mime;
/system/media/opensles/libopensles/
H A Dandroid_SfPlayer.cpp249 const char *mime; local
250 CHECK(meta->findCString(kKeyMIMEType, &mime));
252 if (!strncasecmp("audio/", mime, 6)) {
255 if (!strcasecmp(MEDIA_MIMETYPE_AUDIO_RAW, mime)) {

Completed in 79 milliseconds