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

  /frameworks/av/media/libstagefright/
CameraSource.cpp 20 #define LOG_TAG "CameraSource"
26 #include <media/stagefright/CameraSource.h>
47 CameraSourceListener(const sp<CameraSource> &source);
60 wp<CameraSource> mSource;
66 CameraSourceListener::CameraSourceListener(const sp<CameraSource> &source)
85 sp<CameraSource> source = mSource.promote();
94 sp<CameraSource> source = mSource.promote();
130 "CameraSource::getColorFormat", colorFormat);
136 CameraSource *CameraSource::Create(const String16 &clientName)
    [all...]
  /frameworks/av/include/media/stagefright/
CameraSource.h 36 class CameraSource : public MediaSource, public MediaBufferObserver {
39 * Factory method to create a new CameraSource using the current
47 static CameraSource *Create(const String16 &clientName);
50 * Factory method to create a new CameraSource.
78 static CameraSource *CreateFromCamera(const sp<ICamera> &camera,
88 virtual ~CameraSource();
96 * Check whether a CameraSource object is properly initialized.
103 * Returns the MetaData associated with the CameraSource,
127 ProxyListener(const sp<CameraSource>& source);
132 sp<CameraSource> mSource
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
CameraSource.java 42 public class CameraSource extends Filter {
102 private static final String TAG = "CameraSource";
104 public CameraSource(String name) {
344 synchronized(CameraSource.this) {
346 CameraSource.this.notify();
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 77 milliseconds