Home
last modified time | relevance | path

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

/frameworks/av/media/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 …]
/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp1218 bool hasInfo(C2Param::Type index) const { in hasInfo() function in C2Buffer::Impl
1271 bool C2Buffer::hasInfo(C2Param::Type index) const { in hasInfo() function in C2Buffer
1272 return mImpl->hasInfo(index); in hasInfo()
/frameworks/av/media/codec2/core/include/
DC2Buffer.h2111 bool hasInfo(C2Param::Type index) const;
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp1798 if (!buf->hasInfo(ix)) { in onMessageReceived()