Home
last modified time | relevance | path

Searched refs:ContentType (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/common/
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/
DAudioStreamBase.h117 ContentType getContentType() const { return mContentType; } in getContentType()
184 ContentType mContentType = ContentType::Music;
DDefinitions.h339 enum ContentType : int32_t { // aaudio_content_type_t enum
DAudioStreamBuilder.h231 AudioStreamBuilder *setContentType(ContentType contentType) { in setContentType()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/notification/
DnotificationContent.js16 import { ContentType } from "../ohos_notification"
40 contentType: ContentType,
/third_party/jsframework/runtime/main/model/
Ddirective.ts68 enum ContentType { enum
78 contentType: ContentType
1087 contentType: ContentType.CONTENT_STRING
1111 contentType: ContentType.CONTENT_OPEN_QUOTE
1119 contentType: ContentType.CONTENT_CLOSE_QUOTE
1130 contentType: ContentType.CONTENT_ATTR
1139 contentType: ContentType.CONTENT_COUNTER
1157 case ContentType.CONTENT_STRING:
1160 case ContentType.CONTENT_OPEN_QUOTE:
1163 case ContentType.CONTENT_CLOSE_QUOTE:
[all …]
/third_party/skia/third_party/externals/oboe/src/aaudio/
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);
DAudioStreamAAudio.cpp145 if (mContentType != ContentType::Music) { in logUnsupportedAttributes()
266 mContentType = static_cast<ContentType>(mLibLoader->stream_getContentType(mAAudioStream)); in open()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_multimedia_audio.js58 content: audio.ContentType,
82 contentType: audio.ContentType,
889 ContentType: { property
Dohos_notification.js27 export const ContentType = { variable
423 ContentType, property
/third_party/node/deps/v8/src/builtins/
Dtyped-array-set.tq284 // 17. If target.[[ContentType]] is not equal to
285 // source.[[ContentType]], throw a TypeError exception.
/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioStreamOpenSLES.cpp201 if (mContentType != ContentType::Music) { in logUnsupportedAttributes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h60 void trackContentType(dwarf::LineNumberEntryFormat ContentType);
/third_party/skia/third_party/externals/oboe/tests/
DtestStreamClosedMethods.cpp161 ContentType c = mStream->getContentType(); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp45 dwarf::LineNumberEntryFormat ContentType) { in trackContentType() argument
46 switch (ContentType) { in trackContentType()
/third_party/curl/lib/
Dmime.c1713 struct ContentType { in Curl_mime_contenttype() struct
1717 static const struct ContentType ctts[] = { in Curl_mime_contenttype()
/third_party/jsframework/runtime/main/extend/systemplugin/
Dmultimedia.js1085 ContentType: { property
/third_party/python/Lib/email/
D_header_value_parser.py821 class ContentType(ParameterizedHeaderValue): class
2628 ctype = ContentType()
/third_party/skia/third_party/externals/oboe/docs/
DFullGuide.md192 * `setContentType(oboe::ContentType contentType)` - The type of content carried
/third_party/pulseaudio/src/modules/rtp/
Drfc2974.txt639 CMS case, have an ASN.1 ContentInfo type with the ContentType being
/third_party/chromium/patch/
D0001-cve.patch5376 const String& ContentType() const { return content_type_; }