Home
last modified time | relevance | path

Searched refs:mfxExtAvcTemporalLayers (Results 1 – 25 of 27) sorted by relevance

12

/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/api/mediasdk_structures/
H A Dts_typedef.h33 TYPEDEF_MEMBER(mfxExtAvcTemporalLayers, Layer[0], mfxExtAvcTemporalLayers_Layer)
H A Dts_ext_buffers_decl.h36 EXTBUF(mfxExtAvcTemporalLayers , MFX_EXTBUFF_AVC_TEMPORAL_LAYERS )
H A Dts_struct_decl.h410 STRUCT(mfxExtAvcTemporalLayers,
/dports/multimedia/onevpl/oneVPL-2022.0.6/preview/python/binding/
H A Dmfxstructures.cpp795 std::remove_reference<decltype(mfxExtAvcTemporalLayers::Layer[0])>::type; in init_mfxstructures()
808 py::class_<mfxExtAvcTemporalLayers, std::shared_ptr<mfxExtAvcTemporalLayers>>( in init_mfxstructures()
814 &mfxExtAvcTemporalLayers::Header, in init_mfxstructures()
817 &mfxExtAvcTemporalLayers::BaseLayerPID, in init_mfxstructures()
819 .def_property_readonly("Layer", [](mfxExtAvcTemporalLayers *self) { in init_mfxstructures()
H A Dextension_buffer.cpp199 mfxExtAvcTemporalLayers, in init_extension_buffer()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/tools/tracer/dumps/
H A Ddump.h267 … str += dump(name, *((mfxExtAvcTemporalLayers*)_struct.ExtParam[i])) + "\n"; in dump_mfxExtParams()
558 DEFINE_DUMP_FUNCTION(mfxExtAvcTemporalLayers);
H A Ddump_mfxstructures.cpp767 std::string DumpContext::dump(const std::string structName, const mfxExtAvcTemporalLayers &ExtAvcTe… in dump()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/src/
H A Dmfx_static_assert_structs.cpp339 MSDK_STATIC_ASSERT_STRUCT_SIZE(mfxExtAvcTemporalLayers ,92 )
465 MSDK_STATIC_ASSERT_STRUCT_SIZE(mfxExtAvcTemporalLayers ,92 )
1263 …MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxExtAvcTemporalLayers ,Header …
1264 …MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxExtAvcTemporalLayers ,BaseLayerPID …
1265 …MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxExtAvcTemporalLayers ,Layer …
1266 …MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxExtAvcTemporalLayers ,Layer[0].Scale …
2056 …MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxExtAvcTemporalLayers ,Header …
2057 …MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxExtAvcTemporalLayers ,BaseLayerPID …
2058 …MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxExtAvcTemporalLayers ,Layer …
2059 …MSDK_STATIC_ASSERT_STRUCT_OFFSET(mfxExtAvcTemporalLayers ,Layer[0].Scale …
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_common/src/
H A Dparameters_dumper.cpp507 mfxExtAvcTemporalLayers& info = *(mfxExtAvcTemporalLayers*)pExtBuffer; in SerializeExtensionBuffer()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/hevc/agnostic/base/
H A Dhevcehw_base_legacy_defaults.cpp41 TemporalLayers(const mfxExtAvcTemporalLayers& tl) in TemporalLayers()
48 static mfxU16 CountTL(const mfxExtAvcTemporalLayers& tl);
50 void SetTL(mfxExtAvcTemporalLayers const & tl) in SetTL()
99 mfxU16 TemporalLayers::CountTL(const mfxExtAvcTemporalLayers& tl) in CountTL()
1006 const mfxExtAvcTemporalLayers* pTL = ExtBuffer::Get(par.mvp); in TId()
1016 const mfxExtAvcTemporalLayers* pTL = ExtBuffer::Get(par.mvp); in NumTemporalLayers()
1026 const mfxExtAvcTemporalLayers* pTL = ExtBuffer::Get(par.mvp); in HighestTId()
H A Dhevcehw_base_legacy.cpp240 const auto& buf_src = *(const mfxExtAvcTemporalLayers*)pSrc; in SetSupported()
241 auto& buf_dst = *(mfxExtAvcTemporalLayers*)pDst; in SetSupported()
3485 mfxExtAvcTemporalLayers* pTL = ExtBuffer::Get(par); in SetDefaults()
3790 mfxExtAvcTemporalLayers* pTL = ExtBuffer::Get(par); in CheckTemporalLayers()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_common/src/
H A Dparameters_dumper.cpp573 mfxExtAvcTemporalLayers& info = *(mfxExtAvcTemporalLayers*)pExtBuffer; in SerializeExtensionBuffer()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/shared/include/
H A Dmfx_h264_enc_common_hw.h180 BIND_EXTBUF_TYPE_TO_ID (mfxExtAvcTemporalLayers, MFX_EXTBUFF_AVC_TEMPORAL_LAYERS );
588 mfxExtAvcTemporalLayers m_extTempLayers;
/dports/multimedia/onevpl/oneVPL-2022.0.6/api/vpl/
H A Dmfxstructures.h2950 } mfxExtAvcTemporalLayers; /*!< The array of temporal layers; Use Scale=0 to specify absent layers… typedef
3937 typedef mfxExtAvcTemporalLayers mfxExtHEVCTemporalLayers;
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-qsv11/libmfx/include/msdk/include/
H A Dmfxstructures.h1422 } mfxExtAvcTemporalLayers; typedef
2146 typedef mfxExtAvcTemporalLayers mfxExtHEVCTemporalLayers;
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/api/include/
H A Dmfxstructures.h1422 } mfxExtAvcTemporalLayers; typedef
2146 typedef mfxExtAvcTemporalLayers mfxExtHEVCTemporalLayers;
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_common/include/
H A Dsample_utils.h227 struct mfx_ext_buffer_id<mfxExtAvcTemporalLayers> {
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_common/include/
H A Dsample_utils.h336 template<>struct mfx_ext_buffer_id<mfxExtAvcTemporalLayers>{
/dports/multimedia/onevpl/oneVPL-2022.0.6/api/vpl/preview/
H A Dextension_buffer.hpp871 mfxExtAvcTemporalLayers,
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_encode/src/
H A Dpipeline_encode.cpp694 auto avcTemporalLayers = m_mfxEncParams.AddExtBuffer<mfxExtAvcTemporalLayers>(); in InitMfxEncParams()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/doc/
H A Dmediasdk-man.md156 * [mfxExtAvcTemporalLayers](#mfxExtAvcTemporalLayers)
4452 ## <a id='mfxExtAvcTemporalLayers'>mfxExtAvcTemporalLayers</a>
4467 } mfxExtAvcTemporalLayers;
4472 The `mfxExtAvcTemporalLayers` structure configures the H.264 temporal layers hierarchy. If applicat…
5074 - number of temporal layers in [mfxExtAvcTemporalLayers](#mfxExtAvcTemporalLayers) structure. Reset…
8609 …layers inside the encoded H.264 bitstream. See the [mfxExtAvcTemporalLayers](#mfxExtAvcTemporalLay…
10134 …cify the temporal hierarchy of frames by using the [mfxExtAvcTemporalLayers](#mfxExtAvcTemporalLay…
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_encode/src/
H A Dpipeline_encode.cpp776 auto avcTemporalLayers = m_mfxEncParams.AddExtBuffer<mfxExtAvcTemporalLayers>(); in InitMfxEncParams()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/encode_hw/h264/src/
H A Dmfx_h264_encode_hw_utils_new.cpp2199 mfxExtAvcTemporalLayers const & extTemp = GetExtBufferRef(video); in ConfigureTask()
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_multi_transcode/src/
H A Dpipeline_transcode.cpp2628 auto tl = m_mfxEncParams.AddExtBuffer<mfxExtAvcTemporalLayers>(); in InitEncMfxParams()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_multi_transcode/src/
H A Dpipeline_transcode.cpp2504 auto tl = m_mfxEncParams.AddExtBuffer<mfxExtAvcTemporalLayers>(); in InitEncMfxParams()

12