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

/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/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 56 milliseconds