Home
last modified time | relevance | path

Searched refs:GetGeneralProfileSpace (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/libbento4/Core/
H A DAp4HvccAtom.h83 AP4_UI08 GetGeneralProfileSpace() const { return m_GeneralProfileSpace; } in GetGeneralProfileSpace() function
H A DAp4SampleDescription.cpp460 if (GetGeneralProfileSpace() > 0 && GetGeneralProfileSpace() <= 3) { in GetCodecString()
461 profile_space[0] = 'A'+GetGeneralProfileSpace()-1; in GetCodecString()
H A DAp4SampleDescription.h357 …AP4_UI08 GetGeneralProfileSpace() const { return m_HvccAtom->GetGeneralProfileSpace()… in GetGeneralProfileSpace() function
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Core/
H A DAp4HvccAtom.h105 AP4_UI08 GetGeneralProfileSpace() const { return m_GeneralProfileSpace; } in GetGeneralProfileSpace() function
H A DAp4SampleDescription.cpp618 if (GetGeneralProfileSpace() > 0 && GetGeneralProfileSpace() <= 3) { in GetCodecString()
619 profile_space[0] = 'A'+GetGeneralProfileSpace()-1; in GetCodecString()
H A DAp4SampleDescription.h440 …AP4_UI08 GetGeneralProfileSpace() const { return m_HvccAtom->GetGeneralProfileSpace()… in GetGeneralProfileSpace() function
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Apps/Mp4Info/
H A DMp4Info.cpp453 …const char* profile_name = AP4_HvccAtom::GetProfileName(hevc_desc->GetGeneralProfileSpace(), hevc_… in ShowSampleDescription_Text()
454 printf(" HEVC Profile Space: %d\n", hevc_desc->GetGeneralProfileSpace()); in ShowSampleDescription_Text()
777 printf("\"hevc_profile_space\":%d,\n", hevc_desc->GetGeneralProfileSpace()); in ShowSampleDescription_Json()
779 …const char* profile_name = AP4_HvccAtom::GetProfileName(hevc_desc->GetGeneralProfileSpace(), hevc_… in ShowSampleDescription_Json()