Searched refs:forInput (Results 1 – 9 of 9) sorted by relevance
1173 EXPECT_FALSE(p.forInput()); in TEST_F()1205 EXPECT_FALSE(type.forInput()); in TEST_F()1281 EXPECT_FALSE(outp1.forInput()); in TEST_F()1284 EXPECT_TRUE(inp1.forInput()); in TEST_F()1296 EXPECT_FALSE(p.forInput()); in TEST_F()1303 EXPECT_TRUE(p.forInput()); in TEST_F()1310 EXPECT_FALSE(p.forInput()); in TEST_F()1396 EXPECT_TRUE(type.forInput()); in TEST_F()1405 EXPECT_FALSE(type.forInput()); in TEST_F()1507 EXPECT_FALSE(outs1.forInput()); in TEST_F()[all …]
295 if (type.forInput()) { in dumpType()
78 i.forInput() ? 'I' : i.forOutput() ? 'O' : '-', in attribParamIndex()
226 inline bool forInput() const { return (mIndex & DIR_MASK) == DIR_INPUT; } in forInput() function392 inline bool forInput() const { return _mIndex.forInput(); } in forInput() function
139 if (!(encoder ? type.forInput() : type.forOutput())) { in addSupportedProfileLevels()
1417 if ((input && !index.forInput()) in getFormatForDomain()
2330 if (param->forInput()) { in handleWork()
801 ASSERT_TRUE(streamInfo.index().forInput()); in TEST_F()
396 if (!index.forInput() || paramDesc->isReadOnly()) { in transferParams_l()