Home
last modified time | relevance | path

Searched refs:withPort (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/hal/plugin/
DFilterWrapper.cpp401 index = index.withPort(true /* output */).withStream(stream); in transferParams_l()
403 index = index.withPort(true /* output */); in transferParams_l()
/frameworks/av/media/codec2/core/include/
DC2Param.h311 inline Index withPort(bool output) const { in withPort() function