Home
last modified time | relevance | path

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

123

/cts/tests/tests/media/src/android/media/cts/
DExtractDecodeEditEncodeMuxTest.java66 private static final boolean VERBOSE = false; // lots of logging field in ExtractDecodeEditEncodeMuxTest
315 if (VERBOSE) Log.d(TAG, "video format: " + outputVideoFormat); in extractDecodeEditEncodeMux()
323 if (VERBOSE) Log.d(TAG, "video found codec: " + videoEncoderName); in extractDecodeEditEncodeMux()
339 if (VERBOSE) Log.d(TAG, "audio found codec: " + audioEncoderName); in extractDecodeEditEncodeMux()
399 if (VERBOSE) Log.d(TAG, "releasing extractor, decoder, encoder, and muxer"); in extractDecodeEditEncodeMux()
667 if (VERBOSE) { in getAndSelectVideoTrackIndex()
681 if (VERBOSE) { in getAndSelectAudioTrackIndex()
763 if (VERBOSE) { in doExtractDecodeEditEncodeMux()
801 if (VERBOSE) Log.d(TAG, "no video decoder input buffer"); in doExtractDecodeEditEncodeMux()
804 if (VERBOSE) { in doExtractDecodeEditEncodeMux()
[all …]
DDecodeEditEncodeTest.java52 private static final boolean VERBOSE = false; // lots of logging field in DecodeEditEncodeTest
189 if (VERBOSE) Log.d(TAG, "generateVideoFile " + mWidth + "x" + mHeight); in generateVideoFile()
204 if (VERBOSE) Log.d(TAG, "found codec: " + codecName); in generateVideoFile()
213 if (VERBOSE) Log.d(TAG, "format: " + format); in generateVideoFile()
227 if (VERBOSE) Log.d(TAG, "releasing encoder"); in generateVideoFile()
230 if (VERBOSE) Log.d(TAG, "released encoder"); in generateVideoFile()
265 if (VERBOSE) Log.d(TAG, "gen loop"); in generateVideoData()
272 if (VERBOSE) Log.d(TAG, "signaling input EOS"); in generateVideoData()
284 if (VERBOSE) Log.d(TAG, "inputSurface swapBuffers"); in generateVideoData()
300 if (VERBOSE) Log.d(TAG, "no output from encoder available"); in generateVideoData()
[all …]
DEncodeDecodeTest.java55 private static final boolean VERBOSE = false; // lots of logging field in EncodeDecodeTest
417 if (VERBOSE) Log.d(TAG, "found codec: " + codec); in encodeDecodeVideoFromBuffer()
430 if (VERBOSE) Log.d(TAG, "found colorFormat: " + colorFormat); in encodeDecodeVideoFromBuffer()
438 if (VERBOSE) Log.d(TAG, "format: " + format); in encodeDecodeVideoFromBuffer()
446 if (VERBOSE) Log.d(TAG, "got decoder: " + decoder.getName()); in encodeDecodeVideoFromBuffer()
450 if (VERBOSE) Log.d(TAG, "releasing codecs"); in encodeDecodeVideoFromBuffer()
489 if (VERBOSE) Log.d(TAG, "found codec: " + codec); in encodeDecodeVideoFromSurfaceToSurface()
499 if (VERBOSE) Log.d(TAG, "format: " + format); in encodeDecodeVideoFromSurfaceToSurface()
512 if (VERBOSE) Log.d(TAG, "got decoder: " + decoder.getName()); in encodeDecodeVideoFromSurfaceToSurface()
535 if (VERBOSE) Log.d(TAG, "releasing codecs"); in encodeDecodeVideoFromSurfaceToSurface()
[all …]
DEncodeVirtualDisplayTest.java68 private static final boolean VERBOSE = false; // lots of logging field in EncodeVirtualDisplayTest
254 if (VERBOSE) Log.d(TAG, "releasing codecs, surfaces, and virtual display"); in encodeVirtualDisplayTest()
304 if (VERBOSE) Log.d(TAG, "loop"); in doTestEncodeVirtual()
307 if (VERBOSE) Log.d(TAG, "signaling input EOS"); in doTestEncodeVirtual()
320 if (VERBOSE) Log.d(TAG, "no output from decoder available"); in doTestEncodeVirtual()
323 if (VERBOSE) Log.d(TAG, "decoder output buffers changed (but we don't care)"); in doTestEncodeVirtual()
327 if (VERBOSE) Log.d(TAG, "decoder output format changed: " + in doTestEncodeVirtual()
332 if (VERBOSE) Log.d(TAG, "surface decoder given buffer " + decoderStatus + in doTestEncodeVirtual()
335 if (VERBOSE) Log.d(TAG, "output EOS"); in doTestEncodeVirtual()
351 if (VERBOSE) Log.d(TAG, "awaiting frame " + (lastIndex+1)); in doTestEncodeVirtual()
[all …]
DImageReaderDecoderTest.java71 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in ImageReaderDecoderTest
473 if (VERBOSE) Log.v(TAG, "stream format: " + mediaFormat); in decodeFramesToImage()
493 if (VERBOSE) Log.v(TAG, "loop:" + outputFrameCount); in decodeFramesToImage()
502 if (VERBOSE) Log.v(TAG, "queue a input buffer, idx/size: " in decodeFramesToImage()
508 if (VERBOSE) Log.v(TAG, "saw input EOS."); in decodeFramesToImage()
530 if (VERBOSE) Log.v(TAG, "got a buffer: " + info.size + "/" + res); in decodeFramesToImage()
533 if (VERBOSE) Log.v(TAG, "no output frame available"); in decodeFramesToImage()
536 if (VERBOSE) Log.v(TAG, "decoder output buffers changed"); in decodeFramesToImage()
541 if (VERBOSE) Log.v(TAG, "decoder output format changed: " + outFormat); in decodeFramesToImage()
606 if (VERBOSE) { in validateImage()
[all …]
DNativeImageReaderTest.java28 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in NativeImageReaderTest
DOutputSurface.java46 private static final boolean VERBOSE = false; field in OutputSurface
100 if (VERBOSE) Log.d(TAG, "textureID=" + mTextureRender.getTextureId()); in setup()
299 if (VERBOSE) Log.d(TAG, "new frame available"); in onFrameAvailable()
/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()
120 if (VERBOSE) Log.v(TAG, "receiveLatestAvailableBuffers - updated = " + updatedBuffers); in receiveLatestAvailableBuffers()
184 if (VERBOSE) Log.v(TAG, "waiting for next buffer"); in waitForBuffer()
199 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()
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()
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()
DScriptGraph.java62 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in ScriptGraph
154 if (VERBOSE) Log.v(TAG, "execute - invoked " + i + " scripts"); in execute()
453 if (VERBOSE) Log.v(TAG, "ScriptGraph() - Instantiating all script classes"); in ScriptGraph()
472 if (VERBOSE) Log.v(TAG, "ScriptGraph() - Creating all inputs"); in ScriptGraph()
478 if (VERBOSE) { in ScriptGraph()
496 if (VERBOSE) Log.v(TAG, "ScriptGraph() - Creating all outputs"); in ScriptGraph()
509 if (VERBOSE) { in ScriptGraph()
519 if (VERBOSE) Log.v(TAG, "ScriptGraph() - Graph has been built"); in ScriptGraph()
DScript.java179 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in Script
268 if (VERBOSE) { in Script()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java63 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in CameraVideoActivity
134 if (VERBOSE) { in getOutputMediaFile()
192 if (VERBOSE) { in prepareVideoRecorder()
225 if (VERBOSE) { in onCreate()
245 if (VERBOSE) { in onResume()
250 if (VERBOSE) { in onResume()
352 if (VERBOSE) {
357 if (VERBOSE) {
363 if (VERBOSE) {
385 if (VERBOSE) { in setUpCaptureButton()
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/
DNativeImageReaderTest.java27 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in NativeImageReaderTest
DImageWriterTest.java49 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in ImageWriterTest
154 if (VERBOSE) { in readerWriterFormatTestByCamera()
161 if (VERBOSE) { in readerWriterFormatTestByCamera()
168 if (VERBOSE) { in readerWriterFormatTestByCamera()
189 if (VERBOSE) { in readerWriterFormatTestByCamera()
223 if (VERBOSE) { in readerWriterFormatTestByCamera()
227 if (VERBOSE) { in readerWriterFormatTestByCamera()
DNativeCameraManagerTest.java27 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in NativeCameraManagerTest
DAllocationTest.java76 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()
386 if (VERBOSE) Log.v(TAG, "Capture completed"); in captureSingleShotAndExecute()
390 if (VERBOSE) Log.v(TAG, "Waiting for single shot buffer"); in captureSingleShotAndExecute()
392 if (VERBOSE) Log.v(TAG, "Got the buffer"); in captureSingleShotAndExecute()
397 if (VERBOSE) Log.v(TAG, "Stopping capture and waiting for idle"); in stopCapture()
427 if (VERBOSE) Log.v(TAG, "Expected image size = " + packedSize); in validateInputOutputNotZeroes()
448 if (VERBOSE) { in validateInputOutputNotZeroes()
[all …]
DNativeStillCaptureTest.java29 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in NativeStillCaptureTest
DNativeCameraDeviceTest.java29 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in NativeCameraDeviceTest
DImageReaderTest.java70 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in ImageReaderTest
368 if (VERBOSE) { in testAllOutputYUVResolutions()
671 if (VERBOSE) { in bufferFormatWithYuvTestByCamera()
706 if (VERBOSE) { in bufferFormatWithYuvTestByCamera()
711 if (VERBOSE) { in bufferFormatWithYuvTestByCamera()
716 if (VERBOSE) { in bufferFormatWithYuvTestByCamera()
773 if (VERBOSE) { in bufferFormatTestByCamera()
818 if (VERBOSE) { in bufferFormatLongProcessingTimeTestByCamera()
945 if (VERBOSE) Log.v(TAG, "new image available"); in onImageAvailable()
974 if (VERBOSE) Log.v(TAG, "Waiting for an Image"); in validateImage()
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestCase.java55 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in Camera2AndroidTestCase
140 if (VERBOSE) Log.v(TAG, "Starting capture from device"); in startCapture()
156 if (VERBOSE) Log.v(TAG, "Stopping capture"); in stopCapture()
203 if (VERBOSE) { in openDevice()
259 if (VERBOSE) { in closeDevice()
286 if (VERBOSE) Log.v(TAG, "Created ImageReader size " + size.toString()); in createDefaultImageReader()
308 if (VERBOSE) Log.v(TAG, "Created ImageReader size " + size.toString()); in createImageReader()
/cts/tests/camera/api25test/src/android/camera/cts/api25test/
DEnableZslTest.java39 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in EnableZslTest
128 if (VERBOSE) { in testEnableZslValueByCamera()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DCtsMediaOutputSurface.java50 private static final boolean VERBOSE = false; field in CtsMediaOutputSurface
104 if (VERBOSE) Log.d(TAG, "textureID=" + mTextureRender.getTextureId()); in setup()
303 if (VERBOSE) Log.d(TAG, "new frame available"); in onFrameAvailable()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCamera2Focuser.java48 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in Camera2Focuser
354 if (VERBOSE) { in createCaptureListener()
380 if (VERBOSE) { in createCaptureListener()

123