Home
last modified time | relevance | path

Searched refs:v (Results 1 – 13 of 13) sorted by relevance

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
DCameraRecordingStream.java267 Log.v(TAG, "Recording thread starts"); in startMediaCodecRecording()
275 Log.v(TAG, "Recording thread completes"); in startMediaCodecRecording()
303 Log.v(TAG, "releasing encoder"); in releaseEncoder()
317 Log.v(TAG, "releasing muxer"); in releaseMuxer()
330 Log.v(TAG, "releasing media recorder"); in releaseMediaRecorder()
394 Log.v(TAG, "Recording file name: " + mediaFileName); in getOutputMediaFileName()
481 Log.v(TAG, "MediaRecorder throws IllegalStateException " + e.toString()); in configureMediaRecorder()
483 Log.v(TAG, "MediaRecorder throws IOException " + e.toString()); in configureMediaRecorder()
503 Log.v(TAG, "doMediaCodecEncoding(" + notifyEndOfStream + ")"); in doMediaCodecEncoding()
523 Log.v(TAG, "no output available, spinning to await EOS"); in doMediaCodecEncoding()
[all …]
DTestingCamera2.java201 if (VERBOSE) Log.v(TAG, String.format("onResume")); in onResume()
251 if (VERBOSE) Log.v(TAG, String.format("onPause")); in onPause()
271 Log.v(TAG, String.format("onConfiguredChanged: orientation %x", in onConfigurationChanged()
280 Log.v(TAG, String.format("handleConfiguration: orientation %x", in maybeUpdateConfiguration()
296 Log.v(TAG, String.format( in updatePreviewOrientation()
320 Log.v(TAG, String.format( in updatePreviewOrientation()
338 Log.v(TAG, String.format("surfaceChanged: format %x, width %d, height %d", format, in surfaceChanged()
361 public void onClick(View v) {
382 public void onClick(View v) {
400 for (View v : mManualControls) { in enableManualControls()
[all …]
DCameraOps.java251 Log.v(TAG, "updatePreview - begin"); in updatePreview()
263 Log.v(TAG, "updatePreview - submitted extra one-shot capture with triggers"); in updatePreview()
267 Log.v(TAG, "updatePreview - no triggers, regular repeating request"); in updatePreview()
279 Log.v(TAG, "updatePreview - end"); in updatePreview()
293 Log.v(TAG, String.format("hasTriggers - afTrigger = %s, aePreCaptureTrigger = %s", in hasTriggers()
573 Log.v(TAG, "updateCaptureRequest - manual - control.mode = OFF"); in updateCaptureRequest()
580 Log.v(TAG, "updateCaptureRequest - manual - control.mode = AUTO"); in updateCaptureRequest()
601 Log.v(TAG, "updateCaptureRequest - AF - set trigger to " + afTrigger); in updateCaptureRequest()
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DControlPane.java45 public void onClick(View v) {
54 public void onClick(View v) {
161 int v = Integer.parseInt(value); in getAttributeInt() local
162 return v; in getAttributeInt()
DCameraControlPane.java402 public void onClick(View v) {
409 public void onClick(View v) {
422 public void onClick(View v) {
435 public void onClick(View v) {
649 for (View v : mBaseControls) { in enableBaseControls()
650 v.setEnabled(enabled); in enableBaseControls()
658 for (View v : mOpenControls) { in enableOpenControls()
659 v.setEnabled(enabled); in enableOpenControls()
664 for (View v : mConfiguredControls) { in enableConfiguredControls()
665 v.setEnabled(enabled); in enableConfiguredControls()
DRequestControlPane.java198 public void onClick(View v) {
214 public void onClick(View v) {
DImageReaderSubPane.java517 public void onClick(View v) {
531 public void onClick(View v) {
545 public void onClick(View v) {
DPaneLayout.java56 public void onClick(View v) {
DTargetControlPane.java237 public void onClick(View v) {
/pdk/apps/TestingCamera/src/com/android/testingcamera/
DTestingCamera.java479 for (View v : mOpenOnlyControls) { in enableOpenOnlyControls()
480 v.setEnabled(enabled); in enableOpenOnlyControls()
486 for (View v : mPreviewOnlyControls) { in enablePreviewOnlyControls()
487 v.setEnabled(enabled); in enablePreviewOnlyControls()
515 public void onClick(View v) {
582 public void onClick(View v) {
602 public void onClick(View v) {
650 public void onClick(View v) {
659 public void onClick(View v) {
728 public void onClick(View v) {
[all …]
DSnapshotDialogFragment.java99 public void onClick(View v) {
106 public void onClick(View v) {
113 public void onClick(View v) {
DInfoDialogFragment.java41 public void onClick(View v) { in onClick() argument
/pdk/apps/HelloPDK/src/com/example/android/helloPDK/
DMainActivity.java146 protected void onListItemClick(ListView l, View v, int position, long id) { in onListItemClick() argument