Home
last modified time | relevance | path

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

12

/cts/tests/tests/media/src/android/media/cts/
DExtractDecodeEditEncodeMuxTest.java60 private static final boolean VERBOSE = false; // lots of logging field in ExtractDecodeEditEncodeMuxTest
290 if (VERBOSE) Log.d(TAG, "video format: " + outputVideoFormat); in extractDecodeEditEncodeMux()
298 if (VERBOSE) Log.d(TAG, "video found codec: " + videoEncoderName); in extractDecodeEditEncodeMux()
313 if (VERBOSE) Log.d(TAG, "audio found codec: " + audioEncoderName); in extractDecodeEditEncodeMux()
373 if (VERBOSE) Log.d(TAG, "releasing extractor, decoder, encoder, and muxer"); in extractDecodeEditEncodeMux()
604 if (VERBOSE) { in getAndSelectVideoTrackIndex()
618 if (VERBOSE) { in getAndSelectAudioTrackIndex()
700 if (VERBOSE) { in doExtractDecodeEditEncodeMux()
738 if (VERBOSE) Log.d(TAG, "no video decoder input buffer"); in doExtractDecodeEditEncodeMux()
741 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.java51 private static final boolean VERBOSE = false; // lots of logging field in EncodeDecodeTest
367 if (VERBOSE) Log.d(TAG, "found codec: " + codec); in encodeDecodeVideoFromBuffer()
374 if (VERBOSE) Log.d(TAG, "found colorFormat: " + colorFormat); in encodeDecodeVideoFromBuffer()
382 if (VERBOSE) Log.d(TAG, "format: " + format); in encodeDecodeVideoFromBuffer()
390 if (VERBOSE) Log.d(TAG, "got decoder: " + decoder.getName()); in encodeDecodeVideoFromBuffer()
394 if (VERBOSE) Log.d(TAG, "releasing codecs"); in encodeDecodeVideoFromBuffer()
433 if (VERBOSE) Log.d(TAG, "found codec: " + codec); in encodeDecodeVideoFromSurfaceToSurface()
443 if (VERBOSE) Log.d(TAG, "format: " + format); in encodeDecodeVideoFromSurfaceToSurface()
451 if (VERBOSE) Log.d(TAG, "got decoder: " + decoder.getName()); in encodeDecodeVideoFromSurfaceToSurface()
470 if (VERBOSE) Log.d(TAG, "releasing codecs"); in encodeDecodeVideoFromSurfaceToSurface()
[all …]
DEncodeVirtualDisplayTest.java64 private static final boolean VERBOSE = false; // lots of logging field in EncodeVirtualDisplayTest
250 if (VERBOSE) Log.d(TAG, "releasing codecs, surfaces, and virtual display"); in encodeVirtualDisplayTest()
300 if (VERBOSE) Log.d(TAG, "loop"); in doTestEncodeVirtual()
303 if (VERBOSE) Log.d(TAG, "signaling input EOS"); in doTestEncodeVirtual()
316 if (VERBOSE) Log.d(TAG, "no output from decoder available"); in doTestEncodeVirtual()
319 if (VERBOSE) Log.d(TAG, "decoder output buffers changed (but we don't care)"); in doTestEncodeVirtual()
323 if (VERBOSE) Log.d(TAG, "decoder output format changed: " + in doTestEncodeVirtual()
328 if (VERBOSE) Log.d(TAG, "surface decoder given buffer " + decoderStatus + in doTestEncodeVirtual()
331 if (VERBOSE) Log.d(TAG, "output EOS"); in doTestEncodeVirtual()
347 if (VERBOSE) Log.d(TAG, "awaiting frame " + (lastIndex+1)); in doTestEncodeVirtual()
[all …]
DImageReaderDecoderTest.java70 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in ImageReaderDecoderTest
472 if (VERBOSE) Log.v(TAG, "stream format: " + mediaFormat); in decodeFramesToImage()
492 if (VERBOSE) Log.v(TAG, "loop:" + outputFrameCount); in decodeFramesToImage()
501 if (VERBOSE) Log.v(TAG, "queue a input buffer, idx/size: " in decodeFramesToImage()
507 if (VERBOSE) Log.v(TAG, "saw input EOS."); in decodeFramesToImage()
529 if (VERBOSE) Log.v(TAG, "got a buffer: " + info.size + "/" + res); in decodeFramesToImage()
532 if (VERBOSE) Log.v(TAG, "no output frame available"); in decodeFramesToImage()
535 if (VERBOSE) Log.v(TAG, "decoder output buffers changed"); in decodeFramesToImage()
540 if (VERBOSE) Log.v(TAG, "decoder output format changed: " + outFormat); in decodeFramesToImage()
605 if (VERBOSE) { in validateImage()
[all …]
DEncoderTest.java35 private static final boolean VERBOSE = false; field in EncoderTest
216 if (VERBOSE) { in testEncoder()
227 if (VERBOSE) { in testEncoder()
247 if (VERBOSE) { in testEncoder()
253 if (VERBOSE) { in testEncoder()
259 if (VERBOSE) { in testEncoder()
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/tests/hardware/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()
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
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()
DAllocationInfo.java50 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in AllocationInfo
413 if (VERBOSE) Log.v(TAG, "createAllocation - for info =" + toString()); in createAllocation()
/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/tests/hardware/src/android/hardware/camera2/cts/
DImageWriterTest.java49 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in ImageWriterTest
189 if (VERBOSE) { in readerWriterFormatTestByCamera()
196 if (VERBOSE) { in readerWriterFormatTestByCamera()
203 if (VERBOSE) { in readerWriterFormatTestByCamera()
224 if (VERBOSE) { in readerWriterFormatTestByCamera()
258 if (VERBOSE) { in readerWriterFormatTestByCamera()
262 if (VERBOSE) { in readerWriterFormatTestByCamera()
DAllocationTest.java76 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in AllocationTest
142 if (VERBOSE) { in setManualCaptureRequest()
338 if (VERBOSE) { in convertPixelYuvToRgb()
371 if (VERBOSE) Log.v(TAG, "configureAndCreateRequestForSurface - done"); in configureAndCreateRequestForSurface()
391 if (VERBOSE) Log.v(TAG, "Capture completed"); in captureSingleShotAndExecute()
395 if (VERBOSE) Log.v(TAG, "Waiting for single shot buffer"); in captureSingleShotAndExecute()
397 if (VERBOSE) Log.v(TAG, "Got the buffer"); in captureSingleShotAndExecute()
402 if (VERBOSE) Log.v(TAG, "Stopping capture and waiting for idle"); in stopCapture()
432 if (VERBOSE) Log.v(TAG, "Expected image size = " + packedSize); in validateInputOutputNotZeroes()
453 if (VERBOSE) { in validateInputOutputNotZeroes()
[all …]
DImageReaderTest.java66 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in ImageReaderTest
319 if (VERBOSE) { in testAllOutputYUVResolutions()
594 if (VERBOSE) { in bufferFormatWithYuvTestByCamera()
629 if (VERBOSE) { in bufferFormatWithYuvTestByCamera()
634 if (VERBOSE) { in bufferFormatWithYuvTestByCamera()
639 if (VERBOSE) { in bufferFormatWithYuvTestByCamera()
694 if (VERBOSE) { in bufferFormatTestByCamera()
739 if (VERBOSE) { in bufferFormatLongProcessingTimeTestByCamera()
858 if (VERBOSE) Log.v(TAG, "new image available"); in onImageAvailable()
887 if (VERBOSE) Log.v(TAG, "Waiting for an Image"); in validateImage()
[all …]
DCameraTestUtils.java90 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in CameraTestUtils
179 if (VERBOSE) Log.v(TAG, "Created ImageReader size " + size); in makeImageReader()
357 if (VERBOSE) { in onImageReleased()
839 if(VERBOSE) Log.v(TAG, "get data from " + planes.length + " planes"); in getDataFromImage()
846 if (VERBOSE) { in getDataFromImage()
879 if (VERBOSE) Log.v(TAG, "Finished reading data from plane " + i); in getDataFromImage()
953 if (VERBOSE) { in getSupportedSizeForFormat()
970 if (VERBOSE) Log.v(TAG, "Supported sizes are: " + Arrays.deepToString(availableSizes)); in getSupportedSizeForFormat()
982 if (VERBOSE) { in getSupportedSizeForClass()
999 if (VERBOSE) Log.v(TAG, "Supported sizes are: " + Arrays.deepToString(availableSizes)); in getSupportedSizeForClass()
[all …]
/cts/tests/tests/hardware/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()
DCamera2SurfaceViewTestCase.java74 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in Camera2SurfaceViewTestCase
175 if (VERBOSE) { in startPreview()
221 if (VERBOSE) Log.v(TAG, "Stopping preview and waiting for idle"); in stopPreview()
342 if (VERBOSE) { in waitForAnyResultValue()
642 if (VERBOSE) { in prepareCaptureAndStartPreview()
/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/tests/permission/src/android/permission/cts/
DCamera2PermissionTest.java38 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in Camera2PermissionTest
/cts/tests/tests/hardware/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()
/cts/tests/tests/util/src/android/util/cts/
DLogPrinterTest.java32 Log.VERBOSE, Log.WARN }; in testConstructor()

12