Searched defs:mime (Results 101 - 106 of 106) sorted by path

12345

/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayUri.cpp133 SLDataFormat_MIME mime; local
174 mime.formatType = SL_DATAFORMAT_MIME;
175 mime.mimeType = (SLchar*)NULL;
176 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
178 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.cpp186 SLDataFormat_MIME mime; local
223 mime.formatType = SL_DATAFORMAT_MIME;
224 mime.mimeType = (SLchar*)NULL;
225 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
227 audioSource.pFormat = (void *)&mime;
H A DslesTest_playStates.cpp58 SLDataFormat_MIME mime; local
112 mime.formatType = SL_DATAFORMAT_MIME;
113 /* this is how ignored mime information is specified, according to OpenSL ES spec
115 mime.mimeType = (SLchar*)NULL;
116 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
118 audioSource.pFormat = (void*)&mime;
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp107 SLDataFormat_MIME mime; local
148 mime.formatType = SL_DATAFORMAT_MIME;
149 mime.mimeType = (SLchar*)NULL;
150 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
152 audioSource.pFormat = (void *)&mime;
/frameworks/wilhelm/tests/sandbox/streamSource/
H A DslesTestPlayStream.cpp191 SLDataFormat_MIME mime; local
236 mime.formatType = SL_DATAFORMAT_MIME;
237 mime.mimeType = (SLchar *) "video/mp2ts";//(SLchar*)NULL;
238 mime.containerType = SL_CONTAINERTYPE_MPEG_TS;
240 audioSource.pFormat = (void *)&mime;

Completed in 576 milliseconds

12345