Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.h172 void stopUseOutputSurface(bool pushBlankBuffer);
DCCodec.cpp2250 mChannel->stopUseOutputSurface(pushBlankBuffer); in stop()
2252 mChannel->stopUseOutputSurface(pushBlankBuffer); in stop()
2360 mChannel->stopUseOutputSurface(pushBlankBuffer); in release()
2362 mChannel->stopUseOutputSurface(pushBlankBuffer); in release()
DCCodecBufferChannel.cpp2080 void CCodecBufferChannel::stopUseOutputSurface(bool pushBlankBuffer) { in stopUseOutputSurface() function in android::CCodecBufferChannel