Home
last modified time | relevance | path

Searched refs:VERBOSE (Results 1 – 25 of 82) sorted by relevance

1234

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DBlockingInputAllocation.java38 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in BlockingInputAllocation
93 if (VERBOSE) Log.v(TAG, "waitForBufferAndReceive - begin"); in waitForBufferAndReceive()
98 if (VERBOSE) Log.v(TAG, "waitForBufferAndReceive - Allocation#ioReceive"); in waitForBufferAndReceive()
116 if (VERBOSE) Log.v(TAG, "waitForBufferAndReceive - begin"); in waitForBufferAndReceive()
121 if (VERBOSE) Log.v(TAG, "waitForBufferAndReceive - Allocation#ioReceive"); in waitForBufferAndReceive()
143 if (VERBOSE) Log.v(TAG, "receiveLatestAvailableBuffers - updated = " + updatedBuffers); in receiveLatestAvailableBuffers()
209 if (VERBOSE) Log.v(TAG, "waiting for next buffer"); in waitForBufferWithTimeout()
248 if (VERBOSE) Log.v(TAG, "new buffer in allocation available"); in onBufferAvailable()
DScriptYuvMeans2dTo1d.java39 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in ScriptYuvMeans2dTo1d
67 if (VERBOSE) Log.v(TAG, "executeUnchecked - forEach_means_yuvf_420"); in executeUnchecked()
71 if (VERBOSE) Log.v(TAG, "executeUnchecked - forEach_means_yuvx_444"); in executeUnchecked()
DScriptYuvToRgb.java33 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in ScriptYuvToRgb
57 if (VERBOSE) { Log.v(TAG, "executeUnchecked - forEach done"); } in executeUnchecked()
DScriptYuvCrop.java39 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in ScriptYuvCrop
68 if (VERBOSE) Log.v(TAG, String.format("createOutputInfo - outputSize is %s", outputSize)); in createOutputInfo()
96 if (VERBOSE) { Log.v(TAG, "executeUnchecked - forEach_crop done"); } in executeUnchecked()
DScriptGraph.java62 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in ScriptGraph
185 if (VERBOSE) Log.v(TAG, "execute - invoked " + i + " scripts"); in execute()
484 if (VERBOSE) Log.v(TAG, "ScriptGraph() - Instantiating all script classes"); in ScriptGraph()
503 if (VERBOSE) Log.v(TAG, "ScriptGraph() - Creating all inputs"); in ScriptGraph()
509 if (VERBOSE) { in ScriptGraph()
527 if (VERBOSE) Log.v(TAG, "ScriptGraph() - Creating all outputs"); in ScriptGraph()
540 if (VERBOSE) { in ScriptGraph()
550 if (VERBOSE) Log.v(TAG, "ScriptGraph() - Graph has been built"); in ScriptGraph()
/cts/tests/tests/media/src/android/media/cts/
DExtractDecodeEditEncodeMuxTest.java67 private static final boolean VERBOSE = false; // lots of logging field in ExtractDecodeEditEncodeMuxTest
317 if (VERBOSE) Log.d(TAG, "video format: " + outputVideoFormat); in extractDecodeEditEncodeMux()
325 if (VERBOSE) Log.d(TAG, "video found codec: " + videoEncoderName); in extractDecodeEditEncodeMux()
341 if (VERBOSE) Log.d(TAG, "audio found codec: " + audioEncoderName); in extractDecodeEditEncodeMux()
401 if (VERBOSE) Log.d(TAG, "releasing extractor, decoder, encoder, and muxer"); in extractDecodeEditEncodeMux()
677 if (VERBOSE) { in getAndSelectVideoTrackIndex()
691 if (VERBOSE) { in getAndSelectAudioTrackIndex()
773 if (VERBOSE) { in doExtractDecodeEditEncodeMux()
811 if (VERBOSE) Log.d(TAG, "no video decoder input buffer"); in doExtractDecodeEditEncodeMux()
814 if (VERBOSE) { in doExtractDecodeEditEncodeMux()
[all …]
DDecodeEditEncodeTest.java52 private static final boolean VERBOSE = false; // lots of logging field in DecodeEditEncodeTest
202 if (VERBOSE) Log.d(TAG, "generateVideoFile " + mWidth + "x" + mHeight); in generateVideoFile()
217 if (VERBOSE) Log.d(TAG, "found codec: " + codecName); in generateVideoFile()
226 if (VERBOSE) Log.d(TAG, "format: " + format); in generateVideoFile()
240 if (VERBOSE) Log.d(TAG, "releasing encoder"); in generateVideoFile()
243 if (VERBOSE) Log.d(TAG, "released encoder"); in generateVideoFile()
278 if (VERBOSE) Log.d(TAG, "gen loop"); in generateVideoData()
285 if (VERBOSE) Log.d(TAG, "signaling input EOS"); in generateVideoData()
297 if (VERBOSE) Log.d(TAG, "inputSurface swapBuffers"); in generateVideoData()
313 if (VERBOSE) Log.d(TAG, "no output from encoder available"); in generateVideoData()
[all …]
DEncodeDecodeTest.java62 private static final boolean VERBOSE = false; // lots of logging field in EncodeDecodeTest
424 if (VERBOSE) Log.d(TAG, "found codec: " + codec); in encodeDecodeVideoFromBuffer()
437 if (VERBOSE) Log.d(TAG, "found colorFormat: " + colorFormat); in encodeDecodeVideoFromBuffer()
445 if (VERBOSE) Log.d(TAG, "format: " + format); in encodeDecodeVideoFromBuffer()
453 if (VERBOSE) Log.d(TAG, "got decoder: " + decoder.getName()); in encodeDecodeVideoFromBuffer()
457 if (VERBOSE) Log.d(TAG, "releasing codecs"); in encodeDecodeVideoFromBuffer()
496 if (VERBOSE) Log.d(TAG, "found codec: " + codec); in encodeDecodeVideoFromSurfaceToSurface()
512 if (VERBOSE) Log.d(TAG, "format: " + format); in encodeDecodeVideoFromSurfaceToSurface()
525 if (VERBOSE) Log.d(TAG, "got decoder: " + decoder.getName()); in encodeDecodeVideoFromSurfaceToSurface()
548 if (VERBOSE) Log.d(TAG, "releasing codecs"); in encodeDecodeVideoFromSurfaceToSurface()
[all …]
DEncodeVirtualDisplayTest.java78 private static final boolean VERBOSE = false; // lots of logging field in EncodeVirtualDisplayTest
274 if (VERBOSE) Log.d(TAG, "releasing codecs, surfaces, and virtual display"); in encodeVirtualDisplayTest()
324 if (VERBOSE) Log.d(TAG, "loop"); in doTestEncodeVirtual()
327 if (VERBOSE) Log.d(TAG, "signaling input EOS"); in doTestEncodeVirtual()
340 if (VERBOSE) Log.d(TAG, "no output from decoder available"); in doTestEncodeVirtual()
343 if (VERBOSE) Log.d(TAG, "decoder output buffers changed (but we don't care)"); in doTestEncodeVirtual()
347 if (VERBOSE) Log.d(TAG, "decoder output format changed: " + in doTestEncodeVirtual()
352 if (VERBOSE) Log.d(TAG, "surface decoder given buffer " + decoderStatus + in doTestEncodeVirtual()
355 if (VERBOSE) Log.d(TAG, "output EOS"); in doTestEncodeVirtual()
371 if (VERBOSE) Log.d(TAG, "awaiting frame " + (lastIndex+1)); in doTestEncodeVirtual()
[all …]
DNativeImageReaderTest.java30 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in NativeImageReaderTest
DImageReaderDecoderTest.java80 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in ImageReaderDecoderTest
494 if (VERBOSE) Log.v(TAG, "stream format: " + mediaFormat); in decodeFramesToImage()
514 if (VERBOSE) Log.v(TAG, "loop:" + outputFrameCount); in decodeFramesToImage()
523 if (VERBOSE) Log.v(TAG, "queue a input buffer, idx/size: " in decodeFramesToImage()
529 if (VERBOSE) Log.v(TAG, "saw input EOS."); in decodeFramesToImage()
551 if (VERBOSE) Log.v(TAG, "got a buffer: " + info.size + "/" + res); in decodeFramesToImage()
554 if (VERBOSE) Log.v(TAG, "no output frame available"); in decodeFramesToImage()
557 if (VERBOSE) Log.v(TAG, "decoder output buffers changed"); in decodeFramesToImage()
562 if (VERBOSE) Log.v(TAG, "decoder output format changed: " + outFormat); in decodeFramesToImage()
627 if (VERBOSE) { in validateImage()
[all …]
DMediaMuxerTest.java47 private static final boolean VERBOSE = false; field in MediaMuxerTest
611 if (VERBOSE) { in MPEG4CheckTimestampsAudioBVideoDiffStartOffsets()
644 if (VERBOSE) { in MPEG4CheckTimestampsWithStartOffsets()
667 if (VERBOSE) { in WebMCheckTimestampsWithStartOffsets()
775 if (VERBOSE) { in cloneMediaUsingMuxer()
790 if (VERBOSE) { in cloneMediaUsingMuxer()
935 if (VERBOSE) { in verifySamplesMatch()
1003 if (VERBOSE) { in simulateVideoFramesDropIssuesAndMux()
1015 if (VERBOSE) { in simulateVideoFramesDropIssuesAndMux()
1030 if (VERBOSE) { in simulateVideoFramesDropIssuesAndMux()
[all …]
/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/
DDeviceOwnerHelper.java26 import static com.android.bedstead.dpmwrapper.Utils.VERBOSE;
75 if (VERBOSE) Log.v(TAG, "ignoring, it's not " + ACTION_WRAPPED_MANAGER_CALL); in runManagerMethod()
113 if (VERBOSE) { in runManagerMethod()
202 if (VERBOSE) { in findMethodWithNullParameterCall()
218 if (VERBOSE) Log.v(TAG, "Methods found: " + methods); in findMethodWithNullParameterCall()
232 if (VERBOSE) { in findBestMethod()
245 if (VERBOSE) { in findBestMethod()
259 if (VERBOSE) Log.v(TAG, "Returning " + bestMethod); in findBestMethod()
270 if (VERBOSE) Log.v(TAG, "Sent"); in sendResult()
274 if (VERBOSE) { in sendNoLog()
DTestAppCallbacksReceiver.java19 import static com.android.bedstead.dpmwrapper.Utils.VERBOSE;
107 if (VERBOSE) Log.v(TAG, "registerReceiver(): " + receiver); in registerReceiver()
114 if (VERBOSE) Log.v(TAG, "Creating list of receivers for " + action); in registerReceiver()
123 if (VERBOSE) Log.v(TAG, "unregisterReceiver(): " + receiver); in unregisterReceiver()
DTestAppSystemServiceFactory.java26 import static com.android.bedstead.dpmwrapper.Utils.VERBOSE;
236 if (VERBOSE) { in getSystemService()
243 if (VERBOSE) { in getSystemService()
263 if (VERBOSE) { in getSystemService()
268 if (VERBOSE) Log.v(TAG, "result:" + result); in getSystemService()
274 if (VERBOSE) { in getSystemService()
294 if (VERBOSE) { in getSystemService()
306 if (VERBOSE) { in getSystemService()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DBroadcastRpcBase.java44 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in BroadcastRpcBase
60 Log.i(TAG, "Sending to: " + targetReceiver + (VERBOSE ? "\nRequest: " + request : "")); in invoke()
97 Log.i(TAG, "Response received: " + (VERBOSE ? resultPayload.toString() : "")); in invoke()
113 Log.i(TAG, "Request received: " + (VERBOSE ? request.toString() : "")); in onReceive()
121 Log.i(TAG, "Response generated: " + (VERBOSE ? response.toString() : "")); in onReceive()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java66 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in CameraVideoActivity
160 if (VERBOSE) { in getOutputMediaFile()
272 if (VERBOSE) { in prepareVideoRecorder()
305 if (VERBOSE) { in onCreate()
322 if (VERBOSE) { in onCreate()
330 if (VERBOSE) { in onCreate()
364 if (VERBOSE) { in onResume()
369 if (VERBOSE) { in onResume()
483 if (VERBOSE) {
488 if (VERBOSE) {
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/
DNativeStillCaptureTest.java37 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in NativeStillCaptureTest
DNativeCameraManagerTest.java35 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in NativeCameraManagerTest
DAllocationTest.java86 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in AllocationTest
137 if (VERBOSE) { in setManualCaptureRequest()
333 if (VERBOSE) { in convertPixelYuvToRgb()
366 if (VERBOSE) Log.v(TAG, "configureAndCreateRequestForSurface - done"); in configureAndCreateRequestForSurface()
400 if (VERBOSE) Log.v(TAG, "Capture completed"); in captureSingleShotAndExecute()
404 if (VERBOSE) Log.v(TAG, "Waiting for single shot buffer"); in captureSingleShotAndExecute()
411 if (VERBOSE) Log.v(TAG, "Got the buffer"); in captureSingleShotAndExecute()
416 if (VERBOSE) Log.v(TAG, "Stopping capture and waiting for idle"); in stopCapture()
446 if (VERBOSE) Log.v(TAG, "Expected image size = " + packedSize); in validateInputOutputNotZeroes()
467 if (VERBOSE) { in validateInputOutputNotZeroes()
[all …]
DImageWriterTest.java57 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in ImageWriterTest
223 if (VERBOSE) { in readerWriterFormatTestByCamera()
236 if (VERBOSE) { in readerWriterFormatTestByCamera()
251 if (VERBOSE) { in readerWriterFormatTestByCamera()
276 if (VERBOSE) { in readerWriterFormatTestByCamera()
310 if (VERBOSE) { in readerWriterFormatTestByCamera()
314 if (VERBOSE) { in readerWriterFormatTestByCamera()
DNativeImageReaderTest.java34 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in NativeImageReaderTest
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestCase.java68 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in Camera2AndroidTestCase
181 if (VERBOSE) Log.v(TAG, "Starting capture from device"); in startCapture()
197 if (VERBOSE) Log.v(TAG, "Stopping capture"); in stopCapture()
243 if (VERBOSE) { in openDevice()
324 if (VERBOSE) { in closeDevice()
351 if (VERBOSE) Log.v(TAG, "Created ImageReader size " + size.toString()); in createDefaultImageReader()
376 if (VERBOSE) Log.v(TAG, "Created ImageReader size " + size.toString()); in createDefaultImageReader()
398 if (VERBOSE) Log.v(TAG, "Created ImageReader size " + size.toString()); in createImageReader()
421 if (VERBOSE) Log.v(TAG, "Created ImageReader size " + size.toString()); in createImageReader()
DCamera2AndroidTestRule.java64 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in Camera2AndroidTestRule
306 if (VERBOSE) Log.v(TAG, "Starting capture from device"); in startCapture()
322 if (VERBOSE) Log.v(TAG, "Stopping capture"); in stopCapture()
368 if (VERBOSE) { in openDevice()
436 if (VERBOSE) { in closeDevice()
463 if (VERBOSE) Log.v(TAG, "Created ImageReader size " + size.toString()); in createDefaultImageReader()
488 if (VERBOSE) Log.v(TAG, "Created ImageReader size " + size.toString()); in createDefaultImageReader()
510 if (VERBOSE) Log.v(TAG, "Created ImageReader size " + size.toString()); in createImageReader()
533 if (VERBOSE) Log.v(TAG, "Created ImageReader size " + size.toString()); in createImageReader()
/cts/tests/camera/src/android/hardware/cts/
DCameraPerformanceTestHelper.java37 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in CameraPerformanceTestHelper
79 if (VERBOSE) Log.v(TAG, "initializeMessageLooper: quit."); in initializeMessageLooper()

1234