Home
last modified time | relevance | path

Searched refs:uhdr_resize_effect_t (Results 1 – 4 of 4) sorted by relevance

/external/libultrahdr/lib/include/ultrahdr/
Deditorhelper.h102 } uhdr_resize_effect_t; /**< alias for struct uhdr_resize_effect */ typedef
157 std::unique_ptr<uhdr_raw_image_ext_t> apply_resize(ultrahdr::uhdr_resize_effect_t* desc,
/external/libultrahdr/lib/src/
Dultrahdr_api.cpp217 } else if (nullptr != dynamic_cast<uhdr_resize_effect_t*>(it)) { in apply_effects()
218 auto resize_effect = dynamic_cast<uhdr_resize_effect_t*>(it); in apply_effects()
241 apply_resize(dynamic_cast<uhdr_resize_effect_t*>(it), hdr_raw_entry.get(), dst_w, dst_h); in apply_effects()
254 sdr_img = apply_resize(dynamic_cast<uhdr_resize_effect_t*>(it), sdr_raw_entry.get(), dst_w, in apply_effects()
278 return dynamic_cast<const ultrahdr::uhdr_resize_effect_t*>(effect) != nullptr; in is_resize_effect()
380 } else if (nullptr != dynamic_cast<uhdr_resize_effect_t*>(it)) { in apply_effects()
381 auto resize_effect = dynamic_cast<uhdr_resize_effect_t*>(it); in apply_effects()
402 apply_resize(dynamic_cast<uhdr_resize_effect_t*>(it), dec->m_decoded_img_buffer.get(), in apply_effects()
405 apply_resize(dynamic_cast<uhdr_resize_effect_t*>(it), dec->m_gainmap_img_buffer.get(), in apply_effects()
2029 codec->m_effects.push_back(new ultrahdr::uhdr_resize_effect_t(width, height)); in uhdr_add_effect_resize()
Deditorhelper.cpp423 std::unique_ptr<uhdr_raw_image_ext_t> apply_resize(ultrahdr::uhdr_resize_effect_t* desc, in apply_resize()
/external/libultrahdr/tests/
Deditorhelper_test.cpp373 ultrahdr::uhdr_resize_effect_t resize(width / 2, height / 2); in TEST_P()
407 ultrahdr::uhdr_resize_effect_t resize(width / 2, height / 2); in TEST_P()