Home
last modified time | relevance | path

Searched refs:m_Dsi (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Core/
H A DAp4Dac4Atom.cpp140 AP4_SetMemory(&m_Dsi, 0, sizeof(m_Dsi)); in AP4_Dac4Atom()
141 m_Dsi.ac4_dsi_version = -1; in AP4_Dac4Atom()
151 AP4_SetMemory(&m_Dsi, 0, sizeof(m_Dsi)); in AP4_Dac4Atom()
163 if (m_Dsi.ac4_dsi_version == 0) { in AP4_Dac4Atom()
170 m_Dsi.d.v0.fs = m_Dsi.d.v0.fs_index == 0 ? 44100 : 48000; in AP4_Dac4Atom()
196 m_Dsi.d.v1.presentations = new Ac4Dsi::PresentationV1[m_Dsi.d.v1.n_presentations]; in AP4_Dac4Atom()
197 …AP4_SetMemory(m_Dsi.d.v1.presentations, 0, m_Dsi.d.v1.n_presentations * sizeof(m_Dsi.d.v1.presenta… in AP4_Dac4Atom()
401 m_Dsi.d.v1.fs = m_Dsi.d.v1.fs_index == 0 ? 44100 : 48000; in AP4_Dac4Atom()
413 if (m_Dsi.ac4_dsi_version == 0) { in ~AP4_Dac4Atom()
444 if (m_Dsi.ac4_dsi_version == 0) { in GetCodecString()
[all …]
H A DAp4Dac4Atom.h293 const Ac4Dsi& GetDsi() const { return m_Dsi; } in GetDsi()
305 Ac4Dsi m_Dsi; variable