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

/frameworks/av/include/media/stagefright/
H A DCameraSource.h39 class CameraSource : public MediaSource, public MediaBufferObserver { class in namespace:android
42 * Factory method to create a new CameraSource using the current
50 static CameraSource *Create(const String16 &clientName);
53 * Factory method to create a new CameraSource.
83 static CameraSource *CreateFromCamera(const sp<hardware::ICamera> &camera,
94 virtual ~CameraSource();
102 * Check whether a CameraSource object is properly initialized.
109 * Returns the MetaData associated with the CameraSource,
135 * mode. When a frame is available, CameraSource::dataCallbackTimestamp() will be called.
139 ProxyListener(const sp<CameraSource>
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DCameraSource.java42 public class CameraSource extends Filter { class in inherits:Filter
102 private static final String TAG = "CameraSource";
104 public CameraSource(String name) { method in class:CameraSource
344 synchronized(CameraSource.this) {
346 CameraSource.this.notify();
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp20 #define LOG_TAG "CameraSource"
29 #include <media/stagefright/CameraSource.h>
50 CameraSourceListener(const sp<CameraSource> &source);
65 wp<CameraSource> mSource;
71 CameraSourceListener::CameraSourceListener(const sp<CameraSource> &source)
90 sp<CameraSource> source = mSource.promote();
99 sp<CameraSource> source = mSource.promote();
107 sp<CameraSource> source = mSource.promote();
143 "CameraSource::getColorFormat", colorFormat);
149 CameraSource *CameraSourc
178 CameraSource::CameraSource( function in class:android::CameraSource
[all...]

Completed in 479 milliseconds