Searched refs:OutputFormat (Results 1 - 24 of 24) sorted by relevance

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsxform.c589 cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags)
606 if (Plugin ->Factory(&p->xform, &p->UserData, &p ->FreeUserData, &p ->Lut, InputFormat, OutputFormat, dwFlags)) {
616 p ->OutputFormat = *OutputFormat;
623 p ->ToOutput = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS).Fmt16;
625 p ->ToOutputFloat = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_FLOAT).FmtFloat;
633 _cmsOptimizePipeline(ContextID, &p->Lut, Intent, InputFormat, OutputFormat, dwFlags);
636 if (_cmsFormatterIsFloat(*InputFormat) && _cmsFormatterIsFloat(*OutputFormat)) {
640 p ->ToOutputFloat = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_FLOAT).FmtFloat;
662 if (*InputFormat == 0 && *OutputFormat
588 AllocEmptyTransform(cmsContext ContextID, cmsPipeline* lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) argument
801 cmsCreateExtendedTransform(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[], cmsBool BPC[], cmsUInt32Number Intents[], cmsFloat64Number AdaptationStates[], cmsHPROFILE hGamutProfile, cmsUInt32Number nGamutPCSposition, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, cmsUInt32Number dwFlags) argument
942 cmsCreateMultiprofileTransformTHR(cmsContext ContextID, cmsHPROFILE hProfiles[], cmsUInt32Number nProfiles, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, cmsUInt32Number Intent, cmsUInt32Number dwFlags) argument
972 cmsCreateMultiprofileTransform(cmsHPROFILE hProfiles[], cmsUInt32Number nProfiles, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, cmsUInt32Number Intent, cmsUInt32Number dwFlags) argument
994 cmsCreateTransformTHR(cmsContext ContextID, cmsHPROFILE Input, cmsUInt32Number InputFormat, cmsHPROFILE Output, cmsUInt32Number OutputFormat, cmsUInt32Number Intent, cmsUInt32Number dwFlags) argument
1011 cmsCreateTransform(cmsHPROFILE Input, cmsUInt32Number InputFormat, cmsHPROFILE Output, cmsUInt32Number OutputFormat, cmsUInt32Number Intent, cmsUInt32Number dwFlags) argument
1022 cmsCreateProofingTransformTHR(cmsContext ContextID, cmsHPROFILE InputProfile, cmsUInt32Number InputFormat, cmsHPROFILE OutputProfile, cmsUInt32Number OutputFormat, cmsHPROFILE ProofingProfile, cmsUInt32Number nIntent, cmsUInt32Number ProofingIntent, cmsUInt32Number dwFlags) argument
1054 cmsCreateProofingTransform(cmsHPROFILE InputProfile, cmsUInt32Number InputFormat, cmsHPROFILE OutputProfile, cmsUInt32Number OutputFormat, cmsHPROFILE ProofingProfile, cmsUInt32Number nIntent, cmsUInt32Number ProofingIntent, cmsUInt32Number dwFlags) argument
1102 cmsChangeBuffersFormat(cmsHTRANSFORM hTransform, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat) argument
[all...]
H A Dcmspack.c1279 int nChan = T_CHANNELS(info -> OutputFormat);
1280 int DoSwap = T_DOSWAP(info ->OutputFormat);
1281 int Reverse = T_FLAVOR(info ->OutputFormat);
1282 int Extra = T_EXTRA(info -> OutputFormat);
1283 int SwapFirst = T_SWAPFIRST(info -> OutputFormat);
1331 int nChan = T_CHANNELS(info -> OutputFormat);
1333 int DoSwap = T_DOSWAP(info ->OutputFormat);
1334 int Reverse = T_FLAVOR(info ->OutputFormat);
1335 int Extra = T_EXTRA(info -> OutputFormat);
1336 int SwapFirst = T_SWAPFIRST(info -> OutputFormat);
[all...]
H A Dcmsopt.c549 cmsBool OptimizeByResampling(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) argument
566 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE;
569 OutputColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*OutputFormat));
941 cmsBool OptimizeByComputingLinearization(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) argument
959 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE;
963 if (T_COLORSPACE(*OutputFormat) != PT_RGB) return FALSE;
981 OutputColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*OutputFormat));
1267 cmsBool OptimizeByJoiningCurves(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) argument
1279 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE;
1383 cmsUNUSED_PARAMETER(OutputFormat);
1489 SetMatShaper(cmsPipeline* Dest, cmsToneCurve* Curve1[3], cmsMAT3* Mat, cmsVEC3* Off, cmsToneCurve* Curve2[3], cmsUInt32Number* OutputFormat) argument
1539 OptimizeMatrixShaper(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) argument
1733 _cmsOptimizePipeline(cmsContext ContextID, cmsPipeline** PtrLut, int Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags) argument
[all...]
H A Dcmsps2.c1283 cmsUInt32Number OutputFormat; local
1298 OutputFormat = cmsFormatterForColorspaceOfProfile(hProfile, 2, FALSE);
1299 nChannels = T_CHANNELS(OutputFormat);
1316 OutputFormat, RelativeEncodingIntent, 0);
1333 _cmsOptimizePipeline(m->ContextID, &DeviceLink, RelativeEncodingIntent, &InFrm, &OutputFormat, &dwFlags);
1415 cmsUInt32Number OutputFormat; local
1421 OutputFormat = cmsFormatterForColorspaceOfProfile(hNamedColor, 2, FALSE);
1422 nColorant = T_CHANNELS(OutputFormat);
1425 xform = cmsCreateTransform(hNamedColor, TYPE_NAMED_COLOR_INDEX, NULL, OutputFormat, Intent, dwFlags);
H A Dlcms2_internal.h899 cmsUInt32Number* OutputFormat,
952 cmsUInt32Number InputFormat, OutputFormat; // Keep formats for further reference member in struct:_cmstransform_struct
1008 cmsUInt32Number OutputFormat,
H A Dcmsgmt.c35 cmsUInt32Number OutputFormat,
80 OutputFormat,
32 _cmsChain2Lab(cmsContext ContextID, cmsUInt32Number nProfiles, cmsUInt32Number InputFormat, cmsUInt32Number OutputFormat, const cmsUInt32Number Intents[], const cmsHPROFILE hProfiles[], const cmsBool BPC[], const cmsFloat64Number AdaptationStates[], cmsUInt32Number dwFlags) argument
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp38 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
[all...]
/external/clang/tools/scan-build/
H A Dccc-analyzer453 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/) {
H A Dscan-build1377 my $OutputFormat = "html";
1516 $OutputFormat = "plist";
1521 $OutputFormat = "plist-html";
1705 if (defined $OutputFormat) {
1706 $Options{'CCC_ANALYZER_OUTPUT_FORMAT'} = $OutputFormat;
1713 if (defined $OutputFormat) {
1714 if ($OutputFormat =~ /plist/) {
1718 if ($OutputFormat =~ /html/) {
/external/deqp/executor/tools/
H A DxeTestLogCompare.cpp53 enum OutputFormat enum
73 DE_DECLARE_COMMAND_LINE_OPT(OutFormat, OutputFormat);
86 static const NamedValue<OutputFormat> s_outputFormats[] =
114 OutputFormat outFormat;
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp52 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 i
[all...]
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_processor_unittest.cc107 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());
H A Dmedia_stream_audio_processor.h103 const media::AudioParameters& OutputFormat() const;
H A Dmedia_stream_audio_processor.cc294 const media::AudioParameters& MediaStreamAudioProcessor::OutputFormat() const { function in class:content::MediaStreamAudioProcessor
H A Dwebrtc_audio_capturer.cc512 media::AudioParameters output_params = audio_processor_->OutputFormat();
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DMediaRecorderTest.java120 assertThat(shadowMediaRecorder.getOutputFormat(), not(equalTo(MediaRecorder.OutputFormat.MPEG_4)));
121 mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4);
122 assertThat(shadowMediaRecorder.getOutputFormat(), equalTo(MediaRecorder.OutputFormat.MPEG_4));
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A 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);
H A Dlcms2_plugin.h552 cmsUInt32Number* OutputFormat,
585 cmsUInt32Number* OutputFormat,
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 425 milliseconds