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

  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp 102 m_previewWindow = NULL;
197 m_previewWindow = w;
198 ALOGV("DEBUG(%s):m_previewWindow %p", __func__, m_previewWindow);
200 if (m_previewWindow == NULL) {
212 if (m_previewWindow->get_min_undequeued_buffer_count(m_previewWindow, &m_minUndequeuedBufs) != 0) {
222 if (m_previewWindow->set_buffer_count(m_previewWindow, NUM_OF_PREVIEW_BUF) != 0) {
247 if (m_previewWindow->set_usage(m_previewWindow
    [all...]
ExynosCameraHWInterface.h 280 preview_stream_ops *m_previewWindow;

Completed in 48 milliseconds