Home
last modified time | relevance | path

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

/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/hevc/agnostic/g12/
H A Dhevcehw_g12_scc.cpp41 bool SCC::ReadSpsExt(StorageRW& strg, const Base::SPS&, mfxU8 id, Base::IBsReader& bs) in ReadSpsExt() function in SCC
234 Glob::ReadSpsExt::GetOrConstruct(strg) = std::bind(ReadSpsExt, std::ref(strg), _1, _2, _3); in Query1NoCaps()
H A Dhevcehw_g12_scc.h101 static bool ReadSpsExt(StorageRW& strg, const Base::SPS&, mfxU8 id, Base::IBsReader& bs);
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/hevc/agnostic/base/
H A Dhevcehw_base_parser.cpp135 TryRead(m_readSpsExt, strg, Glob::ReadSpsExt::Key); in Query1NoCaps()
H A Dhevcehw_base_data.h1395 …using ReadSpsExt = StorageVar<__LINE__ - _KD, std::function<bool(const Base::SPS&, mfxU8,… member