/hardware/ti/omap4-aah/camera/OMXCameraAdapter/ |
D | OMXFD.cpp | 84 setAlgoPriority(REGION_PRIORITY, FOCUS_ALGO, true); in stopFaceDetection() 85 setAlgoPriority(FACE_PRIORITY, FOCUS_ALGO , false); in stopFaceDetection() 88 setAlgoPriority(REGION_PRIORITY, EXPOSURE_ALGO, true); in stopFaceDetection() 89 setAlgoPriority(FACE_PRIORITY, EXPOSURE_ALGO, false); in stopFaceDetection()
|
D | OMX3A.cpp | 800 setAlgoPriority(REGION_PRIORITY, FOCUS_ALGO, false); in setFocusMode() 803 setAlgoPriority(FACE_PRIORITY, FOCUS_ALGO , true); in setFocusMode() 813 setAlgoPriority(FACE_PRIORITY, FOCUS_ALGO, false); in setFocusMode() 816 setAlgoPriority(REGION_PRIORITY, FOCUS_ALGO, true); in setFocusMode() 828 setAlgoPriority(REGION_PRIORITY, FOCUS_ALGO, false); in setFocusMode() 830 setAlgoPriority(FACE_PRIORITY, FOCUS_ALGO, false); in setFocusMode() 1053 setAlgoPriority(FACE_PRIORITY, WHITE_BALANCE_ALGO, false); in setWBMode() 1054 setAlgoPriority(REGION_PRIORITY, WHITE_BALANCE_ALGO, false); in setWBMode()
|
D | OMXFocus.cpp | 127 setAlgoPriority(FACE_PRIORITY, FOCUS_ALGO, false); in doAutoFocus() 130 setAlgoPriority(REGION_PRIORITY, FOCUS_ALGO, true); in doAutoFocus()
|
D | OMXCameraAdapter.cpp | 3562 setAlgoPriority(REGION_PRIORITY, FOCUS_ALGO, false); in OMXCameraAdapterFillBufferDone() 3563 setAlgoPriority(FACE_PRIORITY, FOCUS_ALGO , true); in OMXCameraAdapterFillBufferDone() 3566 setAlgoPriority(REGION_PRIORITY, EXPOSURE_ALGO, false); in OMXCameraAdapterFillBufferDone() 3567 setAlgoPriority(FACE_PRIORITY, EXPOSURE_ALGO, true); in OMXCameraAdapterFillBufferDone()
|
D | OMXAlgo.cpp | 945 status_t OMXCameraAdapter::setAlgoPriority(AlgoPriority priority, in setAlgoPriority() function in Ti::Camera::OMXCameraAdapter
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMX3A.cpp | 606 setAlgoPriority(REGION_PRIORITY, FOCUS_ALGO, false); in setFocusMode() 609 setAlgoPriority(FACE_PRIORITY, FOCUS_ALGO , true); in setFocusMode() 619 setAlgoPriority(FACE_PRIORITY, FOCUS_ALGO, false); in setFocusMode() 622 setAlgoPriority(REGION_PRIORITY, FOCUS_ALGO, true); in setFocusMode() 634 setAlgoPriority(REGION_PRIORITY, FOCUS_ALGO, false); in setFocusMode() 636 setAlgoPriority(FACE_PRIORITY, FOCUS_ALGO, false); in setFocusMode() 861 setAlgoPriority(REGION_PRIORITY, WHITE_BALANCE_ALGO, false); in setWBMode() 862 setAlgoPriority(FACE_PRIORITY, WHITE_BALANCE_ALGO, true); in setWBMode() 870 setAlgoPriority(FACE_PRIORITY, WHITE_BALANCE_ALGO, false); in setWBMode() 871 setAlgoPriority(REGION_PRIORITY, WHITE_BALANCE_ALGO, false); in setWBMode()
|
D | OMXFocus.cpp | 120 setAlgoPriority(FACE_PRIORITY, FOCUS_ALGO, false); in doAutoFocus() 123 setAlgoPriority(REGION_PRIORITY, FOCUS_ALGO, true); in doAutoFocus()
|
D | OMXCameraAdapter.cpp | 2989 setAlgoPriority(REGION_PRIORITY, FOCUS_ALGO, false); in OMXCameraAdapterFillBufferDone() 2990 setAlgoPriority(FACE_PRIORITY, FOCUS_ALGO , true); in OMXCameraAdapterFillBufferDone() 2993 setAlgoPriority(REGION_PRIORITY, EXPOSURE_ALGO, false); in OMXCameraAdapterFillBufferDone() 2994 setAlgoPriority(FACE_PRIORITY, EXPOSURE_ALGO, true); in OMXCameraAdapterFillBufferDone()
|
D | OMXAlgo.cpp | 919 status_t OMXCameraAdapter::setAlgoPriority(AlgoPriority priority, in setAlgoPriority() function in android::OMXCameraAdapter
|
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/ |
D | OMXCameraAdapter.h | 566 status_t setAlgoPriority(AlgoPriority priority, Algorithm3A algo, bool enable);
|
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/ |
D | OMXCameraAdapter.h | 651 status_t setAlgoPriority(AlgoPriority priority, Algorithm3A algo, bool enable);
|