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

  /system/core/include/system/
window.h 225 NATIVE_WINDOW_SET_BUFFERS_TIMESTAMP = 7,
287 /* parameter for NATIVE_WINDOW_SET_BUFFERS_TIMESTAMP
411 * NATIVE_WINDOW_SET_BUFFERS_TIMESTAMP
574 * native_window_set_buffers_timestamp(..., int64_t timestamp)
583 static inline int native_window_set_buffers_timestamp( function
587 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_TIMESTAMP,
  /system/media/mca/filterfw/native/core/
gl_env.cpp 246 native_window_set_buffers_timestamp(window, timestamp);
  /frameworks/media/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 385 native_window_set_buffers_timestamp(anw, timeUs * 1000);
  /frameworks/base/media/libstagefright/
AwesomePlayer.cpp 131 native_window_set_buffers_timestamp(mNativeWindow.get(), timeUs * 1000);
    [all...]

Completed in 1228 milliseconds