Home
last modified time | relevance | path

Searched defs:content_type (Results 1 – 25 of 139) sorted by relevance

123456

/external/webrtc/api/video/
Dvideo_content_type.cc51 bool SetExperimentId(VideoContentType* content_type, uint8_t experiment_id) { in SetExperimentId()
61 bool SetSimulcastId(VideoContentType* content_type, uint8_t simulcast_id) { in SetSimulcastId()
71 uint8_t GetExperimentId(const VideoContentType& content_type) { in GetExperimentId()
75 uint8_t GetSimulcastId(const VideoContentType& content_type) { in GetSimulcastId()
80 bool IsScreenshare(const VideoContentType& content_type) { in IsScreenshare()
89 const char* ToString(const VideoContentType& content_type) { in ToString()
Dvideo_stream_decoder.h35 VideoContentType content_type; member
/external/libbrillo/brillo/http/
Dhttp_form_data.cc36 const std::string& content_type, in FormField()
79 const std::string& content_type, in TextFormField()
97 const std::string& content_type, in FileFormField()
118 const std::string& content_type, in MultiPartFormField()
172 const std::string& content_type, in AddFileField()
215 const std::string& content_type, in AddFileField()
/external/autotest/utils/frozen_chromite/third_party/googleapiclient/
Dmodel.py103 content_type = None variable in BaseModel
245 content_type = 'application/json' variable in JsonModel
285 content_type = 'application/json' variable in RawModel
304 content_type = 'application/json' variable in MediaModel
322 content_type = 'application/x-protobuf' variable in ProtocolBufferModel
/external/python/google-api-python-client/googleapiclient/
Dmodel.py104 content_type = None variable in BaseModel
255 content_type = "application/json" variable in JsonModel
303 content_type = "application/json" variable in RawModel
323 content_type = "application/json" variable in MediaModel
342 content_type = "application/x-protobuf" variable in ProtocolBufferModel
/external/cronet/testing/perf/
Dluci_test_result.cc139 const std::string& content_type) in Artifact()
142 const std::string& content_type) in Artifact()
207 const std::string& content_type) { in AddOutputArtifactFile()
217 const std::string& content_type) { in AddOutputArtifactContents()
/external/cronet/net/server/
Dhttp_server_response_info.cc45 const std::string& content_type) { in SetBody()
53 const std::string& content_type) { in SetContentHeaders()
/external/webrtc/video/
Dvideo_send_stream_impl.cc72 VideoEncoderConfig::ContentType content_type, in CalculateMaxPadBitrateBps()
139 VideoEncoderConfig::ContentType content_type) { in GetAlrSettings()
164 VideoEncoderConfig::ContentType content_type, in GetConfiguredPacingFactor()
217 VideoEncoderConfig::ContentType content_type, in VideoSendStreamImpl()
470 VideoEncoderConfig::ContentType content_type, in OnEncoderConfigurationChanged()
Dreceive_statistics_proxy2.cc63 const char* UmaPrefixForContentType(VideoContentType content_type) { in UmaPrefixForContentType()
69 std::string UmaSuffixForContentType(VideoContentType content_type) { in UmaSuffixForContentType()
288 VideoContentType content_type = it.first; in UpdateHistograms() local
316 auto content_type = it.first; in UpdateHistograms() local
752 VideoContentType content_type) { in OnDecodedFrame()
789 VideoContentType content_type) { in OnDecodedFrame()
923 VideoContentType content_type) { in OnCompleteFrame()
Dvideo_stream_decoder2.cc49 VideoContentType content_type) { in FrameToRender()
Dvideo_stream_decoder_impl.h73 VideoContentType content_type; member
/external/cronet/net/test/embedded_test_server/
Dhttp_response.h110 const std::string& content_type() const { return content_type_; } in content_type() function
111 void set_content_type(base::StringPiece content_type) { in set_content_type()
Dembedded_test_server_unittest.cc152 const std::string& content_type, in HandleRequest()
233 std::string content_type; in TEST_P() local
261 std::string content_type; in TEST_P() local
291 std::string content_type; in TEST_P() local
/external/oss-fuzz/infra/build/functions/
Dbuild_lib.py116 def get_signed_url(path, method='PUT', content_type=''): argument
189 def http_upload_step(data, signed_url, content_type): argument
/external/mesa3d/.gitlab-ci/tracie/
Dtracie.py102 def upload_to_minio(file_name, resource, content_type): argument
126 def upload_artifact(file_name, key, content_type): argument
/external/webrtc/examples/peerconnection/server/
Dpeer_channel.cc128 const std::string& content_type, in QueueResponse()
253 std::string content_type; in AddMember() local
346 std::string* content_type) { in BuildResponseForNewMember()
Dpeer_channel.h56 std::string status, content_type, extra_headers, data; member
/external/angle/build/android/pylib/utils/
Dlogdog_helper.py24 def text(name, data, content_type=None): argument
Dgoogle_storage_helper.py36 content_type=None, authenticated_link=True): argument
/external/cronet/build/android/pylib/utils/
Dlogdog_helper.py24 def text(name, data, content_type=None): argument
Dgoogle_storage_helper.py36 content_type=None, authenticated_link=True): argument
/external/igt-gpu-tools/tests/
Dkms_content_protection.c327 int content_type, bool type_change) in test_cp_enable()
381 int content_type, bool expect_failure, in test_cp_enable_with_retry()
451 int content_type) in test_content_protection_on_output()
583 test_content_protection(enum igt_commit_style s, int content_type) in test_content_protection()
/external/python/pyasn1-modules/tests/
Dtest_rfc4073.py74 def test_layer(substrate, content_type): argument
/external/python/oauth2client/tests/contrib/
Dtest_metadata.py33 def request_mock(status, content_type, content): argument
/external/skia/tools/skiaserve/urlhandlers/
DPostHandler.cpp20 const char* content_type, const char* transfer_encoding, in process_upload_data()

123456