Home
last modified time | relevance | path

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

/hardware/google/av/codec2/tests/
DC2Param_test.cpp1165 EXPECT_FALSE(p.forInput()); in TEST_F()
1197 EXPECT_FALSE(type.forInput()); in TEST_F()
1273 EXPECT_FALSE(outp1.forInput()); in TEST_F()
1276 EXPECT_TRUE(inp1.forInput()); in TEST_F()
1288 EXPECT_FALSE(p.forInput()); in TEST_F()
1295 EXPECT_TRUE(p.forInput()); in TEST_F()
1302 EXPECT_FALSE(p.forInput()); in TEST_F()
1388 EXPECT_TRUE(type.forInput()); in TEST_F()
1397 EXPECT_FALSE(type.forInput()); in TEST_F()
1499 EXPECT_FALSE(outs1.forInput()); in TEST_F()
[all …]
DC2SampleComponent_test.cpp295 if (type.forInput()) { in dumpType()
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
Dtypes.h359 bool forInput = false);
/hardware/google/av/codec2/vndk/util/
DC2Debug.cpp78 i.forInput() ? 'I' : i.forOutput() ? 'O' : '-', in attribParamIndex()
/hardware/google/av/codec2/include/
DC2Param.h225 inline bool forInput() const { return (mIndex & DIR_MASK) == DIR_INPUT; } in forInput() function
386 inline bool forInput() const { return _mIndex.forInput(); } in forInput() function
/hardware/google/av/codec2/hidl/1.0/utils/
Dtypes.cpp1790 bool forInput) { in holdBufferQueueBlocks() argument
1794 forInput, !forInput); in holdBufferQueueBlocks()