Home
last modified time | relevance | path

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

/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Codecs/
H A DAp4Ac4Parser.cpp72 m_FsIndex = bits.ReadBit(); in AP4_Ac4Header()
156 m_FsIndex, in AP4_Ac4Header()
192 if ((frame.m_FsIndex == next_frame.m_FsIndex) && in MatchFixed()
211 if ((m_FsIndex == 0 && m_FrameRateIndex != 13) || (m_FsIndex == 1 && m_FrameRateIndex >13)){ in Check()
452 …frame.m_Info.m_SampleDuration = (ac4_header.m_FsIndex == 0)? 2048 : AP4_Ac4SampleDeltaTable [ac4… in FindFrame()
453 …frame.m_Info.m_MediaTimeScale = (ac4_header.m_FsIndex == 0)? 44100: AP4_Ac4MediaTimeScaleTable[ac4… in FindFrame()
459 frame.m_Info.m_Ac4Dsi.d.v1.fs_index = ac4_header.m_FsIndex; in FindFrame()
H A DAp4Ac4Parser.h73 AP4_UI32 m_FsIndex; variable