/hardware/ti/omap4xxx/camera/inc/ |
VideoMetadata.h | 21 * for specific algorithms like VSTAB & VNF
|
CameraProperties.h | 120 static const char VSTAB[];
|
BaseCameraAdapter.h | 124 //by camera service when VSTAB/VNF is turned ON for example
|
/hardware/ti/omap4xxx/camera/ |
CameraParameters.cpp | 87 const char CameraProperties::VSTAB[] = "prop-vstab-default"; 88 const char CameraProperties::VSTAB_SUPPORTED[] = "prop-vstab-supported";
|
CameraHal.cpp | 290 // make sure we support vstab...if we don't and application is trying to set 291 // vstab then return an error 294 CAMHAL_LOGDB("VSTAB %s",valstr); 297 CAMHAL_LOGEB("ERROR: Invalid VSTAB: %s", valstr); [all...] |
ANativeWindowDisplayAdapter.cpp | 588 ///We just return the buffers from ANativeWindow, if the width and height are same, else (vstab, vnf case) 590 ///@todo - Re-allocate buffers for vnf and vstab using the width, height, format, numBufs etc [all...] |
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test.h | 20 #define KEY_VSTAB "vstab"
|
camera_test_menu.cpp | 158 const char *vstab [] = { "Off", "On" }; variable [all...] |
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXAlgo.cpp | 224 ///Set VSTAB Configuration 228 CAMHAL_LOGDA("VSTAB Enabled"); 233 CAMHAL_LOGDA("VSTAB Disabled"); 452 CAMHAL_LOGDB("VSTAB Port Index = %d", (int)frameStabCfg.nPortIndex); 457 CAMHAL_LOGDA("VSTAB is enabled"); 462 CAMHAL_LOGDA("VSTAB is disabled"); [all...] |
OMXCameraAdapter.cpp | [all...] |
OMXCapabilities.cpp | [all...] |
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/ |
V4LCameraAdapter.cpp | 402 //by camera service when VSTAB/VNF is turned ON for example
|
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/ |
OMXCameraAdapter.h | 474 //VSTAB and VNF Functionality [all...] |