Home
last modified time | relevance | path

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

12345

/external/webrtc/video/end_to_end_tests/
Dextended_reports_tests.cc65 VideoEncoderConfig::ContentType content_type) in RtcpXrObserver()
205 const VideoEncoderConfig::ContentType content_type_;
220 VideoEncoderConfig::ContentType::kRealtimeVideo); in TEST_F()
228 VideoEncoderConfig::ContentType::kRealtimeVideo); in TEST_F()
236 VideoEncoderConfig::ContentType::kScreen); in TEST_F()
244 VideoEncoderConfig::ContentType::kScreen); in TEST_F()
253 VideoEncoderConfig::ContentType::kRealtimeVideo); in TEST_F()
261 VideoEncoderConfig::ContentType::kScreen); in TEST_F()
/external/nist-sip/java/gov/nist/javax/sip/header/
DContentType.java64 public class ContentType class
78 public ContentType() { in ContentType() method in ContentType
86 public ContentType(String contentType, String contentSubtype) { in ContentType() method in ContentType
206 ContentType retval = (ContentType) super.clone(); in clone()
/external/webrtc/video/
Dvideo_send_stream_impl_unittest.cc125 VideoEncoderConfig::ContentType::kRealtimeVideo) { in VideoSendStreamImplTest()
145 VideoEncoderConfig::ContentType content_type) { in CreateVideoSendStreamImpl()
186 VideoEncoderConfig::ContentType::kRealtimeVideo); in TEST_F()
213 VideoEncoderConfig::ContentType::kRealtimeVideo); in TEST_F()
262 VideoEncoderConfig::ContentType::kRealtimeVideo, in TEST_F()
279 VideoEncoderConfig::ContentType::kScreen); in TEST_F()
330 VideoEncoderConfig::ContentType::kScreen, in TEST_F()
346 VideoEncoderConfig::ContentType::kRealtimeVideo); in TEST_F()
392 VideoEncoderConfig::ContentType::kRealtimeVideo, in TEST_F()
412 VideoEncoderConfig::ContentType::kScreen); in TEST_F()
[all …]
Dvideo_send_stream_impl.h88 VideoEncoderConfig::ContentType content_type,
119 VideoEncoderConfig::ContentType content_type,
Dvideo_send_stream_impl.cc62 VideoEncoderConfig::ContentType content_type, in CalculateMaxPadBitrateBps()
155 VideoEncoderConfig::ContentType content_type) { in GetAlrSettings()
156 if (content_type == VideoEncoderConfig::ContentType::kScreen) { in GetAlrSettings()
202 VideoEncoderConfig::ContentType content_type, in VideoSendStreamImpl()
492 VideoEncoderConfig::ContentType content_type, in OnEncoderConfigurationChanged()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DAtoms.h30 ContentType type, Merge merge, bool thumb, bool noDeadStrip, in MachODefinedAtom()
38 ContentType type, uint64_t size, bool noDeadStrip, in MachODefinedAtom()
49 ContentType contentType() const override { return _contentType; } in contentType()
80 const ContentType _contentType;
90 Scope scope, ContentType type, Merge merge, in MachODefinedCustomSectionAtom()
124 ContentType contentType() const override { return DefinedAtom::typeZeroFill; } in contentType()
DStubsPass.cpp41 ContentType contentType() const override { in contentType()
72 NonLazyPointerAtom(const File &file, bool is64, ContentType contentType) in NonLazyPointerAtom()
77 ContentType contentType() const override { in contentType()
101 const ContentType _contentType;
114 ContentType contentType() const override { in contentType()
148 ContentType contentType() const override { in contentType()
183 ContentType contentType() const override { in contentType()
/external/llvm-project/lld/include/lld/Core/
DDefinedAtom.h106 enum ContentType { enum
249 virtual ContentType contentType() const = 0;
338 static ContentPermissions permissions(ContentType type);
342 ContentType atomContentType = contentType(); in occupiesDiskSpace()
352 ContentType atomContentType = contentType(); in relocsToDefinedCanBeImplicit()
/external/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()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_image.cpp18 {XFA_Attribute::ContentType, XFA_AttributeType::CData, nullptr},
46 return JSObject()->TryCData(XFA_Attribute::ContentType, true).value_or(L""); in GetContentType()
63 JSObject()->SetCData(XFA_Attribute::ContentType, wsContentType, false, false); in SetContentType()
Dcxfa_exdata.cpp19 {XFA_Attribute::ContentType, XFA_AttributeType::CData, nullptr},
42 JSObject()->SetCData(XFA_Attribute::ContentType, wsContentType, false, false); in SetContentType()
Dcxfa_script.cpp24 {XFA_Attribute::ContentType, XFA_AttributeType::CData, nullptr},
50 JSObject()->TryCData(XFA_Attribute::ContentType, false); in GetContentType()
/external/webrtc/rtc_base/experiments/
Drate_control_settings_unittest.cc159 VideoEncoderConfig::ContentType::kRealtimeVideo), in TEST()
165 VideoEncoderConfig::ContentType::kScreen), in TEST()
178 VideoEncoderConfig::ContentType::kRealtimeVideo), in TEST()
184 VideoEncoderConfig::ContentType::kScreen), in TEST()
/external/oboe/include/oboe/
DAudioStreamBase.h147 ContentType getContentType() const { return mContentType; } in getContentType()
217 ContentType mContentType = ContentType::Music;
/external/webrtc/api/video_codecs/
Dvideo_encoder_config.cc53 content_type(ContentType::kRealtimeVideo), in VideoEncoderConfig()
71 case ContentType::kRealtimeVideo: in ToString()
74 case ContentType::kScreen: in ToString()
Dvideo_encoder_config.h120 enum class ContentType { enum
157 ContentType content_type;
/external/python/pyasn1-modules/pyasn1_modules/
Drfc2634.py29 ContentType = rfc5652.ContentType variable
225 namedtype.NamedType('contentType', ContentType()),
248 namedtype.NamedType('contentType', ContentType())
305 namedtype.NamedType('contentType', ContentType()),
Drfc5035.py26 ContentType = rfc5652.ContentType variable
Drfc2985.py65 ContentType = rfc5652.ContentType variable
388 contentType['attrValues'][0] = ContentType()
575 pkcs_9_at_contentType: ContentType(),
Drfc2315.py42 class ContentType(univ.ObjectIdentifier): class
59 namedtype.NamedType('contentType', ContentType()),
95 namedtype.NamedType('contentType', ContentType()),
/external/nist-sip/java/gov/nist/javax/sip/parser/
DContentTypeParser.java58 ContentType contentType = new ContentType(); in parse()
/external/python/asn1crypto/asn1crypto/
Dtsp.py25 ContentType,
305 ContentType._map['1.2.840.113549.1.9.16.1.4'] = 'tst_info'
306 ContentType._map['1.2.840.113549.1.9.16.1.31'] = 'timestamped_data'
Dcms.py127 class ContentType(ObjectIdentifier): class
150 _child_spec = ContentType
520 ('content_type', ContentType),
534 ('content_type', ContentType),
807 ('content_type', ContentType),
/external/webrtc/test/scenario/
Dvideo_stream.cc71 VideoEncoderConfig::ContentType ConvertContentType( in ConvertContentType()
72 VideoStreamConfig::Encoder::ContentType content_type) { in ConvertContentType()
74 case VideoStreamConfig::Encoder::ContentType::kVideo: in ConvertContentType()
75 return VideoEncoderConfig::ContentType::kRealtimeVideo; in ConvertContentType()
77 case VideoStreamConfig::Encoder::ContentType::kScreen: in ConvertContentType()
78 return VideoEncoderConfig::ContentType::kScreen; in ConvertContentType()
156 constexpr auto kScreen = VideoStreamConfig::Encoder::ContentType::kScreen; in CreateVp9SpecificSettings()
249 VideoStreamConfig::Encoder::ContentType::kScreen; in CreateVideoEncoderConfig()
/external/pdfium/xfa/fxfa/
Dcxfa_textprovider.cpp50 XFA_Attribute::ContentType, false); in GetTextNode()
87 XFA_Attribute::ContentType, false); in GetTextNode()

12345