HomeSort by relevance Sort by last modified time
    Searched refs:onBufferReleasedByOutput (Results 1 - 6 of 6) sorted by null

  /frameworks/native/libs/gui/include/gui/
StreamSplitter.h 75 // 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/
StreamSplitter.cpp 189 void StreamSplitter::onBufferReleasedByOutput(
270 mSplitter->onBufferReleasedByOutput(mOutput);
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaSync.h 247 // onBufferReleasedByOutput releases a buffer back to the input.
257 void onBufferReleasedByOutput(sp<IGraphicBufferProducer> &output);
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamSplitter.h 100 // will resume when onBufferReleasedByOutput releases a buffer back to the
123 void onBufferReleasedByOutput(const sp<IGraphicBufferProducer>& from);
149 // into onBufferReleasedByOutput above.
Camera3StreamSplitter.cpp 594 void Camera3StreamSplitter::onBufferReleasedByOutput(
700 // If this is called from onBufferReleasedByOutput or onFrameAvailable, one
733 splitter->onBufferReleasedByOutput(output);
  /frameworks/av/media/libstagefright/
MediaSync.cpp 700 void MediaSync::onBufferReleasedByOutput(sp<IGraphicBufferProducer> &output) {
839 mSync->onBufferReleasedByOutput(mOutput);

Completed in 255 milliseconds