Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp1577 mCCodecCallback(callback), in CCodecBufferChannel()
1669 mCCodecCallback->onWorkQueued(false); in queueInputBufferInternal()
1683 mCCodecCallback->onWorkQueued(eos); in queueInputBufferInternal()
2006 mCCodecCallback->onOutputFramesRendered(mediaTimeUs, timestampNs); in renderOutputBuffer()
2569 mCCodecCallback->onError(work->result, ACTION_CODE_FATAL); in handleWork()
2577 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in handleWork()
2588 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in handleWork()
2687 mCCodecCallback->onError(UNKNOWN_ERROR, ACTION_CODE_FATAL); in handleWork()
2747 mCCodecCallback->onOutputBuffersChanged(); in sendOutputBuffers()
DCCodecBufferChannel.h231 std::shared_ptr<CCodecCallback> mCCodecCallback; variable