Searched refs:DisplayAdapter (Results 1 - 7 of 7) sorted by relevance

/hardware/ti/omap4-aah/camera/inc/
H A DANativeWindowDisplayAdapter.h30 class ANativeWindowDisplayAdapter : public DisplayAdapter
H A DCameraHal.h444 ///Common Camera Hal Event class which is visible to CameraAdapter,DisplayAdapter and AppCallbackNotifier
1010 class DisplayAdapter : public BufferProvider, public virtual android::RefBase class in namespace:Ti::Camera
1013 DisplayAdapter();
1397 android::sp<DisplayAdapter> mDisplayAdapter;
1400 android::Vector< android::sp<DisplayAdapter> > mOutAdapters;
1401 android::Vector< android::sp<DisplayAdapter> > mInAdapters;
1405 android::sp<DisplayAdapter> mBufferSourceAdapter_In;
1406 android::sp<DisplayAdapter> mBufferSourceAdapter_Out;
H A DBufferSourceAdapter.h31 * TODO(XXX): this class implements DisplayAdapter for now
36 class BufferSourceAdapter : public DisplayAdapter
/hardware/ti/omap4xxx/camera/inc/
H A DANativeWindowDisplayAdapter.h32 class ANativeWindowDisplayAdapter : public DisplayAdapter
H A DCameraHal.h317 ///Common Camera Hal Event class which is visible to CameraAdapter,DisplayAdapter and AppCallbackNotifier
860 class DisplayAdapter : public BufferProvider, public virtual RefBase class in namespace:android
1182 sp<DisplayAdapter> mDisplayAdapter;
/hardware/ti/omap4-aah/camera/
H A DCameraHal.cpp122 DisplayAdapter::DisplayAdapter() function in class:Ti::Camera::DisplayAdapter
130 void DisplayAdapter::setExtendedOps(preview_stream_extended_ops_t * extendedOps) {
1329 // CameraHal should not allocate preview buffers without DisplayAdapter
2013 Preview buffers provided to CameraHal via this object. DisplayAdapter will be interfacing with it
2029 ///If the Camera service passes a null window, we destroy existing window and free the DisplayAdapter
2057 CAMHAL_LOGEA("DisplayAdapter initialize failed");
2063 CAMHAL_LOGEA("Couldn't create DisplayAdapter");
2069 // DisplayAdapter needs to know where to get the CameraFrames from inorder to display
2070 // Since CameraAdapter is the one that provides the frames, set it as the frame provider for DisplayAdapter
[all...]
/hardware/ti/omap4xxx/camera/
H A DCameraHal.cpp1081 // CameraHal should not allocate preview buffers without DisplayAdapter
1594 DisplayAdapter::S3DParameters s3dParams;
1679 Preview buffers provided to CameraHal via this object. DisplayAdapter will be interfacing with it
1695 ///If the Camera service passes a null window, we destroy existing window and free the DisplayAdapter
1720 CAMHAL_LOGEA("DisplayAdapter initialize failed");
1726 CAMHAL_LOGEA("Couldn't create DisplayAdapter");
1732 // DisplayAdapter needs to know where to get the CameraFrames from inorder to display
1733 // Since CameraAdapter is the one that provides the frames, set it as the frame provider for DisplayAdapter
1738 // Set it as the error handler for the DisplayAdapter
1745 CAMHAL_LOGEB("DisplayAdapter setPreviewWindo
[all...]

Completed in 764 milliseconds