HomeSort by relevance Sort by last modified time
    Searched full:vstab (Results 1 - 25 of 28) sorted by null

1 2

  /hardware/ti/omap4-aah/camera/inc/
VideoMetadata.h 21 * for specific algorithms like VSTAB & VNF
CameraProperties.h 157 static const char VSTAB[];
BaseCameraAdapter.h 137 //by camera service when VSTAB/VNF is turned ON for example
  /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/omap4-aah/camera/OMXCameraAdapter/
OMXAlgo.cpp 202 ///Set VSTAB Configuration
206 CAMHAL_LOGDA("VSTAB Enabled");
211 CAMHAL_LOGDA("VSTAB Disabled");
482 CAMHAL_LOGDB("VSTAB Port Index = %d", (int)frameStabCfg.nPortIndex);
487 CAMHAL_LOGDA("VSTAB is enabled");
492 CAMHAL_LOGDA("VSTAB is disabled");
    [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/omap4-aah/camera/
CameraParameters.cpp 108 const char CameraProperties::VSTAB[] = "prop-vstab-default";
109 const char CameraProperties::VSTAB_SUPPORTED[] = "prop-vstab-supported";
CameraHal.cpp 395 // make sure we support vstab...if we don't and application is trying to set
396 // vstab then return an error
399 CAMHAL_LOGDB("VSTAB %s", valstr);
402 CAMHAL_LOGEB("ERROR: Invalid VSTAB: %s", valstr);
    [all...]
ANativeWindowDisplayAdapter.cpp 518 ///We just return the buffers from ANativeWindow, if the width and height are same, else (vstab, vnf case)
520 ///@todo - Re-allocate buffers for vnf and vstab using the width, height, format, numBufs etc
    [all...]
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCapabilities.cpp 95 params->set(CameraProperties::VSTAB, DEFAULT_VSTAB);
V4LCameraAdapter.cpp 805 //by camera service when VSTAB/VNF is turned ON for example
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test.h 42 #define KEY_VSTAB "vstab"
camera_test_menu.cpp 936 printf("\n\r\tSupported VSTAB modes: %s", params.get(CameraParameters::KEY_VIDEO_STABILIZATION_SUPPORTED));
    [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...]
  /hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 532 //VSTAB and VNF Functionality
    [all...]

Completed in 938 milliseconds

1 2