Home
last modified time | relevance | path

Searched refs:OutputFormat (Results 1 – 19 of 19) sorted by relevance

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmsxform.c589 …msUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Numbe… in AllocEmptyTransform() argument
606 …actory(&p->xform, &p->UserData, &p ->FreeUserData, &p ->Lut, InputFormat, OutputFormat, dwFlags)) { in AllocEmptyTransform()
616 p ->OutputFormat = *OutputFormat; in AllocEmptyTransform()
623 …p ->ToOutput = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS… in AllocEmptyTransform()
625 …p ->ToOutputFloat = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS… in AllocEmptyTransform()
633 _cmsOptimizePipeline(ContextID, &p->Lut, Intent, InputFormat, OutputFormat, dwFlags); in AllocEmptyTransform()
636 if (_cmsFormatterIsFloat(*InputFormat) && _cmsFormatterIsFloat(*OutputFormat)) { in AllocEmptyTransform()
640 …p ->ToOutputFloat = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS… in AllocEmptyTransform()
662 if (*InputFormat == 0 && *OutputFormat == 0) { in AllocEmptyTransform()
671 …p ->ToOutput = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BI… in AllocEmptyTransform()
[all …]
Dcmspack.c1279 int nChan = T_CHANNELS(info -> OutputFormat); in PackAnyBytes()
1280 int DoSwap = T_DOSWAP(info ->OutputFormat); in PackAnyBytes()
1281 int Reverse = T_FLAVOR(info ->OutputFormat); in PackAnyBytes()
1282 int Extra = T_EXTRA(info -> OutputFormat); in PackAnyBytes()
1283 int SwapFirst = T_SWAPFIRST(info -> OutputFormat); in PackAnyBytes()
1331 int nChan = T_CHANNELS(info -> OutputFormat); in PackAnyWords()
1333 int DoSwap = T_DOSWAP(info ->OutputFormat); in PackAnyWords()
1334 int Reverse = T_FLAVOR(info ->OutputFormat); in PackAnyWords()
1335 int Extra = T_EXTRA(info -> OutputFormat); in PackAnyWords()
1336 int SwapFirst = T_SWAPFIRST(info -> OutputFormat); in PackAnyWords()
[all …]
Dcmsopt.c549 …msUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Numbe… in OptimizeByResampling() argument
566 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE; in OptimizeByResampling()
569 OutputColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*OutputFormat)); in OptimizeByResampling()
941 …msUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Numbe… in OptimizeByComputingLinearization() argument
959 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE; in OptimizeByComputingLinearization()
963 if (T_COLORSPACE(*OutputFormat) != PT_RGB) return FALSE; in OptimizeByComputingLinearization()
981 OutputColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*OutputFormat)); in OptimizeByComputingLinearization()
1267 …msUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Numbe… in OptimizeByJoiningCurves() argument
1279 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE; in OptimizeByJoiningCurves()
1383 cmsUNUSED_PARAMETER(OutputFormat); in OptimizeByJoiningCurves()
[all …]
Dcmsps2.c1283 cmsUInt32Number OutputFormat; in WriteOutputLUT() local
1298 OutputFormat = cmsFormatterForColorspaceOfProfile(hProfile, 2, FALSE); in WriteOutputLUT()
1299 nChannels = T_CHANNELS(OutputFormat); in WriteOutputLUT()
1316 OutputFormat, RelativeEncodingIntent, 0); in WriteOutputLUT()
1333 …_cmsOptimizePipeline(m->ContextID, &DeviceLink, RelativeEncodingIntent, &InFrm, &OutputFormat, &dw… in WriteOutputLUT()
1415 cmsUInt32Number OutputFormat; in WriteNamedColorCRD() local
1421 OutputFormat = cmsFormatterForColorspaceOfProfile(hNamedColor, 2, FALSE); in WriteNamedColorCRD()
1422 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()
1425 …xform = cmsCreateTransform(hNamedColor, TYPE_NAMED_COLOR_INDEX, NULL, OutputFormat, Intent, dwFlag… in WriteNamedColorCRD()
Dlcms2_internal.h899 cmsUInt32Number* OutputFormat,
952 cmsUInt32Number InputFormat, OutputFormat; // Keep formats for further reference member
1008 cmsUInt32Number OutputFormat,
Dcmsgmt.c35 cmsUInt32Number OutputFormat, in _cmsChain2Lab() argument
80 OutputFormat, in _cmsChain2Lab()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp38 OutputFormat("format", cl::desc("Specify output format"), variable
287 if (OutputFormat == darwin && MachO) in PrintObjectSectionSizes()
291 else if (MachO && OutputFormat == berkeley) in PrintObjectSectionSizes()
293 else if (OutputFormat == sysv) { in PrintObjectSectionSizes()
460 if (OutputFormat == sysv) in PrintFileSectionSizes()
462 else if (MachO && OutputFormat == darwin) in PrintFileSectionSizes()
465 if (OutputFormat == berkeley) { in PrintFileSectionSizes()
490 if (OutputFormat == sysv) in PrintFileSectionSizes()
492 else if (MachO && OutputFormat == darwin) { in PrintFileSectionSizes()
498 if (OutputFormat == berkeley) { in PrintFileSectionSizes()
[all …]
/external/clang/tools/scan-build/
Dccc-analyzer471 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/) {
Dscan-build1381 my $OutputFormat = "html";
1520 $OutputFormat = "plist";
1525 $OutputFormat = "plist-html";
1710 if (defined $OutputFormat) {
1711 $Options{'CCC_ANALYZER_OUTPUT_FORMAT'} = $OutputFormat;
1718 if (defined $OutputFormat) {
1719 if ($OutputFormat =~ /plist/) {
1723 if ($OutputFormat =~ /html/) {
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp52 cl::opt<OutputFormatTy> OutputFormat( variable
59 cl::aliasopt(OutputFormat));
546 if (OutputFormat == posix && MultipleFiles && printName) { in sortAndPrintSymbolList()
548 } else if (OutputFormat == bsd && MultipleFiles && printName) { in sortAndPrintSymbolList()
550 } else if (OutputFormat == sysv) { in sortAndPrintSymbolList()
589 if (OutputFormat == sysv || I->Address == UnknownAddressOrSize) in sortAndPrintSymbolList()
591 if (OutputFormat == sysv) in sortAndPrintSymbolList()
606 if ((OutputFormat == darwin || FormatMachOasHex) && MachO) { in sortAndPrintSymbolList()
608 } else if (OutputFormat == posix) { in sortAndPrintSymbolList()
611 } else if (OutputFormat == bsd || (OutputFormat == darwin && !MachO)) { in sortAndPrintSymbolList()
[all …]
/external/deqp/executor/tools/
DxeTestLogCompare.cpp53 enum OutputFormat enum
73 DE_DECLARE_COMMAND_LINE_OPT(OutFormat, OutputFormat);
86 static const NamedValue<OutputFormat> s_outputFormats[] = in registerOptions()
114 OutputFormat outFormat;
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp71 sampleprof::SampleProfileFormat OutputFormat) { in mergeSampleProfile() argument
73 auto WriterOrErr = SampleProfileWriter::create(OutputFilename, OutputFormat); in mergeSampleProfile()
115 cl::opt<sampleprof::SampleProfileFormat> OutputFormat( in merge_main() local
129 mergeSampleProfile(Inputs, OutputFilename, OutputFormat); in merge_main()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DMediaRecorderTest.java120 …assertThat(shadowMediaRecorder.getOutputFormat(), not(equalTo(MediaRecorder.OutputFormat.MPEG_4))); in testOutputFormat()
121 mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4); in testOutputFormat()
122 … assertThat(shadowMediaRecorder.getOutputFormat(), equalTo(MediaRecorder.OutputFormat.MPEG_4)); in testOutputFormat()
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
Dlcms2.h1659 cmsUInt32Number OutputFormat,
1666 cmsUInt32Number OutputFormat,
1674 cmsUInt32Number OutputFormat,
1683 cmsUInt32Number OutputFormat,
1693 cmsUInt32Number OutputFormat,
1701 cmsUInt32Number OutputFormat,
1714 cmsUInt32Number OutputFormat,
1758 cmsUInt32Number OutputFormat);
Dlcms2_plugin.h552 cmsUInt32Number* OutputFormat,
585 cmsUInt32Number* OutputFormat,
/external/pdfium/samples/
Dpdfium_test.cc32 enum OutputFormat { enum
45 OutputFormat output_format;
/external/owasp/sanitizer/tools/findbugs/lib/
Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/ ...
/external/robolectric/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...