Home
last modified time | relevance | path

Searched defs:InputFormat (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmsxform.c589 …cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Numb… in AllocEmptyTransform()
808 cmsUInt32Number InputFormat, in cmsCreateExtendedTransform()
945 cmsUInt32Number InputFormat, in cmsCreateMultiprofileTransformTHR()
974 cmsUInt32Number InputFormat, in cmsCreateMultiprofileTransform()
996 cmsUInt32Number InputFormat, in cmsCreateTransformTHR()
1012 cmsUInt32Number InputFormat, in cmsCreateTransform()
1024 cmsUInt32Number InputFormat, in cmsCreateProofingTransformTHR()
1055 cmsUInt32Number InputFormat, in cmsCreateProofingTransform()
1103 cmsUInt32Number InputFormat, in cmsChangeBuffersFormat()
Dcmsopt.c549 …timizeByResampling(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUIn… in OptimizeByResampling()
941 …utingLinearization(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUIn… in OptimizeByComputingLinearization()
1267 …izeByJoiningCurves(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUIn… in OptimizeByJoiningCurves()
1539 …timizeMatrixShaper(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUIn… in OptimizeMatrixShaper()
1736 cmsUInt32Number* InputFormat, in _cmsOptimizePipeline()
Dcmsgmt.c34 cmsUInt32Number InputFormat, in _cmsChain2Lab()
Dcmsps2.c866 cmsUInt32Number InputFormat; in WriteInputLUT() local
Dlcms2_internal.h952 cmsUInt32Number InputFormat, OutputFormat; // Keep formats for further reference member
/external/chromium_org/content/renderer/media/
Dmedia_stream_audio_processor.cc290 const media::AudioParameters& MediaStreamAudioProcessor::InputFormat() const { in InputFormat() function in content::MediaStreamAudioProcessor