Home
last modified time | relevance | path

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

1234

/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()
/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/python/google-api-python-client/googleapiclient/
Dmodel.py105 content_type = None variable in BaseModel
256 content_type = "application/json" variable in JsonModel
300 content_type = "application/json" variable in RawModel
320 content_type = "application/json" variable in MediaModel
339 content_type = "application/x-protobuf" variable in ProtocolBufferModel
/external/webrtc/video/
Dreceive_statistics_proxy2.cc65 const char* UmaPrefixForContentType(VideoContentType content_type) { in UmaPrefixForContentType()
71 std::string UmaSuffixForContentType(VideoContentType content_type) { in UmaSuffixForContentType()
293 VideoContentType content_type = it.first; in UpdateHistograms() local
321 auto content_type = it.first; in UpdateHistograms() local
820 VideoContentType content_type) { in OnDecodedFrame()
835 VideoContentType content_type) { in OnDecodedFrame()
973 VideoContentType content_type) { in OnCompleteFrame()
Dreceive_statistics_proxy.cc61 const char* UmaPrefixForContentType(VideoContentType content_type) { in UmaPrefixForContentType()
67 std::string UmaSuffixForContentType(VideoContentType content_type) { in UmaSuffixForContentType()
273 VideoContentType content_type = it.first; in UpdateHistograms() local
301 auto content_type = it.first; in UpdateHistograms() local
735 VideoContentType content_type) { in OnDecodedFrame()
853 VideoContentType content_type) { in OnCompleteFrame()
Dvideo_send_stream_impl.cc62 VideoEncoderConfig::ContentType content_type, in CalculateMaxPadBitrateBps()
155 VideoEncoderConfig::ContentType content_type) { in GetAlrSettings()
202 VideoEncoderConfig::ContentType content_type, in VideoSendStreamImpl()
492 VideoEncoderConfig::ContentType content_type, in OnEncoderConfigurationChanged()
Dvideo_stream_decoder.cc47 VideoContentType content_type) { in FrameToRender()
Dvideo_stream_decoder2.cc48 VideoContentType content_type) { in FrameToRender()
/external/oss-fuzz/infra/build/functions/
Dbuild_lib.py104 def get_signed_url(path, method='PUT', content_type=''): argument
178 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
Ddata_socket.h78 const std::string& content_type() const { return content_type_; } in content_type() function
/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()
/external/skqp/tools/skiaserve/urlhandlers/
DPostHandler.cpp20 const char* content_type, const char* transfer_encoding, in process_upload_data()
/external/webrtc/test/fuzzers/
Drtp_packet_fuzzer.cc108 VideoContentType content_type; in FuzzOneInput() local
/external/webrtc/modules/video_coding/
Dframe_object.cc36 VideoContentType content_type, in RtpFrameObject()
Dgeneric_decoder.h37 VideoContentType content_type; member
Dgeneric_decoder_unittest.cc34 VideoContentType content_type) override { in FrameToRender()
/external/boringssl/src/crypto/pkcs7/
Dpkcs7.c44 CBS in, content_info, content_type, wrapped_signed_data, signed_data; in pkcs7_parse_header() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/pkcs7/
Dpkcs7.c44 CBS in, content_info, content_type, wrapped_signed_data, signed_data; in pkcs7_parse_header() local
/external/python/cpython3/Modules/_ssl/
Ddebughelpers.c11 _PySSL_msg_callback(int write_p, int version, int content_type, in _PySSL_msg_callback()

1234