Home
last modified time | relevance | path

Searched refs:m_Profile (Results 1 – 25 of 29) sorted by relevance

12

/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Core/
H A DAp4AvccAtom.cpp104 m_Profile(0), in AP4_AvccAtom()
122 m_Profile(other.m_Profile), in AP4_AvccAtom()
150 m_Profile = payload[1]; in AP4_AvccAtom()
198 m_Profile(profile), in AP4_AvccAtom()
238 if ((m_Profile == AP4_AVC_PROFILE_HIGH) || (m_Profile == AP4_AVC_PROFILE_HIGH_10) || in UpdateRawBytes()
239 (m_Profile == AP4_AVC_PROFILE_HIGH_422) || (m_Profile == AP4_AVC_PROFILE_HIGH_444)) { in UpdateRawBytes()
247 payload[1] = m_Profile; in UpdateRawBytes()
268 if ((m_Profile == AP4_AVC_PROFILE_HIGH) || (m_Profile == AP4_AVC_PROFILE_HIGH_10) || in UpdateRawBytes()
269 (m_Profile == AP4_AVC_PROFILE_HIGH_422) || (m_Profile == AP4_AVC_PROFILE_HIGH_444)) { in UpdateRawBytes()
293 const char* profile_name = GetProfileName(m_Profile); in InspectFields()
[all …]
H A DAp4VpccAtom.cpp111 m_Profile(profile), in AP4_VpccAtom()
138 m_Profile, in GetCodecString()
157 stream.WriteUI08(m_Profile); in WriteFields()
175 inspector.AddField("profile", m_Profile); in InspectFields()
H A DAp4VpccAtom.h73 AP4_UI08 GetProfile() { return m_Profile; } in GetProfile()
91 AP4_UI08 m_Profile; variable
H A DAp4AvccAtom.h81 AP4_UI08 GetProfile() const { return m_Profile; } in GetProfile()
99 AP4_UI08 m_Profile; variable
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DVC1BitstreamParser.cpp51 m_Profile = VC1_PROFILE_NOPROFILE; in Reset()
74 if (m_Profile != VC1_PROFILE_NOPROFILE) in vc1_parse_frame()
78 m_Profile = static_cast<uint8_t>(br.ReadBits(2)); in vc1_parse_frame()
79 if (m_Profile == VC1_PROFILE_ADVANCED) in vc1_parse_frame()
107 if (m_Profile == VC1_PROFILE_ADVANCED) in vc1_parse_frame()
129 else if (m_Profile != VC1_PROFILE_NOPROFILE) in vc1_parse_frame()
H A DVC1BitstreamParser.h27 uint8_t m_Profile;
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/libbento4/Core/
H A DAp4AvccAtom.cpp104 m_Profile(0), in AP4_AvccAtom()
119 m_Profile(other.m_Profile), in AP4_AvccAtom()
147 m_Profile = payload[1]; in AP4_AvccAtom()
182 m_Profile(profile), in AP4_AvccAtom()
222 payload[1] = m_Profile; in UpdateRawBytes()
261 const char* profile_name = GetProfileName(m_Profile); in InspectFields()
265 inspector.AddField("Profile", m_Profile); in InspectFields()
H A DAp4AvccAtom.h78 AP4_UI08 GetProfile() const { return m_Profile; } in GetProfile()
93 AP4_UI08 m_Profile; variable
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/io/umc_va/src/
H A Dumc_va_linux.cpp401 if (UNKNOWN == (m_Profile & VA_CODEC)) in Init()
406 if ((UMC_OK == umcRes) && (UNKNOWN == m_Profile)) in Init()
423 SetTraceStrings(m_Profile & VA_CODEC); in Init()
473 if ((m_Profile & VA_CODEC) == UMC::VA_VC1) in Init()
493 if (!(m_Profile & VA_ENTRY_POINT)) in Init()
502 profile = m_Profile; in Init()
510 if (m_Profile == profile) break; in Init()
514 m_Profile = (UMC::VideoAccelerationProfile)profile; in Init()
777 switch (m_Profile & VA_CODEC) in GetCompBufferHW()
816 if ((m_Profile & VA_PROFILE_REXT) in GetCompBufferHW()
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/auxiliary/
H A Dserialportassistant.cpp28 m_Profile(profile) in SerialPortAssistant()
193 …QUrl url(QString("http://%1:%2/api/udev/rules").arg(m_Profile->host).arg(m_Profile->INDIWebManager… in loadRules()
235 …QUrl url(QString("http://%1:%2/api/udev/remove_rule").arg(m_Profile->host).arg(m_Profile->INDIWebM… in removeActiveRule()
276 …QUrl url(QString("http://%1:%2/api/udev/watch").arg(m_Profile->host).arg(m_Profile->INDIWebManager… in scanDevices()
367 …QUrl url(QString("http://%1:%2/api/udev/add_rule").arg(m_Profile->host).arg(m_Profile->INDIWebMana… in addRule()
H A Dserialportassistant.h47 const ProfileInfo *m_Profile; variable
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/libbento4/Codecs/
H A DAp4AdtsParser.cpp258 frame.m_Info.m_Profile = AP4_AAC_PROFILE_MAIN; in FindFrame()
262 frame.m_Info.m_Profile = AP4_AAC_PROFILE_LC; in FindFrame()
266 frame.m_Info.m_Profile = AP4_AAC_PROFILE_SSR; in FindFrame()
270 frame.m_Info.m_Profile = AP4_AAC_PROFILE_LTP; in FindFrame()
H A DAp4AdtsParser.h85 AP4_AacProfile m_Profile; member
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Codecs/
H A DAp4AdtsParser.cpp258 frame.m_Info.m_Profile = AP4_AAC_PROFILE_MAIN; in FindFrame()
262 frame.m_Info.m_Profile = AP4_AAC_PROFILE_LC; in FindFrame()
266 frame.m_Info.m_Profile = AP4_AAC_PROFILE_SSR; in FindFrame()
270 frame.m_Info.m_Profile = AP4_AAC_PROFILE_LTP; in FindFrame()
H A DAp4AdtsParser.h85 AP4_AacProfile m_Profile; member
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/vc1_dec/include/
H A Dumc_vc1_dec_exception.h79 SmartLevel level): m_Profile(profile), in vc1_except_profiler()
89 robust_profile m_Profile; variable
H A Dumc_vc1_video_decoder_hw.h123 …Exceptions::fast_err_detect == UMC::VC1Exceptions::vc1_except_profiler::GetEnvDescript().m_Profile) in VC1DecodeFrame_VLD()
125 …C1Exceptions::fast_decoding == UMC::VC1Exceptions::vc1_except_profiler::GetEnvDescript().m_Profile) in VC1DecodeFrame_VLD()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/h265_dec/include/platform/
H A Dumc_h265_va_packer_vaapi_g12.hpp107 if (!m_va->IsLongSliceControl() || !(m_va->m_Profile & UMC::VA_PROFILE_SCC)) in CreateSliceParamBuffer()
118 if (!m_va->IsLongSliceControl() || !(m_va->m_Profile & UMC::VA_PROFILE_SCC)) in PackPicParams()
138 if (!(m_va->m_Profile & UMC::VA_PROFILE_SCC) || in PackSliceParams()
H A Dumc_h265_va_packer_vaapi_g11.hpp143 !(m_va->m_Profile & UMC::VA_PROFILE_REXT) ? in CreateSliceParamBuffer()
154 if (!(m_va->m_Profile & UMC::VA_PROFILE_REXT)) in PackPicParams()
172 if (!(m_va->m_Profile & UMC::VA_PROFILE_REXT) || in PackSliceParams()
/dports/security/i2pd/i2pd-2.40.0/libi2pd/
H A DRouterInfo.h238 void SaveProfile () { if (m_Profile) m_Profile->Save (GetIdentHash ()); }; in SaveProfile()
281 mutable std::shared_ptr<RouterProfile> m_Profile; variable
H A DRouterInfo.cpp1159 if (!m_Profile) in GetProfile()
1160 m_Profile = GetRouterProfile (GetIdentHash ()); in GetProfile()
1161 return m_Profile; in GetProfile()
/dports/games/0ad/0ad-0.0.23b-alpha/source/lobby/
H A DXmppClient.cpp173 for (const glooxwrapper::Tag* const& t : m_Profile) in ~XmppClient()
242 for (const glooxwrapper::Tag* const& t : m_Profile) in onDisconnect()
248 m_Profile.clear(); in onDisconnect()
582 for (const glooxwrapper::Tag* const& t : m_Profile) in GUIGetProfile()
770 for (const glooxwrapper::Tag* const& t : m_Profile) in handleIq()
772 m_Profile.clear(); in handleIq()
775 m_Profile.emplace_back(t->clone()); in handleIq()
H A DXmppClient.h177 std::vector<const glooxwrapper::Tag*> m_Profile; variable
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/core/umc/include/
H A Dumc_va_base.h225 m_Profile(UNKNOWN), in VideoAccelerator()
288 VideoAccelerationProfile m_Profile; // entry point variable
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/vc1_dec/src/
H A Dumc_vc1_video_decoder_hw.cpp63 if ((init->pVideoAccelerator->m_Profile & VA_CODEC) == VA_VC1) in Init()
413 if (m_va->m_Profile == VC1_VLD) in VC1DecodeFrame()

12