Searched refs:hasInfo (Results 1 – 7 of 7) sorted by relevance
713 EXPECT_FALSE(buffer->hasInfo(info1->type())); in TEST_F()714 EXPECT_FALSE(buffer->hasInfo(info2->type())); in TEST_F()719 EXPECT_TRUE(buffer->hasInfo(info1->type())); in TEST_F()720 EXPECT_FALSE(buffer->hasInfo(info2->type())); in TEST_F()724 EXPECT_TRUE(buffer->hasInfo(info1->type())); in TEST_F()725 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()738 EXPECT_FALSE(buffer->hasInfo(info1->type())); in TEST_F()739 EXPECT_TRUE(buffer->hasInfo(info2->type())); in TEST_F()[all …]
1722 bool hasInfo(C2Param::Type index) const { in hasInfo() function in C2Buffer::Impl1775 bool C2Buffer::hasInfo(C2Param::Type index) const { in hasInfo() function in C2Buffer1776 return mImpl->hasInfo(index); in hasInfo()
680 if (buffer->hasInfo(C2StreamHdrStaticInfo::output::PARAM_TYPE)) { in processLoop()
341 || (!w->input.buffers.front()->hasInfo( in scatter()
2243 bool hasInfo(C2Param::Type index) const;
1341 if (buffer && buffer->hasInfo(C2AccessUnitInfos::output::PARAM_TYPE)) { in registerBuffer()
2873 if (!buf->hasInfo(ix)) { in onMessageReceived()