Home
last modified time | relevance | path

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

/hardware/google/av/codec2/tests/
DC2Param_test.cpp1136 EXPECT_FALSE(index.isVendor()); in TEST_F()
1162 EXPECT_FALSE(p.isVendor()); in TEST_F()
1188 EXPECT_FALSE(index.isVendor()); in TEST_F()
1194 EXPECT_FALSE(type.isVendor()); in TEST_F()
1249 EXPECT_FALSE(p.isVendor()); in TEST_F()
1257 EXPECT_FALSE(p.isVendor()); in TEST_F()
1265 EXPECT_FALSE(p.isVendor()); in TEST_F()
1373 EXPECT_FALSE(index.isVendor()); in TEST_F()
1379 EXPECT_FALSE(index.isVendor()); in TEST_F()
1385 EXPECT_FALSE(type.isVendor()); in TEST_F()
[all …]
DC2SampleComponent_test.cpp294 cout << (type.isVendor() ? "Vendor" : "C2"); in dumpType()
323 cout << (type.isVendor() ? "Vendor" : "C2"); in dumpType()
/hardware/google/av/media/sfplugin/
DReflectedParamUpdater.cpp131 if (!desc->index().isVendor()) { in addParamDesc()
209 if (desc->index().isVendor() && markVendor) { in addParamDesc()
/hardware/google/av/codec2/vndk/util/
DC2Debug.cpp71 i.isVendor() ? 'V' : '-', in attribParamCoreIndex()
/hardware/google/av/codec2/include/
DC2Param.h197 inline bool isVendor() const { return mIndex & IS_VENDOR_FLAG; } in isVendor() function
380 inline bool isVendor() const { return _mIndex.isVendor(); } in isVendor() function