Home
last modified time | relevance | path

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

/external/crosvm/media/libvda/src/decode/
Dformat.rs10 pub struct InputFormat { struct
18 impl InputFormat { argument
19 pub(crate) fn new(f: &bindings::vda_input_format_t) -> Result<InputFormat> { in new()
/external/pdfium/third_party/lcms/src/
Dcmsxform.c855 …cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Numb… in AllocEmptyTransform()
1113 cmsUInt32Number InputFormat, in cmsCreateExtendedTransform()
1259 cmsUInt32Number InputFormat, in cmsCreateMultiprofileTransformTHR()
1288 cmsUInt32Number InputFormat, in cmsCreateMultiprofileTransform()
1310 cmsUInt32Number InputFormat, in cmsCreateTransformTHR()
1326 cmsUInt32Number InputFormat, in cmsCreateTransform()
1338 cmsUInt32Number InputFormat, in cmsCreateProofingTransformTHR()
1369 cmsUInt32Number InputFormat, in cmsCreateProofingTransform()
1417 cmsUInt32Number InputFormat, in cmsChangeBuffersFormat()
Dcmsopt.c679 …timizeByResampling(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUIn… in OptimizeByResampling()
1067 …utingLinearization(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUIn… in OptimizeByComputingLinearization()
1413 …izeByJoiningCurves(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUIn… in OptimizeByJoiningCurves()
1697 …timizeMatrixShaper(cmsPipeline** Lut, cmsUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUIn… in OptimizeMatrixShaper()
1936 cmsUInt32Number* InputFormat, in _cmsOptimizePipeline()
Dcmsgmt.c34 cmsUInt32Number InputFormat, in _cmsChain2Lab()
Dcmsps2.c889 cmsUInt32Number InputFormat; in WriteInputLUT() local
Dlcms2_internal.h1054 cmsUInt32Number InputFormat, OutputFormat; // Keep formats for further reference member
/external/cronet/third_party/quic_trace/src/tools/render/
Drender_trace.cc24 enum InputFormat { enum