HomeSort by relevance Sort by last modified time
    Searched refs:cameraLUT (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp 44 const SceneModesEntry* cameraLUT = NULL;
51 cameraLUT = CameraToSensorModesLUT[i].Table;
58 if (!cameraLUT) {
63 if(cameraLUT[i].scene == scene) {
64 entry = cameraLUT + i;
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMX3A.cpp 39 const SceneModesEntry* cameraLUT = NULL;
46 cameraLUT = CameraToSensorModesLUT[i].Table;
53 if (!cameraLUT) {
58 if(cameraLUT[i].scene == scene) {
59 entry = cameraLUT + i;
    [all...]

Completed in 149 milliseconds