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

  /frameworks/av/services/camera/libcameraservice/camera3/
Camera3OutputStream.cpp 156 res = native_window_set_buffers_timestamp(mConsumer.get(), timestamp);
  /system/core/include/system/
window.h 254 NATIVE_WINDOW_SET_BUFFERS_TIMESTAMP = 7,
326 /* parameter for NATIVE_WINDOW_SET_BUFFERS_TIMESTAMP
464 * NATIVE_WINDOW_SET_BUFFERS_TIMESTAMP
765 * native_window_set_buffers_timestamp(..., int64_t timestamp)
774 static inline int native_window_set_buffers_timestamp( function
778 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 634 return native_window_set_buffers_timestamp(a, timestamp);
Camera2Device.cpp     [all...]
  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 529 err = native_window_set_buffers_timestamp(a, timestamp);
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 506 native_window_set_buffers_timestamp(s->win.get(), timestamp);
    [all...]
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 531 err = native_window_set_buffers_timestamp(anw.get(), timestamp);
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 131 native_window_set_buffers_timestamp(mNativeWindow.get(), timeUs * 1000);
    [all...]

Completed in 385 milliseconds