Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/tests/
H A DC2Param_test.cpp1205 EXPECT_FALSE(type.forInput()); in TEST_F()
1284 EXPECT_TRUE(inp1.forInput()); in TEST_F()
1303 EXPECT_TRUE(p.forInput()); in TEST_F()
1396 EXPECT_TRUE(type.forInput()); in TEST_F()
1405 EXPECT_FALSE(type.forInput()); in TEST_F()
1510 EXPECT_TRUE(ins1.forInput()); in TEST_F()
1530 EXPECT_TRUE(p.forInput()); in TEST_F()
1630 EXPECT_TRUE(type.forInput()); in TEST_F()
1639 EXPECT_FALSE(type.forInput()); in TEST_F()
1992 EXPECT_TRUE(type.forInput()); in TEST_F()
[all …]
H A DC2SampleComponent_test.cpp295 if (type.forInput()) { in dumpType()
/aosp12/frameworks/av/media/codec2/core/include/
H A 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
/aosp12/frameworks/av/media/codec2/vndk/util/
H A DC2Debug.cpp78 i.forInput() ? 'I' : i.forOutput() ? 'O' : '-', in attribParamIndex()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCodec2InfoBuilder.cpp109 if (!(encoder ? type.forInput() : type.forOutput())) { in addSupportedProfileLevels()
H A DCCodecBufferChannel.cpp1731 if (param->forInput()) { in handleWork()
H A DCCodecConfig.cpp1271 if ((input && !index.forInput()) in getFormatForDomain()
/aosp12/frameworks/av/media/codec2/hidl/plugin/
H A DFilterWrapper.cpp378 if (!index.forInput() || paramDesc->isReadOnly()) { in transferParams_l()
/aosp12/frameworks/av/media/codec2/tests/vndk/
H A DC2BufferTest.cpp801 ASSERT_TRUE(streamInfo.index().forInput()); in TEST_F()