/cts/tests/tests/media/src/android/media/cts/ |
D | ExtractDecodeEditEncodeMuxTest.java | 60 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 …]
|
D | DecodeEditEncodeTest.java | 52 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 …]
|
D | EncodeDecodeTest.java | 51 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 …]
|
D | EncodeVirtualDisplayTest.java | 64 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 …]
|
D | ImageReaderDecoderTest.java | 70 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 …]
|
D | EncoderTest.java | 35 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()
|
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/tests/hardware/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() 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()
|
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 | 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()
|
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 | ScriptGraph.java | 62 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()
|
D | Script.java | 179 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in Script 268 if (VERBOSE) { in Script()
|
D | AllocationInfo.java | 50 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/ |
D | CameraVideoActivity.java | 63 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/ |
D | ImageWriterTest.java | 49 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()
|
D | AllocationTest.java | 76 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 …]
|
D | ImageReaderTest.java | 66 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 …]
|
D | CameraTestUtils.java | 90 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/ |
D | Camera2AndroidTestCase.java | 55 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()
|
D | Camera2SurfaceViewTestCase.java | 74 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/ |
D | CtsMediaOutputSurface.java | 50 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/ |
D | Camera2PermissionTest.java | 38 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE); field in Camera2PermissionTest
|
/cts/tests/tests/hardware/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()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | LogPrinterTest.java | 32 Log.VERBOSE, Log.WARN }; in testConstructor()
|