Searched defs:uhdr_decoder_private (Results 1 – 1 of 1) sorted by relevance
396 struct uhdr_decoder_private : uhdr_codec_private { struct398 std::unique_ptr<ultrahdr::uhdr_compressed_image_ext_t> m_uhdr_compressed_img;399 uhdr_img_fmt_t m_output_fmt;400 uhdr_color_transfer_t m_output_ct;401 float m_output_max_disp_boost;404 bool m_probed;405 std::unique_ptr<ultrahdr::uhdr_raw_image_ext_t> m_decoded_img_buffer;406 std::unique_ptr<ultrahdr::uhdr_raw_image_ext_t> m_gainmap_img_buffer;407 int m_img_wd, m_img_ht;408 int m_gainmap_wd, m_gainmap_ht, m_gainmap_num_comp;[all …]