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

  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsxform.c 589 cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags)
606 if (Plugin ->Factory(&p->xform, &p->UserData, &p ->FreeUserData, &p ->Lut, InputFormat, OutputFormat, dwFlags)) {
615 p ->InputFormat = *InputFormat;
622 p ->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS).Fmt16;
624 p ->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_FLOAT).FmtFloat;
633 _cmsOptimizePipeline(ContextID, &p->Lut, Intent, InputFormat, OutputFormat, dwFlags);
636 if (_cmsFormatterIsFloat(*InputFormat) && _cmsFormatterIsFloat(*OutputFormat)) {
639 p ->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_FLOAT).FmtFloat;
662 if (*InputFormat == 0 && *OutputFormat == 0)
    [all...]
cmspack.c 99 int nChan = T_CHANNELS(info -> InputFormat);
100 int DoSwap = T_DOSWAP(info ->InputFormat);
101 int Reverse = T_FLAVOR(info ->InputFormat);
102 int SwapFirst = T_SWAPFIRST(info -> InputFormat);
103 int Extra = T_EXTRA(info -> InputFormat);
146 int nChan = T_CHANNELS(info -> InputFormat);
147 int DoSwap = T_DOSWAP(info ->InputFormat);
148 int SwapFirst = T_SWAPFIRST(info ->InputFormat);
149 int Reverse = T_FLAVOR(info ->InputFormat);
154 accum += T_EXTRA(info -> InputFormat) * Stride
    [all...]
cmsopt.c 549 cmsBool OptimizeByResampling(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags)
566 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE;
568 ColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*InputFormat));
941 cmsBool OptimizeByComputingLinearization(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Number* dwFlags)
959 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE;
962 if (T_COLORSPACE(*InputFormat) != PT_RGB) return FALSE;
967 if (!_cmsFormatterIs8bit(*InputFormat)) {
980 ColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*InputFormat));
    [all...]
cmsps2.c 866 cmsUInt32Number InputFormat;
874 InputFormat = cmsFormatterForColorspaceOfProfile(hProfile, 2, FALSE);
875 nChannels = T_CHANNELS(InputFormat);
886 xform = cmsCreateMultiprofileTransform(Profiles, 2, InputFormat, TYPE_Lab_DBL, Intent, 0);
916 _cmsOptimizePipeline(m->ContextID, &DeviceLink, Intent, &InputFormat, &OutFrm, &dwFlags);
    [all...]
lcms2_internal.h 898 cmsUInt32Number* InputFormat,
952 cmsUInt32Number InputFormat, OutputFormat; // Keep formats for further reference
    [all...]
cmsgmt.c 34 cmsUInt32Number InputFormat,
79 InputFormat,
  /external/chromium_org/content/renderer/media/
media_stream_audio_processor.h 97 const media::AudioParameters& InputFormat() const;
webrtc_audio_capturer.cc 370 input_params = audio_processor_->InputFormat();
497 DCHECK(audio_processor_->InputFormat().IsValid());
499 audio_processor_->InputFormat().channels());
501 audio_processor_->InputFormat().frames_per_buffer());
558 audio_processor_->InputFormat() : media::AudioParameters();
media_stream_audio_processor.cc 267 const media::AudioParameters& MediaStreamAudioProcessor::InputFormat() const {
media_stream_audio_processor_unittest.cc 73 const media::AudioParameters& params = audio_processor->InputFormat();
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2.h     [all...]
lcms2_plugin.h 551 cmsUInt32Number* InputFormat,
584 cmsUInt32Number* InputFormat,

Completed in 1034 milliseconds