Home
last modified time | relevance | path

Searched refs:GetEncryptionCount (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/libwebm/
H A Dwebm_info.cc428 if (encoding->GetEncryptionCount() > 0) { in OutputTracks()
944 if (encoding->GetEncryptionCount() > 0) { in OutputCluster()
/aosp_15_r20/external/libwebm/mkvparser/
H A Dmkvparser.h253 unsigned long GetEncryptionCount() const;
H A Dmkvparser.cc4166 unsigned long ContentEncoding::GetEncryptionCount() const { in GetEncryptionCount() function in mkvparser::ContentEncoding
/aosp_15_r20/external/libaom/third_party/libwebm/mkvparser/
H A Dmkvparser.h253 unsigned long GetEncryptionCount() const;
H A Dmkvparser.cc4167 unsigned long ContentEncoding::GetEncryptionCount() const { in GetEncryptionCount() function in mkvparser::ContentEncoding
/aosp_15_r20/external/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.h253 unsigned long GetEncryptionCount() const;
H A Dmkvparser.cc4167 unsigned long ContentEncoding::GetEncryptionCount() const { in GetEncryptionCount() function in mkvparser::ContentEncoding
/aosp_15_r20/frameworks/av/media/module/extractors/mkv/
H A DMatroskaExtractor.cpp1919 if (encoding->GetEncryptionCount() > 0) { in initTrackInfo()