Home
last modified time | relevance | path

Searched refs:icc_profile_ (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/modules/desktop_capture/
Ddesktop_frame.h129 const std::vector<uint8_t>& icc_profile() const { return icc_profile_; } in icc_profile()
131 icc_profile_ = icc_profile; in set_icc_profile()
155 std::vector<uint8_t> icc_profile_; variable
/external/webrtc/modules/desktop_capture/linux/
Dx_atom_cache.h40 Atom icc_profile_ = None; variable
Dx_server_pixel_buffer.cc198 icc_profile_ = std::vector<uint8_t>( in Init()
373 if (!icc_profile_.empty()) in CaptureRect()
374 frame->set_icc_profile(icc_profile_); in CaptureRect()
Dx_atom_cache.cc40 return CreateIfNotExist(&icc_profile_, "_ICC_PROFILE"); in IccProfile()
Dx_server_pixel_buffer.h82 std::vector<uint8_t> icc_profile_; variable