Home
last modified time | relevance | path

Searched refs:PackSpsExt (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.cpp99 bool SCC::PackSpsExt(StorageRW& strg, const Base::SPS&, mfxU8 id, Base::IBsWriter& bs) in PackSpsExt() function in SCC
236 Glob::PackSpsExt::GetOrConstruct(strg) = std::bind(PackSpsExt, std::ref(strg), _1, _2, _3); in Query1NoCaps()
H A Dhevcehw_g12_scc.h103 static bool PackSpsExt(StorageRW& strg, const Base::SPS&, mfxU8 id, Base::IBsWriter& bs);
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/hevc/agnostic/base/
H A Dhevcehw_base_packer.cpp928 auto& PackSpsExt = Glob::PackSpsExt::Get(*m_pGlob); in PackSPS() local
929 return PackSpsExt && PackSpsExt(sps, id, bs); in PackSPS()
H A Dhevcehw_base_data.h1397 …using PackSpsExt = StorageVar<__LINE__ - _KD, std::function<bool(const Base::SPS&, mfxU8,… member