HomeSort by relevance Sort by last modified time
    Searched refs:camcorder (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/android/java/src/org/chromium/ui/base/
SelectFileDialog.java 64 Intent camcorder = new Intent(MediaStore.ACTION_VIDEO_CAPTURE); local
74 if (window.showIntent(camcorder, this, R.string.low_memory_error)) return;
90 extraIntents.add(camcorder);
102 extraIntents.add(camcorder);
  /device/samsung/manta/
audio_effects.conf 105 # "mic", "camcorder", "voice_recognition", "voice_communication"
143 camcorder {
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 529 CamcorderProfile camcorder = CamcorderProfile.get(CamcorderProfile.QUALITY_LOW); local
530 if (camcorder == null) {
534 long seconds = bytesAvailable / (camcorder.audioBitRate + camcorder.videoBitRate);
    [all...]

Completed in 121 milliseconds