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.java235 if (VERBOSE) Log.v(TAG, String.format("onResume")); in onResume()
284 if (VERBOSE) Log.v(TAG, String.format("onPause")); in onPause()
305 Log.v(TAG, String.format("onConfiguredChanged: orientation %x", in onConfigurationChanged()
314 Log.v(TAG, String.format("handleConfiguration: orientation %x", in maybeUpdateConfiguration()
331 Log.v(TAG, String.format( in updatePreviewOrientation()
355 Log.v(TAG, String.format( in updatePreviewOrientation()
376 Log.v(TAG, String.format("surfaceChanged: format %x, width %d, height %d", format, in surfaceChanged()
401 public void onClick(View v) {
423 public void onClick(View v) {
441 for (View v : mManualControls) { in enableManualControls()
[all …]
DCameraOps.java290 Log.v(TAG, "updatePreview - begin"); in updatePreview()
302 Log.v(TAG, "updatePreview - submitted extra one-shot capture with triggers"); in updatePreview()
306 Log.v(TAG, "updatePreview - no triggers, regular repeating request"); in updatePreview()
318 Log.v(TAG, "updatePreview - end"); in updatePreview()
332 Log.v(TAG, String.format("hasTriggers - afTrigger = %s, aePreCaptureTrigger = %s", in hasTriggers()
649 Log.v(TAG, "updateCaptureRequest - manual - control.mode = OFF"); in updateCaptureRequest()
656 Log.v(TAG, "updateCaptureRequest - manual - control.mode = AUTO"); in updateCaptureRequest()
677 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.java440 public void onClick(View v) {
447 public void onClick(View v) {
460 public void onClick(View v) {
473 public void onClick(View v) {
687 for (View v : mBaseControls) { in enableBaseControls()
688 v.setEnabled(enabled); in enableBaseControls()
696 for (View v : mOpenControls) { in enableOpenControls()
697 v.setEnabled(enabled); in enableOpenControls()
702 for (View v : mConfiguredControls) { in enableConfiguredControls()
703 v.setEnabled(enabled); in enableConfiguredControls()
DRequestControlPane.java213 public void onClick(View v) {
229 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.java511 for (View v : mOpenOnlyControls) { in enableOpenOnlyControls()
512 v.setEnabled(enabled); in enableOpenOnlyControls()
518 for (View v : mPreviewOnlyControls) { in enablePreviewOnlyControls()
519 v.setEnabled(enabled); in enablePreviewOnlyControls()
547 public void onClick(View v) {
614 public void onClick(View v) {
634 public void onClick(View v) {
682 public void onClick(View v) {
691 public void onClick(View v) {
760 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