Searched defs:CameraSource (Results 1 - 3 of 3) sorted by path

/frameworks/av/include/media/stagefright/
H A DCameraSource.h36 class CameraSource : public MediaSource, public MediaBufferObserver { class in namespace:android
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> mSourc
[all...]
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp18 #define LOG_TAG "CameraSource"
24 #include <media/stagefright/CameraSource.h>
39 CameraSourceListener(const sp<CameraSource> &source);
52 wp<CameraSource> mSource;
58 CameraSourceListener::CameraSourceListener(const sp<CameraSource> &source)
74 sp<CameraSource> source = mSource.promote();
83 sp<CameraSource> source = mSource.promote();
119 "CameraSource::getColorFormat", colorFormat);
124 CameraSource *CameraSource
152 CameraSource::CameraSource( function in class:android::CameraSource
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DCameraSource.java49 public class CameraSource extends Filter { class in inherits:Filter
109 private static final String TAG = "CameraSource";
111 public CameraSource(String name) { method in class:CameraSource
351 synchronized(CameraSource.this) {
353 CameraSource.this.notify();

Completed in 141 milliseconds