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

  /system/core/include/system/
window.h 260 NATIVE_WINDOW_SET_BUFFERS_TIMESTAMP = 7,
335 /* parameter for NATIVE_WINDOW_SET_BUFFERS_TIMESTAMP
473 * NATIVE_WINDOW_SET_BUFFERS_TIMESTAMP
774 * native_window_set_buffers_timestamp(..., int64_t timestamp)
783 static inline int native_window_set_buffers_timestamp( function
787 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_TIMESTAMP,
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.cpp 171 res = native_window_set_buffers_timestamp(mConsumer.get(), timestamp);
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 249 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/device1/
CameraHardwareInterface.h 634 return native_window_set_buffers_timestamp(a, timestamp);
  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 528 err = native_window_set_buffers_timestamp(a, timestamp);
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 532 err = native_window_set_buffers_timestamp(anw.get(), timestamp);
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.cpp     [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 137 native_window_set_buffers_timestamp(mNativeWindow.get(), timeUs * 1000);
    [all...]

Completed in 4238 milliseconds