Home
last modified time | relevance | path

Searched refs:ContentType (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/common/
H A DUtilities.cpp223 const char *convertToText<ContentType>(ContentType contentType) { in convertToText()
226 case ContentType::Speech: return "Speech"; in convertToText()
227 case ContentType::Music: return "Music"; in convertToText()
228 case ContentType::Movie: return "Movie"; in convertToText()
229 case ContentType::Sonification: return "Sonification"; in convertToText()
/third_party/skia/third_party/externals/oboe/include/oboe/
H A DAudioStreamBase.h117 ContentType getContentType() const { return mContentType; } in getContentType()
184 ContentType mContentType = ContentType::Music;
H A DAudioStreamBuilder.h225 * The default, if you do not call this function, is ContentType::Music.
229 * @param contentType the type of audio data, eg. ContentType::Speech
231 AudioStreamBuilder *setContentType(ContentType contentType) { in setContentType()
H A DDefinitions.h328 * The ContentType attribute describes *what* you are playing.
339 enum ContentType : int32_t { // aaudio_content_type_t
/third_party/skia/third_party/externals/oboe/src/aaudio/
H A DAAudioLoader.cpp332 static_assert((int32_t)ContentType::Speech == AAUDIO_CONTENT_TYPE_SPEECH, ERRMSG);
333 static_assert((int32_t)ContentType::Music == AAUDIO_CONTENT_TYPE_MUSIC, ERRMSG);
334 static_assert((int32_t)ContentType::Movie == AAUDIO_CONTENT_TYPE_MOVIE, ERRMSG);
335 static_assert((int32_t)ContentType::Sonification == AAUDIO_CONTENT_TYPE_SONIFICATION, ERRMSG);
H A DAudioStreamAAudio.cpp145 if (mContentType != ContentType::Music) { in logUnsupportedAttributes()
146 LOGW("ContentType [AudioStreamBuilder::setContentType()] " in logUnsupportedAttributes()
266 mContentType = static_cast<ContentType>(mLibLoader->stream_getContentType(mAAudioStream)); in open()
/third_party/skia/third_party/externals/oboe/src/opensles/
H A DAudioStreamOpenSLES.cpp201 if (mContentType != ContentType::Music) { in logUnsupportedAttributes()
202 LOGW("ContentType [AudioStreamBuilder::setContentType()] " in logUnsupportedAttributes()
/third_party/skia/third_party/externals/oboe/tests/
H A DtestStreamClosedMethods.cpp161 ContentType c = mStream->getContentType(); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h59 /// Update tracked content types with \p ContentType.
60 void trackContentType(dwarf::LineNumberEntryFormat ContentType);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp45 dwarf::LineNumberEntryFormat ContentType) { in trackContentType()
46 switch (ContentType) { in trackContentType()
44 trackContentType( dwarf::LineNumberEntryFormat ContentType) trackContentType() argument
/third_party/curl/lib/
H A Dmime.c1709 struct ContentType { in Curl_mime_contenttype() struct
1713 static const struct ContentType ctts[] = { in Curl_mime_contenttype()
/third_party/python/Lib/email/
H A D_header_value_parser.py821 class ContentType(ParameterizedHeaderValue): class
2628 ctype = ContentType()

Completed in 15 milliseconds