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

  /system/core/include/system/
window.h 242 NATIVE_WINDOW_SET_BUFFERS_TIMESTAMP = 7,
315 /* parameter for NATIVE_WINDOW_SET_BUFFERS_TIMESTAMP
439 * NATIVE_WINDOW_SET_BUFFERS_TIMESTAMP
666 * native_window_set_buffers_timestamp(..., int64_t timestamp)
675 static inline int native_window_set_buffers_timestamp( function
679 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_TIMESTAMP,
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 247 native_window_set_buffers_timestamp(window, timestamp);
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 384 native_window_set_buffers_timestamp(anw, timeUs * 1000);
  /frameworks/av/services/camera/libcameraservice/
CameraHardwareInterface.h 639 return native_window_set_buffers_timestamp(a, timestamp);
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 375 native_window_set_buffers_timestamp(s->win.get(), timestamp);
    [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 131 native_window_set_buffers_timestamp(mNativeWindow.get(), timeUs * 1000);
    [all...]

Completed in 94 milliseconds