Searched defs:uhdr_decoder_private (Results 1 – 1 of 1) sorted by relevance
385 struct uhdr_decoder_private : uhdr_codec_private { struct387 std::unique_ptr<ultrahdr::uhdr_compressed_image_ext_t> m_uhdr_compressed_img;388 uhdr_img_fmt_t m_output_fmt;389 uhdr_color_transfer_t m_output_ct;390 float m_output_max_disp_boost;393 bool m_probed;394 std::unique_ptr<ultrahdr::uhdr_raw_image_ext_t> m_decoded_img_buffer;395 std::unique_ptr<ultrahdr::uhdr_raw_image_ext_t> m_gainmap_img_buffer;396 int m_img_wd, m_img_ht;397 int m_gainmap_wd, m_gainmap_ht, m_gainmap_num_comp;[all …]