/external/pdfium/third_party/lcms/src/ |
D | cmspack.c | 101 cmsUInt32Number nChan = T_CHANNELS(info -> InputFormat); in UnrollChunkyBytes() 102 cmsUInt32Number DoSwap = T_DOSWAP(info ->InputFormat); in UnrollChunkyBytes() 103 cmsUInt32Number Reverse = T_FLAVOR(info ->InputFormat); in UnrollChunkyBytes() 104 cmsUInt32Number SwapFirst = T_SWAPFIRST(info -> InputFormat); in UnrollChunkyBytes() 105 cmsUInt32Number Extra = T_EXTRA(info -> InputFormat); in UnrollChunkyBytes() 106 cmsUInt32Number Premul = T_PREMUL(info->InputFormat); in UnrollChunkyBytes() 169 cmsUInt32Number nChan = T_CHANNELS(info -> InputFormat); in UnrollPlanarBytes() 170 cmsUInt32Number DoSwap = T_DOSWAP(info ->InputFormat); in UnrollPlanarBytes() 171 cmsUInt32Number SwapFirst = T_SWAPFIRST(info ->InputFormat); in UnrollPlanarBytes() 172 cmsUInt32Number Reverse = T_FLAVOR(info ->InputFormat); in UnrollPlanarBytes() [all …]
|
D | cmsxform.c | 203 stride.BytesPerPlaneIn = Size * PixelSize(p->InputFormat); in cmsDoTransform() 855 …cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Numb… in AllocEmptyTransform() argument 879 …f (Plugin->Factory(&p->xform, &p->UserData, &p->FreeUserData, &p->Lut, InputFormat, OutputFormat, … in AllocEmptyTransform() 888 p->InputFormat = *InputFormat; in AllocEmptyTransform() 895 …p->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BITS)… in AllocEmptyTransform() 897 …p->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_FL… in AllocEmptyTransform() 913 _cmsOptimizePipeline(ContextID, &p->Lut, Intent, InputFormat, OutputFormat, dwFlags); in AllocEmptyTransform() 920 …p ->FromInputFloat = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_… in AllocEmptyTransform() 944 if (*InputFormat == 0 && *OutputFormat == 0) { in AllocEmptyTransform() 953 …p ->FromInput = _cmsGetFormatter(ContextID, *InputFormat, cmsFormatterInput, CMS_PACK_FLAGS_16BIT… in AllocEmptyTransform() [all …]
|
D | cmsopt.c | 679 …Resampling(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Numbe… in OptimizeByResampling() argument 695 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE; in OptimizeByResampling() 697 ColorSpace = _cmsICCcolorSpace((int) T_COLORSPACE(*InputFormat)); in OptimizeByResampling() 1067 …earization(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Numbe… in OptimizeByComputingLinearization() argument 1084 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE; in OptimizeByComputingLinearization() 1087 if (T_COLORSPACE(*InputFormat) != PT_RGB) return FALSE; in OptimizeByComputingLinearization() 1088 if (T_PLANAR(*InputFormat)) return FALSE; in OptimizeByComputingLinearization() 1094 if (!_cmsFormatterIs8bit(*InputFormat)) { in OptimizeByComputingLinearization() 1100 ColorSpace = _cmsICCcolorSpace((int) T_COLORSPACE(*InputFormat)); in OptimizeByComputingLinearization() 1223 if (_cmsFormatterIs8bit(*InputFormat)) { in OptimizeByComputingLinearization() [all …]
|
D | cmsalpha.c | 556 if (p->InputFormat == p->OutputFormat && in == out) in _cmsHandleExtraChannels() 560 nExtra = T_EXTRA(p->InputFormat); in _cmsHandleExtraChannels() 569 …ComputeComponentIncrements(p->InputFormat, Stride->BytesPerPlaneIn, SourceStartingOrder, SourceInc… in _cmsHandleExtraChannels() 573 copyValueFn = _cmsGetFormatterAlpha(p->ContextID, p->InputFormat, p->OutputFormat); in _cmsHandleExtraChannels()
|
D | cmsps2.c | 889 cmsUInt32Number InputFormat; in WriteInputLUT() local 897 InputFormat = cmsFormatterForColorspaceOfProfile(hProfile, 2, FALSE); in WriteInputLUT() 898 nChannels = T_CHANNELS(InputFormat); in WriteInputLUT() 909 xform = cmsCreateMultiprofileTransform(Profiles, 2, InputFormat, TYPE_Lab_DBL, Intent, 0); in WriteInputLUT() 939 … _cmsOptimizePipeline(m->ContextID, &DeviceLink, Intent, &InputFormat, &OutFrm, &dwFlags); in WriteInputLUT()
|
D | lcms2_internal.h | 1000 cmsUInt32Number* InputFormat, 1054 cmsUInt32Number InputFormat, OutputFormat; // Keep formats for further reference member 1125 cmsUInt32Number InputFormat,
|
D | cmsgmt.c | 34 cmsUInt32Number InputFormat, in _cmsChain2Lab() argument 79 InputFormat, in _cmsChain2Lab()
|
/external/crosvm/media/libvda/src/decode/ |
D | format.rs | 10 pub struct InputFormat { struct 18 impl InputFormat { implementation 19 pub(crate) fn new(f: &bindings::vda_input_format_t) -> Result<InputFormat> { in new() argument 22 Ok(InputFormat { in new()
|
D | vda_instance.rs | 26 pub input_formats: Vec<InputFormat>, 87 InputFormat::from_raw_parts(vda_cap.input_formats, vda_cap.num_input_formats)? in new()
|
/external/cronet/third_party/quic_trace/src/tools/render/ |
D | render_trace.cc | 24 enum InputFormat { enum 30 InputFormat GuessInputFileFormat(absl::string_view filename) { in GuessInputFileFormat()
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2_plugin.h | 553 cmsUInt32Number* InputFormat, 614 cmsUInt32Number* InputFormat, 622 cmsUInt32Number* InputFormat,
|
D | lcms2.h | 1721 cmsUInt32Number InputFormat, 1728 cmsUInt32Number InputFormat, 1736 cmsUInt32Number InputFormat, 1745 cmsUInt32Number InputFormat, 1756 cmsUInt32Number InputFormat, 1764 cmsUInt32Number InputFormat, 1777 cmsUInt32Number InputFormat, 1831 cmsUInt32Number InputFormat,
|