HomeSort by relevance Sort by last modified time
    Searched refs:OutputFormat (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 44 OutputFormat("format",
51 cl::aliasopt(OutputFormat));
166 if (OutputFormat == posix && MultipleFiles) {
168 } else if (OutputFormat == bsd && MultipleFiles) {
170 } else if (OutputFormat == sysv) {
188 if (OutputFormat == sysv || i->Address == object::UnknownAddressOrSize)
190 if (OutputFormat == sysv)
198 if (OutputFormat == posix) {
201 } else if (OutputFormat == bsd) {
210 } else if (OutputFormat == sysv)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaRecorderTest.java 158 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
183 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
273 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
344 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
402 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
421 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
441 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
503 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
MediaPlayerTest.java 473 mr.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
  /external/clang/tools/scan-build/
c++-analyzer 420 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
421 if (!defined $OutputFormat) { $OutputFormat = "html"; }
628 if (defined $OutputFormat) {
629 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
630 if ($OutputFormat =~ /plist/) {
ccc-analyzer 420 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
421 if (!defined $OutputFormat) { $OutputFormat = "html"; }
628 if (defined $OutputFormat) {
629 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
630 if ($OutputFormat =~ /plist/) {
scan-build     [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
AudioPermissionTest.java 50 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
CopyCutAction.java 24 import org.apache.xml.serialize.OutputFormat;
200 new OutputFormat(Method.XML,
201 OutputFormat.Defaults.Encoding /* utf-8 */,
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 234 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
381 MediaRecorder.OutputFormat.MPEG_4, MediaNames.RECORDED_VIDEO_3GP, true));
403 MediaRecorder.OutputFormat.MPEG_4, MediaNames.RECORDED_VIDEO_3GP, true));
426 MediaRecorder.OutputFormat.MPEG_4, MediaNames.RECORDED_VIDEO_3GP, false));
  /frameworks/base/media/java/android/media/
MediaRecorder.java 42 * recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
193 public final class OutputFormat {
197 private OutputFormat() {}
206 /** Deprecated in favor of MediaRecorder.OutputFormat.AMR_NB */
344 * video if the output format is OutputFormat.THREE_GPP or
345 * OutputFormat.MPEG_4 so that a video player can choose the proper
367 * stored in udta box if the output format is OutputFormat.THREE_GPP
368 * or OutputFormat.MPEG_4, and is ignored for other output formats.
409 * @see android.media.MediaRecorder.OutputFormat
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 140 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
253 MediaRecorder.OutputFormat.THREE_GPP,
269 MediaRecorder.OutputFormat.THREE_GPP, MediaNames.INVALD_VIDEO_PATH, false);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaRecorderStressTest.java 206 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
270 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
360 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderStateUnitTestTemplate.java 40 public static final int OUTPUT_FORMAT= MediaRecorder.OutputFormat.THREE_GPP;
  /system/media/mca/filterpacks/videosink/java/
MediaEncoderFilter.java 106 * settings to width, height, framerate, outputFormat, and videoEncoder.
128 * android.media.MediaRecorder.OutputFormat */
129 @GenerateFieldPort(name = "outputFormat", hasDefault = true)
130 private int mOutputFormat = MediaRecorder.OutputFormat.MPEG_4;
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 388 mRecorder.startRecording(MediaRecorder.OutputFormat.AMR_NB, ".amr", this);
391 mRecorder.startRecording(MediaRecorder.OutputFormat.THREE_GPP, ".3gpp",
  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 458 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
  /dalvik/dexdump/
DexDump.cpp 55 enum OutputFormat {
68 OutputFormat outputFormat;
552 if (gOptions.outputFormat == OUTPUT_PLAIN) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java     [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CodecTest.java 491 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
  /external/jdiff/
xerces.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 1297 milliseconds

1 2