Searched refs:onBufferReleasedByOutput (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/include/gui/
H A DStreamSplitter.h75 // will resume when onBufferReleasedByOutput releases a buffer back to the
98 void onBufferReleasedByOutput(const sp<IGraphicBufferProducer>& from);
110 // into onBufferReleasedByOutput above.
/frameworks/native/libs/gui/include/gui/
H A DStreamSplitter.h75 // will resume when onBufferReleasedByOutput releases a buffer back to the
98 void onBufferReleasedByOutput(const sp<IGraphicBufferProducer>& from);
110 // into onBufferReleasedByOutput above.
/frameworks/native/libs/gui/
H A DStreamSplitter.cpp189 void StreamSplitter::onBufferReleasedByOutput( function in class:android::StreamSplitter
270 mSplitter->onBufferReleasedByOutput(mOutput);
/frameworks/av/include/media/stagefright/
H A DMediaSync.h247 // onBufferReleasedByOutput releases a buffer back to the input.
257 void onBufferReleasedByOutput(sp<IGraphicBufferProducer> &output);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaSync.h247 // onBufferReleasedByOutput releases a buffer back to the input.
257 void onBufferReleasedByOutput(sp<IGraphicBufferProducer> &output);
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamSplitter.h100 // will resume when onBufferReleasedByOutput releases a buffer back to the
123 void onBufferReleasedByOutput(const sp<IGraphicBufferProducer>& from);
149 // into onBufferReleasedByOutput above.
H A DCamera3StreamSplitter.cpp594 void Camera3StreamSplitter::onBufferReleasedByOutput( function in class:android::Camera3StreamSplitter
700 // If this is called from onBufferReleasedByOutput or onFrameAvailable, one
733 splitter->onBufferReleasedByOutput(output);
/frameworks/av/media/libstagefright/
H A DMediaSync.cpp700 void MediaSync::onBufferReleasedByOutput(sp<IGraphicBufferProducer> &output) { function in class:android::MediaSync
839 mSync->onBufferReleasedByOutput(mOutput);

Completed in 131 milliseconds