Home | History | Annotate | Download | only in HAL

Lines Matching defs:pme

10061     QCamera2HardwareInterface *pme = (QCamera2HardwareInterface *)obj;
10062 QCameraCmdThread *cmdThread = &pme->mDeferredWorkThread;
10092 reinterpret_cast<DefWork *>(pme->mCmdQueue.dequeue());
10128 pme->sendEvtNotify(CAMERA_MSG_ERROR,
10138 int32_t ret = pme->getDefJobStatus(pme->mInitPProcJob);
10142 pme->sendEvtNotify(CAMERA_MSG_ERROR,
10149 if (pme->m_postprocessor.start(pChannel) != NO_ERROR) {
10152 pme->sendEvtNotify(CAMERA_MSG_ERROR,
10159 int32_t ret = pme->getDefJobStatus(pme->mParamAllocJob);
10163 pme->sendEvtNotify(CAMERA_MSG_ERROR,
10167 pme->mMetadataMem = new QCameraMetadataStreamMemory(
10170 if (pme->mMetadataMem == NULL) {
10173 pme->sendEvtNotify(CAMERA_MSG_ERROR,
10176 int32_t rc = pme->mMetadataMem->allocate(
10181 delete pme->mMetadataMem;
10182 pme->mMetadataMem = NULL;
10192 int32_t ret = pme->getDefJobStatus(pme->mReprocJob);
10199 if (pme->m_postprocessor.createJpegSession(pChannel)
10203 pme->sendEvtNotify(CAMERA_MSG_ERROR,
10216 &(pme->m_postprocessor);
10217 uint32_t cameraId = pme->mCameraId;
10224 if(!pme->mJpegClientHandle) {
10225 rc = pme->initJpegHandle();
10229 pme->sendEvtNotify(CAMERA_MSG_ERROR,
10234 LOGH("mJpegClientHandle : %d", pme->mJpegClientHandle);
10236 rc = postProcessor->setJpegHandle(&pme->mJpegHandle,
10237 &pme->mJpegMpoHandle,
10238 pme->mJpegClientHandle);
10242 pme->sendEvtNotify(CAMERA_MSG_ERROR,
10253 pme->sendEvtNotify(CAMERA_MSG_ERROR,
10296 if (pme->isDualCamera()) {
10297 rc = pme->mParameters.allocate(MM_CAMERA_MAX_CAM_CNT);
10299 rc = pme->mParameters.allocate();
10312 int32_t rc = pme->getDefJobStatus(pme->mParamAllocJob);
10316 pme->sendEvtNotify(CAMERA_MSG_ERROR,
10321 uint32_t camId = pme->mCameraId;
10324 if (pme->mCameraHandle == NULL) {
10327 pme->sendEvtNotify(CAMERA_MSG_ERROR,
10336 rc = pme->mParameters.init(cap,
10337 pme->mCameraHandle,
10338 pme);
10342 pme->sendEvtNotify(CAMERA_MSG_ERROR,
10349 if (pme->getRelatedCamSyncInfo()->sync_control ==
10351 rc = pme->mParameters.getRelatedCamCalibration(
10352 &(pme->mJpegMetadata.otp_calibration_data));
10354 pme->mJpegMetadata.otp_calibration_data.calibration_format_version,
10359 pme->sendEvtNotify(CAMERA_MSG_ERROR,
10363 pme->m_bRelCamCalibValid = true;
10366 pme->mJpegMetadata.sensor_mount_angle =
10368 pme->mJpegMetadata.default_sensor_flip = FLIP_NONE;
10370 pme->mParameters.setMinPpMask(
10372 pme->mExifParams.debug_params =
10375 if (!pme->mExifParams.debug_params) {
10379 pme->sendEvtNotify(CAMERA_MSG_ERROR,
10383 memset(pme->mExifParams.debug_params, 0,
10397 pme->dequeueDeferredWork(dw, job_status);