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

  /external/llvm/tools/llvm-size/
llvm-size.cpp 38 OutputFormat("format", cl::desc("Specify output format"),
115 /// This is when used when @c OutputFormat is darwin and produces the same
194 /// This is when used when @c OutputFormat is berkeley with a Mach-O file and
276 /// The format used is determined by @c OutputFormat and @c Radix.
283 // If OutputFormat is darwin and we have a MachOObjectFile print as darwin's
284 // size(1) -m output, else if OutputFormat is darwin and not a Mach-O object
285 // let it fall through to OutputFormat berkeley.
287 if (OutputFormat == darwin && MachO)
289 // If we have a MachOObjectFile and the OutputFormat is berkeley print as
291 else if (MachO && OutputFormat == berkeley
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaRecorderTest.java 166 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
211 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
295 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
314 MediaRecorder.OutputFormat.AMR_NB,
320 MediaRecorder.OutputFormat.AMR_WB,
326 MediaRecorder.OutputFormat.AAC_ADTS,
366 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
381 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
400 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
441 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP)
    [all...]
MediaMuxerTest.java 99 muxer = new MediaMuxer(outputFile, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
110 muxer = new MediaMuxer(outputFile, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
121 muxer = new MediaMuxer(outputFile, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
131 muxer = new MediaMuxer(outputFile, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
143 muxer = new MediaMuxer(outputFile, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
152 muxer = new MediaMuxer(outputFile, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
178 muxer = new MediaMuxer(dstMediaPath, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
MediaPlayerTest.java 803 recorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
    [all...]
ExtractDecodeEditEncodeMuxTest.java 588 return new MediaMuxer(mOutputFile, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
    [all...]
  /external/clang/tools/scan-build/
ccc-analyzer 453 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
454 if (!defined $OutputFormat) { $OutputFormat = "html"; }
685 if (defined $OutputFormat) {
686 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
687 if ($OutputFormat =~ /plist/) {
scan-build     [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
AudioPermissionTest.java 50 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
  /external/chromium_org/content/renderer/media/
media_stream_audio_processor.h 103 const media::AudioParameters& OutputFormat() const;
media_stream_audio_processor_unittest.cc 107 EXPECT_EQ(audio_processor->OutputFormat().sample_rate(),
109 EXPECT_EQ(audio_processor->OutputFormat().channels(),
111 EXPECT_EQ(audio_processor->OutputFormat().frames_per_buffer(),
429 EXPECT_EQ(audio_processor->OutputFormat().channels(), 2);
449 audio_processor->OutputFormat());
media_stream_audio_processor.cc 294 const media::AudioParameters& MediaStreamAudioProcessor::OutputFormat() const {
webrtc_audio_capturer.cc 512 media::AudioParameters output_params = audio_processor_->OutputFormat();
  /external/deqp/executor/tools/
xeTestLogCompare.cpp 53 enum OutputFormat
73 DE_DECLARE_COMMAND_LINE_OPT(OutFormat, OutputFormat);
86 static const NamedValue<OutputFormat> s_outputFormats[] =
114 OutputFormat outFormat;
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 52 cl::opt<OutputFormatTy> OutputFormat(
59 cl::aliasopt(OutputFormat));
261 // the OutputFormat is darwin. It produces the same output as darwin's nm(1) -m
427 if (OutputFormat == posix && MultipleFiles && printName) {
429 } else if (OutputFormat == bsd && MultipleFiles && printName) {
431 } else if (OutputFormat == sysv) {
462 if (OutputFormat == sysv || I->Address == UnknownAddressOrSize)
464 if (OutputFormat == sysv)
473 // If OutputFormat is darwin and we have a MachOObjectFile print as darwin's
474 // nm(1) -m output, else if OutputFormat is darwin and not a Mach-O objec
    [all...]
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
MediaRecorderStressTest.java 241 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
315 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
394 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
CodecTest.java 466 mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
  /developers/build/prebuilts/gradle/Camera2Video/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.java 501 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4);
  /developers/samples/android/media/Camera2Video/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.java 501 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4);
  /development/samples/browseable/Camera2Video/src/com.example.android.camera2video/
Camera2VideoFragment.java 501 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4);
  /dalvik/dexdump/
DexDump.cpp 55 enum OutputFormat {
68 OutputFormat outputFormat;
555 if (gOptions.outputFormat == OUTPUT_PLAIN) {
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
RecordingTest.java     [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/jdiff/
xerces.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 1637 milliseconds