Home
last modified time | relevance | path

Searched refs:GetLevel (Results 1 – 17 of 17) sorted by relevance

/external/lzma/CPP/7zip/Common/
DMethodProps.h63 int GetLevel() const;
94 return GetLevel() >= 5 ? 1 : 0; in Get_Lzma_Algo()
103 int level = GetLevel(); in Get_Lzma_DicSize()
213 int level = GetLevel(); in Get_BZip2_BlockSize()
223 int level = GetLevel(); in Get_Ppmd_MemSize()
DMethodProps.cpp239 int CMethodProps::GetLevel() const in GetLevel() function in CMethodProps
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.h79 int GetLevel() const { return _level == (UInt32)(Int32)-1 ? 5 : (int)_level; } in GetLevel() function
102 int GetLevel() const { return _level == (UInt32)(Int32)-1 ? 5 : (int)_level; } in GetLevel() function
/external/libwebm/common/
Dvp9_level_stats_tests.cc128 EXPECT_EQ(11, stats_.GetLevel()); in TEST_F()
151 EXPECT_EQ(30, stats_.GetLevel()); in TEST_F()
175 EXPECT_EQ(11, stats_.GetLevel()); in TEST_F()
Dvp9_level_stats.h108 Vp9Level GetLevel() const;
Dvp9_level_stats.cc126 Vp9Level Vp9LevelStats::GetLevel() const { in GetLevel() function in vp9_parser::Vp9LevelStats
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Dannotations_unittest.py97 level = e.GetLevel()
119 np.testing.assert_array_equal(e.GetLevel(), data['level'])
Dannotations.py117 def GetLevel(self): member in AudioAnnotationsExtractor
/external/python/cpython2/Tools/bgen/bgen/
DbgenOutput.py45 def GetLevel(): function
/external/protobuf/conformance/
Dconformance_test.h221 const ConformanceLevel GetLevel() const { in GetLevel() function
Dtext_format_conformance_suite.cc81 ConformanceLevel level = setting.GetLevel(); in ParseResponse()
Dconformance_test.cc238 ConformanceLevel level = setting.GetLevel(); in VerifyResponse()
Dbinary_json_conformance_suite.cc224 ConformanceLevel level = setting.GetLevel(); in ParseResponse()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp93 m.MethodName = (GetLevel() == 0 ? k_Copy_Name : kDefaultMethodName); in SetMainMethod()
616 int level = GetLevel(); in UpdateItems()
/external/pdfium/core/fpdfdoc/
Dcpdf_interactiveform.cpp427 int GetLevel() const { return m_level; } in GetLevel() function in CFieldTree::Node
485 int level = pParent->GetLevel() + 1; in AddChild()
489 auto pNew = pdfium::MakeUnique<Node>(short_name, pParent->GetLevel() + 1); in AddChild()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp1098 lzma2Props.lzmaProps.level = GetLevel(); in UpdateItems()
/external/libwebm/
Dwebm_info.cc1315 const vp9_parser::Vp9Level level = level_stats.GetLevel(); in main()