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

12 3 4 5 6

  /frameworks/av/media/ndk/
NdkMediaMuxer.cpp 56 AMediaMuxer* AMediaMuxer_new(int fd, OutputFormat format) {
59 mData->mImpl = new MediaMuxer(fd, (android::MediaMuxer::OutputFormat)format);
  /frameworks/base/media/java/android/media/
MediaMuxer.java 42 * MediaMuxer muxer = new MediaMuxer("temp.mp4", OutputFormat.MUXER_OUTPUT_MPEG_4);
79 public static final class OutputFormat {
83 private OutputFormat() {}
91 OutputFormat.MUXER_OUTPUT_MPEG_4,
92 OutputFormat.MUXER_OUTPUT_WEBM,
129 * @see android.media.MediaMuxer.OutputFormat
137 if (format != OutputFormat.MUXER_OUTPUT_MPEG_4 &&
138 format != OutputFormat.MUXER_OUTPUT_WEBM) {
163 * {@link OutputFormat#MUXER_OUTPUT_MPEG_4} so that a video player can
188 * {@link OutputFormat#MUXER_OUTPUT_MPEG_4}, and is ignored for other outpu
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmspack.c     [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
MediaRecorderFacade.java 132 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4);
137 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
143 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
185 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
188 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
205 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
  /external/clang/lib/Frontend/
DependencyFile.cpp 164 DependencyOutputFormat OutputFormat;
179 OutputFormat(Opts.OutputFormat) {
365 DependencyOutputFormat OutputFormat) {
366 if (OutputFormat == DependencyOutputFormat::NMake) {
376 assert(OutputFormat == DependencyOutputFormat::Make);
444 PrintFilename(OS, *I, OutputFormat);
455 PrintFilename(OS, *I, OutputFormat);
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
CameraRecordingStream.java 68 private int mOutputFormat = MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4;
85 * @param outputFormat Output file format as listed in {@link MediaMuxer.OutputFormat}
89 int outputFormat) {
105 mOutputFormat = outputFormat;
346 case MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4:
349 case MediaMuxer.OutputFormat.MUXER_OUTPUT_WEBM:
359 case MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4:
362 case MediaMuxer.OutputFormat.MUXER_OUTPUT_WEBM:
457 if (mOutputFormat == MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4)
    [all...]
  /external/opencv3/modules/cudacodec/src/
video_decoder.cpp 91 createInfo_.OutputFormat = cudaVideoSurfaceFormat_NV12;
  /cts/tests/tests/media/src/android/media/cts/
MediaMuxerTest.java 99 muxer = new MediaMuxer(outputFile, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
112 muxer = new MediaMuxer(outputFile, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
125 muxer = new MediaMuxer(outputFile, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
137 muxer = new MediaMuxer(outputFile, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
151 muxer = new MediaMuxer(outputFile, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
162 muxer = new MediaMuxer(outputFile, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
190 muxer = new MediaMuxer(dstMediaPath, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
MediaRecorderTest.java 199 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
274 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
375 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
394 MediaRecorder.OutputFormat.AMR_NB,
400 MediaRecorder.OutputFormat.AMR_WB,
406 MediaRecorder.OutputFormat.AAC_ADTS,
432 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
458 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
473 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);
492 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP)
    [all...]
  /external/llvm/tools/llvm-profdata/
llvm-profdata.cpp 110 ProfileFormat OutputFormat) {
114 if (OutputFormat != PF_Binary && OutputFormat != PF_Text)
140 if (OutputFormat == PF_Text)
152 ProfileFormat OutputFormat) {
155 SampleProfileWriter::create(OutputFilename, FormatMap[OutputFormat]);
223 cl::opt<ProfileFormat> OutputFormat(
244 mergeInstrProfile(WeightedInputs, OutputFilename, OutputFormat);
246 mergeSampleProfile(WeightedInputs, OutputFilename, OutputFormat);
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 54 cl::opt<OutputFormatTy> OutputFormat(
61 cl::aliasopt(OutputFormat));
233 // the OutputFormat is darwin or we are printing Mach-O symbols in hex. For
558 if (OutputFormat == posix && MultipleFiles && printName) {
560 } else if (OutputFormat == bsd && MultipleFiles && printName) {
562 } else if (OutputFormat == sysv) {
601 OutputFormat != darwin)) && OutputFormat != posix) {
609 if (OutputFormat == sysv || I->TypeChar == 'U')
611 if (OutputFormat == sysv
    [all...]
  /external/clang/tools/scan-build/libexec/
ccc-analyzer 481 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
482 if (!defined $OutputFormat) { $OutputFormat = "html"; }
743 if (defined $OutputFormat) {
744 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
745 if ($OutputFormat =~ /plist/) {
  /prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/
ccc-analyzer 471 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
472 if (!defined $OutputFormat) { $OutputFormat = "html"; }
724 if (defined $OutputFormat) {
725 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
726 if ($OutputFormat =~ /plist/) {
  /prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/
ccc-analyzer 474 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
475 if (!defined $OutputFormat) { $OutputFormat = "html"; }
727 if (defined $OutputFormat) {
728 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
729 if ($OutputFormat =~ /plist/) {
  /prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/libexec/
ccc-analyzer 481 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
482 if (!defined $OutputFormat) { $OutputFormat = "html"; }
743 if (defined $OutputFormat) {
744 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
745 if ($OutputFormat =~ /plist/) {
  /prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/libexec/
ccc-analyzer 481 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
482 if (!defined $OutputFormat) { $OutputFormat = "html"; }
743 if (defined $OutputFormat) {
744 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
745 if ($OutputFormat =~ /plist/) {
  /prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/libexec/
ccc-analyzer 481 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
482 if (!defined $OutputFormat) { $OutputFormat = "html"; }
743 if (defined $OutputFormat) {
744 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
745 if ($OutputFormat =~ /plist/) {
  /prebuilts/clang/host/linux-x86/3.8/tools/scan-build/
ccc-analyzer 474 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
475 if (!defined $OutputFormat) { $OutputFormat = "html"; }
727 if (defined $OutputFormat) {
728 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
729 if ($OutputFormat =~ /plist/) {
  /prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/libexec/
ccc-analyzer 481 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
482 if (!defined $OutputFormat) { $OutputFormat = "html"; }
743 if (defined $OutputFormat) {
744 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
745 if ($OutputFormat =~ /plist/) {
  /prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/libexec/
ccc-analyzer 481 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
482 if (!defined $OutputFormat) { $OutputFormat = "html"; }
743 if (defined $OutputFormat) {
744 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
745 if ($OutputFormat =~ /plist/) {
  /prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/libexec/
ccc-analyzer 481 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
482 if (!defined $OutputFormat) { $OutputFormat = "html"; }
743 if (defined $OutputFormat) {
744 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
745 if ($OutputFormat =~ /plist/) {
  /prebuilts/clang/linux-x86/host/3.6/tools/scan-build/
ccc-analyzer 471 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
472 if (!defined $OutputFormat) { $OutputFormat = "html"; }
724 if (defined $OutputFormat) {
725 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
726 if ($OutputFormat =~ /plist/) {
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer 449 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
450 if (!defined $OutputFormat) { $OutputFormat = "html"; }
677 if (defined $OutputFormat) {
678 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
679 if ($OutputFormat =~ /plist/) {
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer 449 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
450 if (!defined $OutputFormat) { $OutputFormat = "html"; }
677 if (defined $OutputFormat) {
678 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
679 if ($OutputFormat =~ /plist/) {
  /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;

Completed in 624 milliseconds

12 3 4 5 6