Searched refs:m_decoded_img_buffer (Results 1 – 2 of 2) sorted by relevance
291 isBufferDataContiguous(dec->m_decoded_img_buffer.get()) && in apply_effects()294 dec->m_decoded_img_buffer->fmt, dec->m_decoded_img_buffer->w, in apply_effects()295 dec->m_decoded_img_buffer->h, dec->m_decoded_img_buffer->planes[0]); in apply_effects()310 dec->m_decoded_img_buffer.get(), gl_ctxt, disp_texture_ptr); in apply_effects()315 dec->m_decoded_img_buffer.get(), gl_ctxt, disp_texture_ptr); in apply_effects()320 uhdr_raw_image_t* disp = dec->m_decoded_img_buffer.get(); in apply_effects()385 ((float)dec->m_decoded_img_buffer.get()->w) / dec->m_gainmap_img_buffer.get()->w; in apply_effects()387 ((float)dec->m_decoded_img_buffer.get()->h) / dec->m_gainmap_img_buffer.get()->h; in apply_effects()402 apply_resize(dynamic_cast<uhdr_resize_effect_t*>(it), dec->m_decoded_img_buffer.get(), in apply_effects()417 dec->m_decoded_img_buffer = std::move(disp_img); in apply_effects()[all …]
405 std::unique_ptr<ultrahdr::uhdr_raw_image_ext_t> m_decoded_img_buffer; member