Home
last modified time | relevance | path

Searched defs:SetColorSpace (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_color.cpp30 void CPDF_Color::SetColorSpace(RetainPtr<CPDF_ColorSpace> colorspace) { in SetColorSpace() function in CPDF_Color
/aosp_15_r20/external/webrtc/api/video/
H A Dencoded_image.h114 void SetColorSpace(const absl::optional<webrtc::ColorSpace>& color_space) { in SetColorSpace() function
/aosp_15_r20/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.cpp342 bool ExifUtilsImpl::SetColorSpace(uint16_t color_space) { in SetColorSpace() function in android::ExifUtilsImpl
/aosp_15_r20/external/webrtc/video/
H A Drtp_video_stream_receiver2_unittest.cc276 void SetColorSpace(const ColorSpace& color_space) { in TEST_F() function in webrtc::TEST_F::__anon54968f930210
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs89216 pub fn SetColorSpace(hdc: HDC, hcs: HCOLORSPACE) -> HCOLORSPACE; in SetColorSpace() function