Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBufferChannel.cpp1283 pools->outputAllocatorId, &pools->outputPoolId, &pools->outputPoolIntf); in start()
1528 blockPools->outputPoolIntf.reset(); in release()
2005 std::shared_ptr<Codec2Client::Configurable> outputPoolIntf; in setSurface() local
2010 outputPoolIntf = pools->outputPoolIntf; in setSurface()
2013 if (outputPoolIntf) { in setSurface()
H A DCCodecBufferChannel.h307 std::shared_ptr<Codec2Client::Configurable> outputPoolIntf; member