Home
last modified time | relevance | path

Searched refs:forInput (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/codec2/tests/
DC2Param_test.cpp1173 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 …]
DC2SampleComponent_test.cpp295 if (type.forInput()) { in dumpType()
/frameworks/av/media/codec2/vndk/util/
DC2Debug.cpp78 i.forInput() ? 'I' : i.forOutput() ? 'O' : '-', in attribParamIndex()
/frameworks/av/media/codec2/core/include/
DC2Param.h226 inline bool forInput() const { return (mIndex & DIR_MASK) == DIR_INPUT; } in forInput() function
392 inline bool forInput() const { return _mIndex.forInput(); } in forInput() function
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp139 if (!(encoder ? type.forInput() : type.forOutput())) { in addSupportedProfileLevels()
DCCodecConfig.cpp1417 if ((input && !index.forInput()) in getFormatForDomain()
DCCodecBufferChannel.cpp2330 if (param->forInput()) { in handleWork()
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp801 ASSERT_TRUE(streamInfo.index().forInput()); in TEST_F()
/frameworks/av/media/codec2/hal/plugin/
DFilterWrapper.cpp396 if (!index.forInput() || paramDesc->isReadOnly()) { in transferParams_l()