/cts/tests/tests/media/src/android/media/cts/ |
D | ExtractDecodeEditEncodeMuxTest.java | 68 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() 669 if (VERBOSE) { in getAndSelectVideoTrackIndex() 683 if (VERBOSE) { in getAndSelectAudioTrackIndex() 765 if (VERBOSE) { in doExtractDecodeEditEncodeMux() 803 if (VERBOSE) Log.d(TAG, "no video decoder input buffer"); in doExtractDecodeEditEncodeMux() 806 if (VERBOSE) { in doExtractDecodeEditEncodeMux() [all …]
|
D | DecodeEditEncodeTest.java | 52 private static final boolean VERBOSE = false; // lots of logging field in DecodeEditEncodeTest 190 if (VERBOSE) Log.d(TAG, "generateVideoFile " + mWidth + "x" + mHeight); in generateVideoFile() 205 if (VERBOSE) Log.d(TAG, "found codec: " + codecName); in generateVideoFile() 214 if (VERBOSE) Log.d(TAG, "format: " + format); in generateVideoFile() 228 if (VERBOSE) Log.d(TAG, "releasing encoder"); in generateVideoFile() 231 if (VERBOSE) Log.d(TAG, "released encoder"); in generateVideoFile() 266 if (VERBOSE) Log.d(TAG, "gen loop"); in generateVideoData() 273 if (VERBOSE) Log.d(TAG, "signaling input EOS"); in generateVideoData() 285 if (VERBOSE) Log.d(TAG, "inputSurface swapBuffers"); in generateVideoData() 301 if (VERBOSE) Log.d(TAG, "no output from encoder available"); in generateVideoData() [all …]
|
D | EncodeDecodeTest.java | 57 private static final boolean VERBOSE = false; // lots of logging field in EncodeDecodeTest 419 if (VERBOSE) Log.d(TAG, "found codec: " + codec); in encodeDecodeVideoFromBuffer() 432 if (VERBOSE) Log.d(TAG, "found colorFormat: " + colorFormat); in encodeDecodeVideoFromBuffer() 440 if (VERBOSE) Log.d(TAG, "format: " + format); in encodeDecodeVideoFromBuffer() 448 if (VERBOSE) Log.d(TAG, "got decoder: " + decoder.getName()); in encodeDecodeVideoFromBuffer() 452 if (VERBOSE) Log.d(TAG, "releasing codecs"); in encodeDecodeVideoFromBuffer() 491 if (VERBOSE) Log.d(TAG, "found codec: " + codec); in encodeDecodeVideoFromSurfaceToSurface() 501 if (VERBOSE) Log.d(TAG, "format: " + format); in encodeDecodeVideoFromSurfaceToSurface() 514 if (VERBOSE) Log.d(TAG, "got decoder: " + decoder.getName()); in encodeDecodeVideoFromSurfaceToSurface() 537 if (VERBOSE) Log.d(TAG, "releasing codecs"); in encodeDecodeVideoFromSurfaceToSurface() [all …]
|
D | EncodeVirtualDisplayTest.java | 69 private static final boolean VERBOSE = false; // lots of logging field in EncodeVirtualDisplayTest 255 if (VERBOSE) Log.d(TAG, "releasing codecs, surfaces, and virtual display"); in encodeVirtualDisplayTest() 305 if (VERBOSE) Log.d(TAG, "loop"); in doTestEncodeVirtual() 308 if (VERBOSE) Log.d(TAG, "signaling input EOS"); in doTestEncodeVirtual() 321 if (VERBOSE) Log.d(TAG, "no output from decoder available"); in doTestEncodeVirtual() 324 if (VERBOSE) Log.d(TAG, "decoder output buffers changed (but we don't care)"); in doTestEncodeVirtual() 328 if (VERBOSE) Log.d(TAG, "decoder output format changed: " + in doTestEncodeVirtual() 333 if (VERBOSE) Log.d(TAG, "surface decoder given buffer " + decoderStatus + in doTestEncodeVirtual() 336 if (VERBOSE) Log.d(TAG, "output EOS"); in doTestEncodeVirtual() 352 if (VERBOSE) Log.d(TAG, "awaiting frame " + (lastIndex+1)); in doTestEncodeVirtual() [all …]
|
D | ImageReaderDecoderTest.java | 74 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in ImageReaderDecoderTest 475 if (VERBOSE) Log.v(TAG, "stream format: " + mediaFormat); in decodeFramesToImage() 495 if (VERBOSE) Log.v(TAG, "loop:" + outputFrameCount); in decodeFramesToImage() 504 if (VERBOSE) Log.v(TAG, "queue a input buffer, idx/size: " in decodeFramesToImage() 510 if (VERBOSE) Log.v(TAG, "saw input EOS."); in decodeFramesToImage() 532 if (VERBOSE) Log.v(TAG, "got a buffer: " + info.size + "/" + res); in decodeFramesToImage() 535 if (VERBOSE) Log.v(TAG, "no output frame available"); in decodeFramesToImage() 538 if (VERBOSE) Log.v(TAG, "decoder output buffers changed"); in decodeFramesToImage() 543 if (VERBOSE) Log.v(TAG, "decoder output format changed: " + outFormat); in decodeFramesToImage() 608 if (VERBOSE) { in validateImage() [all …]
|
D | MediaMuxerTest.java | 46 private static final boolean VERBOSE = false; field in MediaMuxerTest 544 if (VERBOSE) { in cloneMediaUsingMuxer() 559 if (VERBOSE) { in cloneMediaUsingMuxer() 703 if (VERBOSE) { in verifySamplesMatch() 771 if (VERBOSE) { in simulateVideoFramesDropIssuesAndMux() 783 if (VERBOSE) { in simulateVideoFramesDropIssuesAndMux() 798 if (VERBOSE) { in simulateVideoFramesDropIssuesAndMux() 808 if (VERBOSE) { in simulateVideoFramesDropIssuesAndMux() 878 if (VERBOSE) { in checkNumFramesTimestamp() 953 if (VERBOSE) { in cloneMediaWithSamplesDropAndStartOffsets() [all …]
|
D | NativeImageReaderTest.java | 30 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in NativeImageReaderTest
|
D | EncoderTest.java | 48 private static final boolean VERBOSE = false; field in EncoderTest 374 if (VERBOSE) { in testEncoder() 385 if (VERBOSE) { in testEncoder() 415 if (VERBOSE) { in testEncoder() 421 if (VERBOSE) { in testEncoder() 427 if (VERBOSE) { in testEncoder()
|
D | OutputSurface.java | 46 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/ |
D | BlockingInputAllocation.java | 38 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()
|
D | ScriptGraph.java | 62 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()
|
D | ScriptYuvMeans2dTo1d.java | 39 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()
|
D | ScriptYuvCrop.java | 39 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()
|
D | ScriptYuvToRgb.java | 33 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in ScriptYuvToRgb 57 if (VERBOSE) { Log.v(TAG, "executeUnchecked - forEach done"); } in executeUnchecked()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | BroadcastRpcBase.java | 44 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/common/device-side/util/src/com/android/compatibility/common/util/ |
D | BroadcastRpcBase.java | 43 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in BroadcastRpcBase 59 Log.i(TAG, "Sending to: " + targetReceiver + (VERBOSE ? "\nRequest: " + request : "")); in invoke() 96 Log.i(TAG, "Response received: " + (VERBOSE ? resultPayload.toString() : "")); in invoke() 112 Log.i(TAG, "Request received: " + (VERBOSE ? request.toString() : "")); in onReceive() 120 Log.i(TAG, "Response generated: " + (VERBOSE ? response.toString() : "")); in onReceive()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/ |
D | CameraVideoActivity.java | 70 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in CameraVideoActivity 167 if (VERBOSE) { in getOutputMediaFile() 270 if (VERBOSE) { in prepareVideoRecorder() 303 if (VERBOSE) { in onCreate() 320 if (VERBOSE) { in onCreate() 328 if (VERBOSE) { in onCreate() 362 if (VERBOSE) { in onResume() 367 if (VERBOSE) { in onResume() 481 if (VERBOSE) { 486 if (VERBOSE) { [all …]
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | AllocationTest.java | 76 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 …]
|
D | ImageWriterTest.java | 50 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in ImageWriterTest 177 if (VERBOSE) { in readerWriterFormatTestByCamera() 190 if (VERBOSE) { in readerWriterFormatTestByCamera() 205 if (VERBOSE) { in readerWriterFormatTestByCamera() 230 if (VERBOSE) { in readerWriterFormatTestByCamera() 264 if (VERBOSE) { in readerWriterFormatTestByCamera() 268 if (VERBOSE) { in readerWriterFormatTestByCamera()
|
D | NativeCameraManagerTest.java | 27 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in NativeCameraManagerTest
|
D | NativeStillCaptureTest.java | 33 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in NativeStillCaptureTest
|
D | NativeImageReaderTest.java | 27 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in NativeImageReaderTest
|
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
D | Camera2AndroidTestCase.java | 60 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in Camera2AndroidTestCase 187 if (VERBOSE) Log.v(TAG, "Starting capture from device"); in startCapture() 203 if (VERBOSE) Log.v(TAG, "Stopping capture"); in stopCapture() 249 if (VERBOSE) { in openDevice() 317 if (VERBOSE) { in closeDevice() 344 if (VERBOSE) Log.v(TAG, "Created ImageReader size " + size.toString()); in createDefaultImageReader() 369 if (VERBOSE) Log.v(TAG, "Created ImageReader size " + size.toString()); in createDefaultImageReader() 391 if (VERBOSE) Log.v(TAG, "Created ImageReader size " + size.toString()); in createImageReader() 414 if (VERBOSE) Log.v(TAG, "Created ImageReader size " + size.toString()); in createImageReader()
|
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraTestCase.java | 35 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in CameraTestCase 77 if (VERBOSE) Log.v(TAG, "initializeMessageLooper: quit."); in initializeMessageLooper()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
D | Camera2Focuser.java | 48 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in Camera2Focuser 354 if (VERBOSE) { in createCaptureListener() 380 if (VERBOSE) { in createCaptureListener()
|