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

1 2 3 4 5 6 7 8 9

  /art/dexdump/
dexdump.h 34 enum OutputFormat {
51 OutputFormat outputFormat;
  /external/llvm/tools/llvm-cov/
CoverageViewOptions.h 19 enum class OutputFormat {
33 OutputFormat Format;
  /external/clang/include/clang/Frontend/
DependencyOutputOptions.h 35 DependencyOutputFormat OutputFormat;
70 OutputFormat = DependencyOutputFormat::Make;
  /frameworks/av/media/ndk/include/media/
NdkMediaMuxer.h 46 } OutputFormat;
53 AMediaMuxer* AMediaMuxer_new(int fd, OutputFormat format);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
DependencyOutputOptions.h 35 DependencyOutputFormat OutputFormat;
70 OutputFormat = DependencyOutputFormat::Make;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
DependencyOutputOptions.h 35 DependencyOutputFormat OutputFormat;
70 OutputFormat = DependencyOutputFormat::Make;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
DependencyOutputOptions.h 35 DependencyOutputFormat OutputFormat;
70 OutputFormat = DependencyOutputFormat::Make;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
DependencyOutputOptions.h 35 DependencyOutputFormat OutputFormat;
70 OutputFormat = DependencyOutputFormat::Make;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
DependencyOutputOptions.h 35 DependencyOutputFormat OutputFormat;
70 OutputFormat = DependencyOutputFormat::Make;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
DependencyOutputOptions.h 35 DependencyOutputFormat OutputFormat;
70 OutputFormat = DependencyOutputFormat::Make;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
DependencyOutputOptions.h 35 DependencyOutputFormat OutputFormat;
70 OutputFormat = DependencyOutputFormat::Make;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
DependencyOutputOptions.h 35 DependencyOutputFormat OutputFormat;
70 OutputFormat = DependencyOutputFormat::Make;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
DependencyOutputOptions.h 35 DependencyOutputFormat OutputFormat;
70 OutputFormat = DependencyOutputFormat::Make;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
DependencyOutputOptions.h 35 DependencyOutputFormat OutputFormat;
70 OutputFormat = DependencyOutputFormat::Make;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
DependencyOutputOptions.h 35 DependencyOutputFormat OutputFormat;
70 OutputFormat = DependencyOutputFormat::Make;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
DependencyOutputOptions.h 35 DependencyOutputFormat OutputFormat;
70 OutputFormat = DependencyOutputFormat::Make;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
DependencyOutputOptions.h 35 DependencyOutputFormat OutputFormat;
70 OutputFormat = DependencyOutputFormat::Make;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
DependencyOutputOptions.h 35 DependencyOutputFormat OutputFormat;
70 OutputFormat = DependencyOutputFormat::Make;
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaMuxer.h 46 // OutputFormat is updated.
47 enum OutputFormat {
57 MediaMuxer(int fd, OutputFormat format);
120 const OutputFormat mFormat;
  /external/swiftshader/third_party/LLVM/tools/llvm-size/
llvm-size.cpp 36 OutputFormat("format",
90 /// The format used is determined by @c OutputFormat and @c Radix.
108 if (OutputFormat == sysv) {
263 if (OutputFormat == sysv)
267 if (OutputFormat == berkeley)
272 if (OutputFormat == sysv)
275 if (OutputFormat == berkeley)
281 if (OutputFormat == sysv)
295 OutputFormat = OutputFormatShort;
302 if (OutputFormat == berkeley
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaMuxerTest.java 65 cloneAndVerify(source, outputFile, 2, 90, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
72 cloneAndVerify(source, outputFile, 2, 90, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
79 cloneAndVerify(source, outputFile, 2, 90, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
86 cloneAndVerify(source, outputFile, 4, 90, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
97 cloneAndVerify(source, outputFile, 3, 90, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
107 cloneAndVerify(source, outputFile, 1, -1, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
117 cloneAndVerify(source, outputFile, 1, 180, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
124 cloneAndVerify(source, outputFile, 2, 90, MediaMuxer.OutputFormat.MUXER_OUTPUT_WEBM);
131 cloneAndVerify(source, outputFile, 2, 90, MediaMuxer.OutputFormat.MUXER_OUTPUT_3GPP);
149 muxer = new MediaMuxer(outputFile, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4)
    [all...]
  /frameworks/base/media/java/android/media/
MediaMuxer.java 41 * MediaMuxer muxer = new MediaMuxer("temp.mp4", OutputFormat.MUXER_OUTPUT_MPEG_4);
84 MediaMuxer muxer = new MediaMuxer("temp.mp4", OutputFormat.MUXER_OUTPUT_MPEG_4);
256 public static final class OutputFormat {
260 private OutputFormat() {}
277 OutputFormat.MUXER_OUTPUT_MPEG_4,
278 OutputFormat.MUXER_OUTPUT_WEBM,
279 OutputFormat.MUXER_OUTPUT_3GPP,
280 OutputFormat.MUXER_OUTPUT_HEIF,
318 * @see android.media.MediaMuxer.OutputFormat
349 * @see android.media.MediaMuxer.OutputFormat
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-nm/
llvm-nm.cpp 45 OutputFormat("format",
52 cl::aliasopt(OutputFormat));
167 if (OutputFormat == posix && MultipleFiles) {
169 } else if (OutputFormat == bsd && MultipleFiles) {
171 } else if (OutputFormat == sysv) {
189 if (OutputFormat == sysv || i->Address == object::UnknownAddressOrSize)
191 if (OutputFormat == sysv)
199 if (OutputFormat == posix) {
202 } else if (OutputFormat == bsd) {
211 } else if (OutputFormat == sysv) {
    [all...]
  /external/llvm/tools/llvm-size/
llvm-size.cpp 40 OutputFormat("format", cl::desc("Specify output format"),
202 /// This is when used when @c OutputFormat is darwin and produces the same
277 /// This is when used when @c OutputFormat is berkeley with a Mach-O file and
352 /// The format used is determined by @c OutputFormat and @c Radix.
359 // If OutputFormat is darwin and we have a MachOObjectFile print as darwin's
360 // size(1) -m output, else if OutputFormat is darwin and not a Mach-O object
361 // let it fall through to OutputFormat berkeley.
363 if (OutputFormat == darwin && MachO)
365 // If we have a MachOObjectFile and the OutputFormat is berkeley print as
367 else if (MachO && OutputFormat == berkeley
    [all...]
  /external/pdfium/third_party/lcms/src/
cmsxform.c 757 cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags)
779 if (Plugin->Factory(&p->xform, &p->UserData, &p->FreeUserData, &p->Lut, InputFormat, OutputFormat, dwFlags)) {
789 p->OutputFormat = *OutputFormat;
796 p->ToOutput = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS).Fmt16;
798 p->ToOutputFloat = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_FLOAT).FmtFloat;
811 _cmsOptimizePipeline(ContextID, &p->Lut, Intent, InputFormat, OutputFormat, dwFlags);
815 if (_cmsFormatterIsFloat(*InputFormat) && _cmsFormatterIsFloat(*OutputFormat)) {
819 p ->ToOutputFloat = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_FLOAT).FmtFloat;
841 if (*InputFormat == 0 && *OutputFormat == 0)
    [all...]

Completed in 572 milliseconds

1 2 3 4 5 6 7 8 9