Lines Matching refs:ALOGV
164 ALOGV("%s", __FUNCTION__); in connectCamera()
245 ALOGV("%s", __FUNCTION__); in closeCamera()
269 ALOGV("%s exit", __FUNCTION__); in closeCamera()
292 ALOGV("Request queue notification received"); in requestQueueNotify()
473 ALOGV("Stream allocated: %d, %d x %d, 0x%x. U: %x, B: %d", in allocateStream()
491 ALOGV("%s: Stream %d registering %d buffers", __FUNCTION__, in registerStreamBuffers()
515 ALOGV("%s: Stream %d format set to %x, previously %x", in registerStreamBuffers()
594 ALOGV("Reprocess stream allocated: %d: %d, %d, 0x%x. Parent stream: %d", in allocateReprocessStreamFromStream()
687 ALOGV("Starting up ConfigureThread"); in readyToRun()
699 ALOGV("Waiting for configure thread to start"); in waitUntilRunning()
747 ALOGV("New request available"); in threadLoop()
755 ALOGV("Configure: Getting next request"); in threadLoop()
765 ALOGV("Configure: Request queue empty, going inactive"); in threadLoop()
808 ALOGV("Configure: Waiting for JPEG compressor"); in threadLoop()
810 ALOGV("Configure: Waiting for sensor"); in threadLoop()
820 ALOGV("Configure: Waiting for sensor"); in threadLoop()
850 ALOGV("Configure: Setting up buffers for capture"); in setupCapture()
867 ALOGV("Configure: Buffer %zu: Stream %d, %d x %d, format 0x%x, " in setupCapture()
924 ALOGV("Configure: Waiting for readout thread"); in setupCapture()
934 ALOGV("Configure: Configuring sensor for capture %d", mNextFrameNumber); in configureNextCapture()
941 ALOGV("Configure: Done configure for capture %d", mNextFrameNumber); in configureNextCapture()
972 ALOGV("Configure: Setting up input buffers for reprocess"); in setupReprocess()
1001 ALOGV("Configure: Setting up output buffers for reprocess"); in setupReprocess()
1019 ALOGV("Configure: Buffer %zu: Stream %d, %d x %d, format 0x%x, " in setupReprocess()
1044 ALOGV("Configure: Done configure for reprocess %d", mNextFrameNumber); in configureNextReprocess()
1064 ALOGV("Configure: Dequeing buffer from stream %d", b.streamId); in getBuffers()
1090 ALOGV("Configure: Acquiring buffer from reprocess stream %d", in getBuffers()
1138 ALOGV("Starting up ReadoutThread"); in readyToRun()
1147 ALOGV("Waiting for readout thread to start"); in waitUntilRunning()
1247 ALOGV("Waiting for sensor data"); in threadLoop()
1259 ALOGV("Ready to read out request %p, %zu buffers", in threadLoop()
1315 ALOGV("Readout: Constructing metadata and frames for request %d", in threadLoop()
1319 ALOGV("Readout: Metadata requested, constructing"); in threadLoop()
1354 ALOGV("Readout: Enqueue frame %d", frameNumber); in threadLoop()
1358 ALOGV("Readout: Free request"); in threadLoop()
1369 ALOGV("Readout: Processing %zu buffers", mBuffers->size()); in threadLoop()
1372 ALOGV("Readout: Buffer %zu: Stream %d, %d x %d, format 0x%x, stride %d", in threadLoop()
1379 ALOGV("Readout: Sending image buffer %zu (%p) to output stream %d", in threadLoop()
1396 ALOGV("Readout: Starting JPEG compression for buffer %d, stream %d", in threadLoop()
1407 ALOGV("Readout: Done with request %d", frameNumber); in threadLoop()
1422 ALOGV("%s: Compression complete, pushing to stream %d", __FUNCTION__, in onJpegDone()
1447 ALOGV("Readout: Collecting statistics metadata"); in collectStatisticsMetadata()
1565 ALOGV("Starting up ControlThread"); in readyToRun()
1598 ALOGV("Waiting for control thread to start"); in waitUntilRunning()
1650 ALOGV("AF new mode: %d, old mode %d", mode.data.u8[0], mAfMode); in processRequest()
1699 ALOGV("%s: Triggering %d (%d, %d)", __FUNCTION__, msgType, ext1, ext2); in triggerAction()
1787 ALOGV("Resetting AF state due to cancel/mode change"); in threadLoop()
1845 ALOGV("%s: AF scan start, duration %" PRId64 " ms", in processAfTrigger()
1915 ALOGV("%s: AF passive scan start, duration %" PRId64 " ms", in maybeStartAfScan()
1930 ALOGV("%s: AF scan done", __FUNCTION__); in updateAfScan()
1968 ALOGV("%s: Autofocus state now %d, id %d", __FUNCTION__, in updateAfState()
2017 ALOGV("%s: AE scan start, duration %" PRId64 " ms", in maybeStartAeScan()
2034 ALOGV("%s: AE scan done", __FUNCTION__); in updateAeScan()
2062 ALOGV("%s: Autoexposure state now %d, id %d", __FUNCTION__, in updateAeState()
2351 ALOGV("Allocating %zu entries, %zu extra bytes for " in constructStaticInfo()
2660 ALOGV("Allocating %zu entries, %zu extra bytes for " in constructDefaultRequest()