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

  /hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp 67 int cameraid; member in struct:ti_camera_device
88 rv = gCameraHals[ti_dev->cameraid]->setPreviewWindow(window);
109 gCameraHals[ti_dev->cameraid]->setCallbacks(notify_cb, data_cb, data_cb_timestamp, get_memory, user);
123 gCameraHals[ti_dev->cameraid]->enableMsgType(msg_type);
137 gCameraHals[ti_dev->cameraid]->disableMsgType(msg_type);
151 return gCameraHals[ti_dev->cameraid]->msgTypeEnabled(msg_type);
166 rv = gCameraHals[ti_dev->cameraid]->startPreview();
182 gCameraHals[ti_dev->cameraid]->stopPreview();
197 rv = gCameraHals[ti_dev->cameraid]->previewEnabled();
214 rv = gCameraHals[ti_dev->cameraid]->storeMetaDataInBuffers(enable)
488 int cameraid; local
    [all...]
  /hardware/ti/omap4-aah/camera/
CameraHal_Module.cpp 83 int cameraid; member in struct:Ti::Camera::ti_camera_device
104 rv = gCameraHals[ti_dev->cameraid]->setPreviewWindow(window);
120 gCameraHals[tiDevice->cameraid]->setExtendedPreviewStreamOps(extendedOps);
139 rv = gCameraHals[ti_dev->cameraid]->setBufferSource(tapin, tapout);
158 rv = gCameraHals[ti_dev->cameraid]->releaseBufferSource(tapin, tapout);
180 gCameraHals[ti_dev->cameraid]->setCallbacks(notify_cb, data_cb, data_cb_timestamp, get_memory, user);
194 gCameraHals[ti_dev->cameraid]->enableMsgType(msg_type);
208 gCameraHals[ti_dev->cameraid]->disableMsgType(msg_type);
222 return gCameraHals[ti_dev->cameraid]->msgTypeEnabled(msg_type);
237 rv = gCameraHals[ti_dev->cameraid]->startPreview()
631 int cameraid; local
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 243 QCameraHardwareInterface(int cameraId, int mode);
471 int cameraid, mm_camera_socket_msg_type msg_type);
472 status_t sendUnMappingBuf(int ext_mode, int idx, int cameraid,
  /device/lge/mako/camera/
QCameraHWI.h 250 QCameraHardwareInterface(int cameraId, int mode);
478 int cameraid, mm_camera_socket_msg_type msg_type);
479 status_t sendUnMappingBuf(int ext_mode, int idx, int cameraid,
QCameraHWI.cpp 132 QCameraHardwareInterface(int cameraId, int mode)
133 : mCameraId(cameraId),
606 QCameraHardwareInterface *QCameraHardwareInterface::createInstance(int cameraId, int mode)
609 QCameraHardwareInterface *cam = new QCameraHardwareInterface(cameraId, mode);
628 QCameraHAL_openCameraHardware(int cameraId, int mode)
631 return (void *) QCameraHardwareInterface::createInstance(cameraId, mode);
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraHWI.h 198 QCameraHardwareInterface(int cameraId, int mode);
485 int cameraid, mm_camera_socket_msg_type msg_type);
486 status_t sendUnMappingBuf(int ext_mode, int idx, int cameraid,
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 131 QCameraHardwareInterface(int cameraId, int mode)
132 : mCameraId(cameraId),
576 QCameraHardwareInterface *QCameraHardwareInterface::createInstance(int cameraId, int mode)
579 QCameraHardwareInterface *cam = new QCameraHardwareInterface(cameraId, mode);
598 QCameraHAL_openCameraHardware(int cameraId, int mode)
601 return (void *) QCameraHardwareInterface::createInstance(cameraId, mode);
    [all...]

Completed in 656 milliseconds