Home
last modified time | relevance | path

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

/hardware/google/av/media/eco/
DECOSession.cpp250 bool hasInfo = false; in generateLatestSessionInfoEcoData() local
256 hasInfo = true; in generateLatestSessionInfoEcoData()
261 hasInfo = true; in generateLatestSessionInfoEcoData()
266 hasInfo = true; in generateLatestSessionInfoEcoData()
271 hasInfo = true; in generateLatestSessionInfoEcoData()
276 hasInfo = true; in generateLatestSessionInfoEcoData()
281 hasInfo = true; in generateLatestSessionInfoEcoData()
286 hasInfo = true; in generateLatestSessionInfoEcoData()
291 hasInfo = true; in generateLatestSessionInfoEcoData()
294 if (hasInfo) { in generateLatestSessionInfoEcoData()
/hardware/google/av/codec2/tests/vndk/
DC2BufferTest.cpp707 EXPECT_FALSE(buffer->hasInfo(info1->type())); in TEST_F()
708 EXPECT_FALSE(buffer->hasInfo(info2->type())); in TEST_F()
713 EXPECT_TRUE(buffer->hasInfo(info1->type())); in TEST_F()
714 EXPECT_FALSE(buffer->hasInfo(info2->type())); in TEST_F()
718 EXPECT_TRUE(buffer->hasInfo(info1->type())); in TEST_F()
719 EXPECT_TRUE(buffer->hasInfo(info2->type())); in TEST_F()
726 EXPECT_FALSE(buffer->hasInfo(info1->type())); in TEST_F()
727 EXPECT_TRUE(buffer->hasInfo(info2->type())); in TEST_F()
732 EXPECT_FALSE(buffer->hasInfo(info1->type())); in TEST_F()
733 EXPECT_TRUE(buffer->hasInfo(info2->type())); in TEST_F()
[all …]
/hardware/google/av/codec2/vndk/
DC2Buffer.cpp1230 bool hasInfo(C2Param::Type index) const { in hasInfo() function in C2Buffer::Impl
1283 bool C2Buffer::hasInfo(C2Param::Type index) const { in hasInfo() function in C2Buffer
1284 return mImpl->hasInfo(index); in hasInfo()
/hardware/google/av/codec2/include/
DC2Buffer.h2126 bool hasInfo(C2Param::Type index) const;
/hardware/google/av/media/sfplugin/
DCCodec.cpp1625 if (!buf->hasInfo(ix)) { in onMessageReceived()