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

  /system/core/include/system/
window.h 300 NATIVE_WINDOW_SET_BUFFERS_TIMESTAMP = 7,
379 /* parameter for NATIVE_WINDOW_SET_BUFFERS_TIMESTAMP
860 static inline int native_window_set_buffers_timestamp( function
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.cpp 196 res = native_window_set_buffers_timestamp(mConsumer.get(), timestamp);
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 252 native_window_set_buffers_timestamp(window, timestamp);
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 360 if ((err = native_window_set_buffers_timestamp(mNativeWindow.get(),
  /frameworks/base/media/jni/
android_media_ImageWriter.cpp 457 res = native_window_set_buffers_timestamp(anw.get(), timestampNs);
550 res = native_window_set_buffers_timestamp(anw.get(), timestampNs);
    [all...]
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 651 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/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 700 if ((err = native_window_set_buffers_timestamp(anw.get(), static_cast<int64_t>(timestamp))) !=
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 535 err = native_window_set_buffers_timestamp(anw.get(), timestamp);
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.cpp     [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp     [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 149 native_window_set_buffers_timestamp(mNativeWindow.get(), timeUs * 1000);
    [all...]
ACodec.cpp     [all...]

Completed in 917 milliseconds