Home | History | Annotate | Download | only in stagefright

Lines Matching defs:CameraSource

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;
169 CameraSource(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
240 CameraSource(const CameraSource &);
241 CameraSource &operator=(const CameraSource &);