Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/hidl/plugin/
H A DFilterWrapper.cpp383 index = index.withPort(true /* output */).withStream(stream); in transferParams_l()
385 index = index.withPort(true /* output */); in transferParams_l()
/aosp12/frameworks/av/media/codec2/core/include/
H A DC2Param.h311 inline Index withPort(bool output) const { in withPort() function