Home
last modified time | relevance | path

Searched refs:sSetBufferCount (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/camera/device/1.0/default/
H A DCameraDevice_1_0.h207 static int sSetBufferCount(struct preview_stream_ops* w, int count);
H A DCameraDevice.cpp212 int CameraDevice::sSetBufferCount(struct preview_stream_ops* w, int count) { in sSetBufferCount() function in android::hardware::camera::device::V1_0::implementation::CameraDevice
537 mHalPreviewWindow.set_buffer_count = sSetBufferCount; in initHalPreviewWindow()