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

  /frameworks/av/media/libstagefright/include/media/stagefright/
SurfaceUtils.h 39 status_t pushBlankBuffersToNativeWindow(ANativeWindow *nativeWindow /* nonnull */);
  /frameworks/av/media/libstagefright/
SurfaceUtils.cpp 165 status_t pushBlankBuffersToNativeWindow(ANativeWindow *nativeWindow /* nonnull */) {
174 err = nativeWindowDisconnect(nativeWindow, "pushBlankBuffersToNativeWindow");
183 (void)nativeWindowConnect(nativeWindow, "pushBlankBuffersToNativeWindow(err)");
266 err2 = nativeWindowConnect(nativeWindow, "pushBlankBuffersToNativeWindow(err2)");
MediaCodec.cpp     [all...]
ACodec.cpp 830 pushBlankBuffersToNativeWindow(mNativeWindow.get());
    [all...]

Completed in 227 milliseconds