Lines Matching refs:QCameraHardwareInterface
32 /* QCameraHardwareInterface class implementation goes here*/
38 QCameraHardwareInterface *obj = (QCameraHardwareInterface *)user_data;
46 int32_t QCameraHardwareInterface::createRecord()
76 int32_t QCameraHardwareInterface::createSnapshot()
105 int32_t QCameraHardwareInterface::createPreview()
131 QCameraHardwareInterface::
132 QCameraHardwareInterface(int cameraId, int mode)
197 ALOGV("QCameraHardwareInterface: E");
301 ALOGV("QCameraHardwareInterface: X");
304 QCameraHardwareInterface::~QCameraHardwareInterface()
306 ALOGV("~QCameraHardwareInterface: E");
371 ALOGV("~QCameraHardwareInterface: X");
374 bool QCameraHardwareInterface::isCameraReady()
380 void QCameraHardwareInterface::release()
425 void QCameraHardwareInterface::setCallbacks(
442 void QCameraHardwareInterface::enableMsgType(int32_t msgType)
450 void QCameraHardwareInterface::disableMsgType(int32_t msgType)
458 int QCameraHardwareInterface::msgTypeEnabled(int32_t msgType)
466 status_t QCameraHardwareInterface::dump(int fd, const Vector<String16>& args) const
479 int QCameraHardwareInterface::dump(int fd)
485 status_t QCameraHardwareInterface::sendCommand(int32_t command, int32_t arg1,
587 void QCameraHardwareInterface::setMyMode(int mode)
606 QCameraHardwareInterface *QCameraHardwareInterface::createInstance(int cameraId, int mode)
609 QCameraHardwareInterface *cam = new QCameraHardwareInterface(cameraId, mode);
631 return (void *) QCameraHardwareInterface::createInstance(cameraId, mode);
634 bool QCameraHardwareInterface::isPreviewRunning() {
651 bool QCameraHardwareInterface::isRecordingRunning() {
664 bool QCameraHardwareInterface::isSnapshotRunning() {
686 bool QCameraHardwareInterface::isZSLMode() {
690 int QCameraHardwareInterface::getHDRMode() {
694 void QCameraHardwareInterface::debugShowPreviewFPS() const
711 void QCameraHardwareInterface::
731 void QCameraHardwareInterface::processRecordChannelEvent(
750 void QCameraHardwareInterface::
785 void QCameraHardwareInterface::processChannelEvent(
807 void QCameraHardwareInterface::processCtrlEvent(mm_camera_ctrl_event_t *event, app_notify_cb_t *app_cb)
851 void QCameraHardwareInterface::processStatsEvent(
899 void QCameraHardwareInterface::processInfoEvent(
915 void QCameraHardwareInterface::processEvent(mm_camera_event_t *event)
956 bool QCameraHardwareInterface::preview_parm_config (cam_ctrl_dimension_t* dim,
1012 status_t QCameraHardwareInterface::startPreview()
1057 status_t QCameraHardwareInterface::startPreview2()
1203 void QCameraHardwareInterface::stopPreview()
1254 void QCameraHardwareInterface::stopPreviewZSL()
1265 void QCameraHardwareInterface::stopPreviewInternal()
1286 int QCameraHardwareInterface::previewEnabled()
1309 status_t QCameraHardwareInterface::startRecording()
1352 void QCameraHardwareInterface::stopRecording()
1373 void QCameraHardwareInterface::stopRecordingInternal()
1398 int QCameraHardwareInterface::recordingEnabled()
1422 void QCameraHardwareInterface::releaseRecordingFrame(const void *opaque)
1434 status_t QCameraHardwareInterface::autoFocusMoveEvent(cam_ctrl_status_t *status, app_notify_cb_t *app_cb)
1463 status_t QCameraHardwareInterface::autoFocusEvent(cam_ctrl_status_t *status, app_notify_cb_t *app_cb)
1542 status_t QCameraHardwareInterface::cancelPicture()
1569 status_t QCameraHardwareInterface::cancelPictureInternal()
1598 void QCameraHardwareInterface::pausePreviewForSnapshot()
1602 status_t QCameraHardwareInterface::resumePreviewAfterSnapshot()
1612 QCameraHardwareInterface *pme = (QCameraHardwareInterface *)user_data;
1652 status_t QCameraHardwareInterface::takePicture()
1795 bool QCameraHardwareInterface::canTakeFullSizeLiveshot() {
1832 status_t QCameraHardwareInterface::takeFullSizeLiveshot()
1871 status_t QCameraHardwareInterface::takeLiveSnapshot()
1880 status_t QCameraHardwareInterface::autoFocus()
1924 status_t QCameraHardwareInterface::cancelAutoFocus()
1967 void QCameraHardwareInterface::prepareSnapshotAndWait()
1989 void QCameraHardwareInterface::processprepareSnapshotEvent(cam_ctrl_status_t *status)
1998 void QCameraHardwareInterface::roiEvent(fd_roi_t roi,app_notify_cb_t *app_cb)
2051 void QCameraHardwareInterface::handleZoomEventForSnapshot(void)
2086 void QCameraHardwareInterface::handleZoomEventForPreview(app_notify_cb_t *app_cb)
2118 void QCameraHardwareInterface::zoomEvent(cam_ctrl_status_t *status, app_notify_cb_t *app_cb)
2147 void QCameraHardwareInterface::dumpFrameToFile(const void * data, uint32_t size, char* name, char* ext, int index)
2168 void QCameraHardwareInterface::dumpFrameToFile(struct msm_frame* newFrame,
2251 status_t QCameraHardwareInterface::setPreviewWindow(preview_stream_ops_t* window)
2293 int QCameraHardwareInterface::storeMetaDataInBuffers(int enable)
2300 status_t QCameraHardwareInterface::sendMappingBuf(int ext_mode, int idx, int fd,
2319 status_t QCameraHardwareInterface::sendUnMappingBuf(int ext_mode, int idx, int cameraid,
2334 int QCameraHardwareInterface::allocate_ion_memory(QCameraHalHeap_t *p_camera_memory, int cnt, int ion_type)
2377 int QCameraHardwareInterface::deallocate_ion_memory(QCameraHalHeap_t *p_camera_memory, int cnt)
2391 int QCameraHardwareInterface::allocate_ion_memory(QCameraStatHeap_t *p_camera_memory, int cnt, int ion_type)
2434 int QCameraHardwareInterface::cache_ops(int ion_fd,
2451 int QCameraHardwareInterface::deallocate_ion_memory(QCameraStatHeap_t *p_camera_memory, int cnt)
2465 int QCameraHardwareInterface::initHeapMem( QCameraHalHeap_t *heap,
2615 int QCameraHardwareInterface::releaseHeapMem( QCameraHalHeap_t *heap)
2646 preview_format_info_t QCameraHardwareInterface::getPreviewFormatInfo( )
2651 void QCameraHardwareInterface::wdenoiseEvent(cam_ctrl_status_t status, void *cookie)
2660 bool QCameraHardwareInterface::isWDenoiseEnabled()
2665 void QCameraHardwareInterface::takePicturePrepareHardware()
2677 bool QCameraHardwareInterface::isNoDisplayMode()
2682 void QCameraHardwareInterface::pausePreviewForZSL()
2694 void QCameraHardwareInterface::pausePreviewForVideo()
2761 bool QCameraHardwareInterface::getHdrInfoAndSetExp( int max_num_frm, int *num_frame, int *exp)
2804 void QCameraHardwareInterface::hdrEvent(cam_ctrl_status_t status, void *cookie)