Lines Matching refs:ALOGV
194 ALOGV("%s", __FUNCTION__); in connectCamera()
271 ALOGV("%s", __FUNCTION__); in closeCamera()
295 ALOGV("%s exit", __FUNCTION__); in closeCamera()
319 ALOGV("Request queue notification received"); in requestQueueNotify()
485 ALOGV("Stream allocated: %d, %d x %d, 0x%x. U: %x, B: %d", *stream_id, width, in allocateStream()
502 ALOGV("%s: Stream %d registering %d buffers", __FUNCTION__, stream_id, in registerStreamBuffers()
526 ALOGV("%s: Stream %d format set to %x, previously %x", __FUNCTION__, in registerStreamBuffers()
603 ALOGV("Reprocess stream allocated: %d: %d, %d, 0x%x. Parent stream: %d", in allocateReprocessStreamFromStream()
689 ALOGV("Starting up ConfigureThread"); in readyToRun()
701 ALOGV("Waiting for configure thread to start"); in waitUntilRunning()
748 ALOGV("New request available"); in threadLoop()
756 ALOGV("Configure: Getting next request"); in threadLoop()
765 ALOGV("Configure: Request queue empty, going inactive"); in threadLoop()
805 ALOGV("Configure: Waiting for JPEG compressor"); in threadLoop()
807 ALOGV("Configure: Waiting for sensor"); in threadLoop()
817 ALOGV("Configure: Waiting for sensor"); in threadLoop()
846 ALOGV("Configure: Setting up buffers for capture"); in setupCapture()
865 ALOGV( in setupCapture()
914 ALOGV("Configure: Waiting for readout thread"); in setupCapture()
924 ALOGV("Configure: Configuring sensor for capture %d", mNextFrameNumber); in configureNextCapture()
931 ALOGV("Configure: Done configure for capture %d", mNextFrameNumber); in configureNextCapture()
961 ALOGV("Configure: Setting up input buffers for reprocess"); in setupReprocess()
988 ALOGV("Configure: Setting up output buffers for reprocess"); in setupReprocess()
1006 ALOGV( in setupReprocess()
1030 ALOGV("Configure: Done configure for reprocess %d", mNextFrameNumber); in configureNextReprocess()
1049 ALOGV("Configure: Dequeing buffer from stream %d", b.streamId); in getBuffers()
1085 ALOGV("Configure: Acquiring buffer from reprocess stream %d", in getBuffers()
1146 ALOGV("Starting up ReadoutThread"); in readyToRun()
1155 ALOGV("Waiting for readout thread to start"); in waitUntilRunning()
1250 ALOGV("Waiting for sensor data"); in threadLoop()
1262 ALOGV("Ready to read out request %p, %zu buffers", mRequest, in threadLoop()
1314 ALOGV("Readout: Constructing metadata and frames for request %d", in threadLoop()
1318 ALOGV("Readout: Metadata requested, constructing"); in threadLoop()
1352 ALOGV("Readout: Enqueue frame %d", frameNumber); in threadLoop()
1355 ALOGV("Readout: Free request"); in threadLoop()
1367 ALOGV("Readout: Processing %zu buffers", mBuffers->size()); in threadLoop()
1370 ALOGV("Readout: Buffer %zu: Stream %d, %d x %d, format 0x%x, stride %d", in threadLoop()
1377 ALOGV("Readout: Sending image buffer %zu (%p) to output stream %d", in threadLoop()
1395 ALOGV("Readout: Starting JPEG compression for buffer %d, stream %d", in threadLoop()
1405 ALOGV("Readout: Done with request %d", frameNumber); in threadLoop()
1419 ALOGV("%s: Compression complete, pushing to stream %d", __FUNCTION__, in onJpegDone()
1446 ALOGV("Readout: Collecting statistics metadata"); in collectStatisticsMetadata()
1558 ALOGV("Starting up ControlThread"); in readyToRun()
1591 ALOGV("Waiting for control thread to start"); in waitUntilRunning()
1636 ALOGV("AF new mode: %d, old mode %d", mode.data.u8[0], mAfMode); in processRequest()
1677 ALOGV("%s: Triggering %d (%d, %d)", __FUNCTION__, msgType, ext1, ext2); in triggerAction()
1769 ALOGV("Resetting AF state due to cancel/mode change"); in threadLoop()
1828 ALOGV("%s: AF scan start, duration %" PRId64 " ms", __FUNCTION__, in processAfTrigger()
1896 ALOGV("%s: AF passive scan start, duration %" PRId64 " ms", __FUNCTION__, in maybeStartAfScan()
1912 ALOGV("%s: AF scan done", __FUNCTION__); in updateAfScan()
1950 ALOGV("%s: Autofocus state now %d, id %d", __FUNCTION__, newState, in updateAfState()
2000 ALOGV("%s: AE scan start, duration %" PRId64 " ms", __FUNCTION__, in maybeStartAeScan()
2019 ALOGV("%s: AE scan done", __FUNCTION__); in updateAeScan()
2045 ALOGV("%s: Autoexposure state now %d, id %d", __FUNCTION__, newState, in updateAeState()
2280 ALOGV( in constructStaticInfo()
2570 ALOGV( in constructDefaultRequest()