Home
last modified time | relevance | path

Searched refs:GetChromaBitDepth (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/libbento4/Core/
H A DAp4HvccAtom.h93 AP4_UI08 GetChromaBitDepth() const { return m_ChromaBitDepth; } in GetChromaBitDepth() function
H A DAp4SampleDescription.h367 AP4_UI08 GetChromaBitDepth() const { return m_HvccAtom->GetChromaBitDepth(); } in GetChromaBitDepth() function
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Core/
H A DAp4HvccAtom.h115 AP4_UI08 GetChromaBitDepth() const { return m_ChromaBitDepth; } in GetChromaBitDepth() function
H A DAp4SampleDescription.h450 AP4_UI08 GetChromaBitDepth() const { return m_HvccAtom->GetChromaBitDepth(); } in GetChromaBitDepth() function
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Apps/Mp4Info/
H A DMp4Info.cpp465 printf(" HEVC Chroma Bit Depth: %d\n", hevc_desc->GetChromaBitDepth()); in ShowSampleDescription_Text()
789 printf("\"hevc_chroma_bit_depth\":%d,\n", hevc_desc->GetChromaBitDepth()); in ShowSampleDescription_Json()