Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.cpp1148 pools->outputAllocatorId, &pools->outputPoolId, &pools->outputPoolIntf); in start()
1388 blockPools->outputPoolIntf.reset(); in release()
1823 std::shared_ptr<Codec2Client::Configurable> outputPoolIntf; in setSurface() local
1828 outputPoolIntf = pools->outputPoolIntf; in setSurface()
1831 if (outputPoolIntf) { in setSurface()
DCCodecBufferChannel.h299 std::shared_ptr<Codec2Client::Configurable> outputPoolIntf; member