Home
last modified time | relevance | path

Searched refs:CAMHAL_LOGD (Results 1 – 12 of 12) sorted by relevance

/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCapabilities.cpp1039 CAMHAL_LOGD("Supported framerate ranges: %s", supported); in insertFramerates()
1040 CAMHAL_LOGD("Default framerate range: [%s]", defaultRange); in insertFramerates()
1059 CAMHAL_LOGD("Supported preview framerates: %s", supported); in insertFramerates()
1092 CAMHAL_LOGD("Supported framerate ranges extended: %s", supported); in insertFramerates()
1108 CAMHAL_LOGD("Supported extended preview framerates: %s", supported); in insertFramerates()
2206 CAMHAL_LOGD("==================================================="); in _dumpOmxTiCap()
2207 CAMHAL_LOGD("---- Dumping OMX capabilities for sensor id: %d ----", sensorId); in _dumpOmxTiCap()
2209 CAMHAL_LOGD(""); in _dumpOmxTiCap()
2210 CAMHAL_LOGD("ulPreviewFormatCount = %d", int(caps.ulPreviewFormatCount)); in _dumpOmxTiCap()
2212 CAMHAL_LOGD(" ePreviewFormats[%2d] = %d", i, int(caps.ePreviewFormats[i])); in _dumpOmxTiCap()
[all …]
DOMXReprocess.cpp104 CAMHAL_LOGD ("mReprocConfigured = %d", mReprocConfigured); in startReprocess()
111 CAMHAL_LOGD ("mReprocConfigured = %d", mBurstFramesQueued); in startReprocess()
273 CAMHAL_LOGD("Using ANW"); in UseBuffersReprocess()
280 CAMHAL_LOGD("Using ION"); in UseBuffersReprocess()
DOMXCameraAdapter.cpp786 CAMHAL_LOGD("buffer=%p, size=%d stored at %s", buf, size, filename); in saveBufferToFile()
3696 CAMHAL_LOGD("yuv_%d_%d_%d_%lu.yuv successfully saved in %s", in OMXCameraAdapterFillBufferDone()
3724 CAMHAL_LOGD("RAW buffer done on video port, length = %d", pBuffHeader->nFilledLen); in OMXCameraAdapterFillBufferDone()
3751 CAMHAL_LOGD("raw_%d_%d_%d_%lu.raw successfully saved in %s", in OMXCameraAdapterFillBufferDone()
4338 CAMHAL_LOGD("Selecting sensor %d...", sensorId); in fetchCapabilitiesForSensor()
4341 CAMHAL_LOGD("Selecting sensor %d... DONE", sensorId); in fetchCapabilitiesForSensor()
4344 CAMHAL_LOGD("Max supported sensor number reached: %d", sensorId); in fetchCapabilitiesForSensor()
4350 CAMHAL_LOGD("Camera mode: STEREO"); in fetchCapabilitiesForSensor()
4356 CAMHAL_LOGD("Camera MONO"); in fetchCapabilitiesForSensor()
4358 CAMHAL_LOGD("Camera mode: HQ "); in fetchCapabilitiesForSensor()
[all …]
DOMXDCC.cpp76 CAMHAL_LOGD("DCC URI's %s ", param.sDCCURI); in initDCC()
DOMXCapture.cpp652 CAMHAL_LOGD("AVAILABLE SHOTS: %d", queryAvailableShots.nAvailableShots); in setVectorShot()
664CAMHAL_LOGD("%2u: (%7d,%4d) mode: %d", confID, evValues[confID], evValues2[confID], evModes2[confI… in setVectorShot()
1246 CAMHAL_LOGD("mBurstFramesQueued = %d mBurstFramesAccum = %d index = %d " in startImageCapture()
1250 CAMHAL_LOGD("%d", (mBurstFramesQueued < mBurstFramesAccum) in startImageCapture()
1789 CAMHAL_LOGD ("Using ANW Buffers"); in UseBuffersCapture()
1793 CAMHAL_LOGD ("Using ION Buffers"); in UseBuffersCapture()
DOMXFD.cpp237 CAMHAL_LOGD("FD extra data not found!"); in createPreviewMetadata()
/hardware/ti/omap4-aah/camera/inc/
DCommon.h29 # define CAMHAL_LOGD DBGUTILS_LOGD macro
42 # define CAMHAL_LOGD(...) macro
/hardware/ti/omap4-aah/camera/
DCameraParameters.cpp213 CAMHAL_LOGD("================================"); in dump()
214 CAMHAL_LOGD("Dumping properties for camera: %d", getInt("prop-sensor-index")); in dump()
217 CAMHAL_LOGD("%s = %s", in dump()
222 CAMHAL_LOGD("--------------------------------"); in dump()
DBufferSourceAdapter.cpp588 CAMHAL_LOGD("Hrmm somethings gone awry. We are missing a different number" in getBuffers()
594 CAMHAL_LOGD("Filling at %d", j); in getBuffers()
651 CAMHAL_LOGD("got handle %p", handle); in getBufferList()
863 CAMHAL_LOGD("Can't find frame in buffer list"); in handleFrameCallback()
877 CAMHAL_LOGD("Unlock %p (buffer #%d)", handle, i); in handleFrameCallback()
DCameraHal.cpp496 CAMHAL_LOGD("Sensor Orientation is set to %d", orientation); in setParameters()
1869 CAMHAL_LOGD("Preview not started. Preview in progress flag set"); in cameraPreviewInitialization()
2035 CAMHAL_LOGD("NULL window passed, destroying display adapter"); in setPreviewWindow()
2041 CAMHAL_LOGD("NULL ANativeWindow passed to setPreviewWindow"); in setPreviewWindow()
2133 CAMHAL_LOGD("Missing argument"); in setTapoutLocked()
2149 CAMHAL_LOGD("Tap Out already set at index = %d", i); in setTapoutLocked()
2239 CAMHAL_LOGD("Missing argument"); in releaseTapoutLocked()
2254 CAMHAL_LOGD("REMOVE tap out %p previously set as current", tapout); in releaseTapoutLocked()
2261 CAMHAL_LOGD("REMOVE tap out %p \"%s\" at position %d", tapout, id, i); in releaseTapoutLocked()
2291 CAMHAL_LOGD("Missing argument"); in setTapinLocked()
[all …]
DAppCallbackNotifier.cpp1368 CAMHAL_LOGD("Received NOTIFIER_EXIT command from Camera HAL"); in processMessage()
DBaseCameraAdapter.cpp1202 CAMHAL_LOGD("Sending shutter callback"); in notifyShutterSubscribers()