Searched refs:native_window_set_buffers_timestamp (Results 1 – 13 of 13) sorted by relevance
/frameworks/av/services/camera/libcameraservice/device3/ |
D | PreviewFrameSpacer.cpp | 108 status_t res = native_window_set_buffers_timestamp(mConsumer.get(), bufferHolder.timestamp); in queueBufferToClientLocked()
|
D | Camera3OutputStream.cpp | 488 res = native_window_set_buffers_timestamp(mConsumer.get(), presentTime); in returnBufferCheckedLocked()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | gl_env.cpp | 255 native_window_set_buffers_timestamp(window, timestamp); in SetSurfaceTimestamp()
|
/frameworks/native/libs/nativewindow/ |
D | ANativeWindow.cpp | 322 return native_window_set_buffers_timestamp(window, timestamp); in ANativeWindow_setBuffersTimestamp()
|
/frameworks/native/libs/nativewindow/include/system/ |
D | window.h | 831 static inline int native_window_set_buffers_timestamp( in native_window_set_buffers_timestamp() function
|
/frameworks/base/media/jni/ |
D | android_media_ImageWriter.cpp | 656 res = native_window_set_buffers_timestamp(anw.get(), timestampNs); in ImageWriter_queueImage() 745 res = native_window_set_buffers_timestamp(anw.get(), timestampNs); in attachAndQeueuGraphicBuffer()
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 425 if ((err = native_window_set_buffers_timestamp(mNativeWindow.get(), in render()
|
/frameworks/native/libs/gui/tests/ |
D | CpuConsumer_test.cpp | 526 err = native_window_set_buffers_timestamp(anw.get(), timestamp); in produceOneFrame()
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | DepthCompositeStream.cpp | 383 res = native_window_set_buffers_timestamp(mOutputSurface.get(), ts); in processInputFrame()
|
D | HeicCompositeStream.cpp | 1172 res = native_window_set_buffers_timestamp(mOutputSurface.get(), inputFrame.timestamp); in processCompletedInputFrame()
|
/frameworks/native/vulkan/libvulkan/ |
D | swapchain.cpp | 1802 native_window_set_buffers_timestamp( in QueuePresentKHR()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_platform_entries.cpp | 2112 native_window_set_buffers_timestamp(s->getNativeWindow(), time); in eglPresentationTimeANDROIDImpl()
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 6750 err = native_window_set_buffers_timestamp(mCodec->mNativeWindow.get(), timestampNs); in onOutputBufferDrained()
|