Home
last modified time | relevance | path

Searched refs:withStream (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/codec2/hal/plugin/
DFilterWrapper.cpp77 index = index.withStream(0u); in takeFilters()
401 index = index.withPort(true /* output */).withStream(stream); in transferParams_l()
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp1534 colorAspectsRequestIndex.withStream(0u), in configure()
1692 if (param->index() == colorAspectsRequestIndex.withStream(0u)) { in configure()
2875 config->getConfigParameterValue(ix.withStream(stream)); in onMessageReceived()
/frameworks/av/media/codec2/core/include/
DC2Param.h304 inline Index withStream(unsigned stream) const { in withStream() function