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

  /device/generic/goldfish/camera/
PreviewWindow.cpp 18 * Contains implementation of a class PreviewWindow that encapsulates
28 #include "PreviewWindow.h"
32 PreviewWindow::PreviewWindow()
41 PreviewWindow::~PreviewWindow()
49 status_t PreviewWindow::setPreviewWindow(struct preview_stream_ops* window,
82 status_t PreviewWindow::startPreview()
92 void PreviewWindow::stopPreview()
104 void PreviewWindow::onNextFrameAvailable(const void* frame
    [all...]
PreviewWindow.h 21 * Contains declaration of a class PreviewWindow that encapsulates functionality
35 class PreviewWindow {
37 /* Constructs PreviewWindow instance. */
38 PreviewWindow();
40 /* Destructs PreviewWindow instance. */
41 ~PreviewWindow();

Completed in 2035 milliseconds