Home
last modified time | relevance | path

Searched defs:GetMimeType (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/libultrahdr/third_party/image_io/includes/image_io/jpeg/
H A Djpeg_xmp_info.h64 std::string GetMimeType() const { return mime_type_; } in GetMimeType() function
H A Djpeg_info.h85 std::string GetMimeType(JpegXmpInfo::Type type) const { in GetMimeType() function
/aosp_15_r20/external/image_io/includes/image_io/jpeg/
H A Djpeg_xmp_info.h63 std::string GetMimeType() const { return mime_type_; } in GetMimeType() function
H A Djpeg_info.h85 std::string GetMimeType(JpegXmpInfo::Type type) const { in GetMimeType() function
/aosp_15_r20/external/cronet/net/test/url_request/
H A Durl_request_test_job_backed_by_file.cc98 bool URLRequestTestJobBackedByFile::GetMimeType(std::string* mime_type) const { in GetMimeType() function in net::URLRequestTestJobBackedByFile
H A Durl_request_mock_http_job.cc185 bool URLRequestMockHTTPJob::GetMimeType(std::string* mime_type) const { in GetMimeType() function in net::URLRequestMockHTTPJob
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_test_job.cc148 bool URLRequestTestJob::GetMimeType(std::string* mime_type) const { in GetMimeType() function in net::URLRequestTestJob
H A Durl_request_job.cc255 bool URLRequestJob::GetMimeType(std::string* mime_type) const { in GetMimeType() function in net::URLRequestJob
H A Durl_request.cc403 void URLRequest::GetMimeType(std::string* mime_type) const { in GetMimeType() function in net::URLRequest
H A Durl_request_http_job.cc1289 bool URLRequestHttpJob::GetMimeType(std::string* mime_type) const { in GetMimeType() function in net::URLRequestHttpJob
/aosp_15_r20/external/v4l2_codec2/tests/c2_e2e_test/jni/
H A Dcommon.cpp297 const char* GetMimeType(VideoCodecType type) { in GetMimeType() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddxfile.h228 STDMETHOD(GetMimeType) (THIS_ LPCSTR *) PURE; in DECLARE_INTERFACE_() local
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_response_headers.cc1053 bool HttpResponseHeaders::GetMimeType(std::string* mime_type) const { in GetMimeType() function in net::HttpResponseHeaders
H A Dhttp_response_headers_unittest.cc743 TEST_P(ContentTypeTest, GetMimeType) { in TEST_P() argument