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 41 status_t pushBlankBuffersToNativeWindow(ANativeWindow *nativeWindow /* nonnull */);
  /frameworks/av/media/libstagefright/
SurfaceUtils.cpp 168 status_t pushBlankBuffersToNativeWindow(ANativeWindow *nativeWindow /* nonnull */) {
177 err = nativeWindowDisconnect(nativeWindow, "pushBlankBuffersToNativeWindow");
186 (void)nativeWindowConnect(nativeWindow, "pushBlankBuffersToNativeWindow(err)");
269 err2 = nativeWindowConnect(nativeWindow, "pushBlankBuffersToNativeWindow(err2)");
MediaCodec.cpp     [all...]
ACodec.cpp 830 pushBlankBuffersToNativeWindow(mNativeWindow.get());
    [all...]

Completed in 163 milliseconds