Searched refs:in_type (Results 1 - 7 of 7) sorted by path

/external/chromium_org/base/posix/
H A Dfile_descriptor_shuffle_unittest.cc24 Action(Type in_type, int in_fd1, int in_fd2 = -1) argument
25 : type(in_type),
/external/chromium_org/chrome/browser/chromeos/drive/
H A Djob_scheduler.h38 explicit ClientContext(ContextType in_type) : type(in_type) {} argument
/external/chromium_org/third_party/qcms/src/
H A Dqcms.h156 qcms_profile *in, qcms_data_type in_type,
H A Dtransform.c1112 int samples, qcms_data_type in_type)
1144 if (in_type == QCMS_DATA_RGBA_8) {
1170 qcms_profile *in, qcms_data_type in_type,
1199 qcms_transform *result = qcms_transform_precacheLUT_float(transform, in, out, 33, in_type);
1229 if (in_type != QCMS_DATA_RGB_8 &&
1230 in_type != QCMS_DATA_RGBA_8){
1238 if (in_type == QCMS_DATA_RGB_8)
1248 if (in_type == QCMS_DATA_RGB_8)
1256 if (in_type == QCMS_DATA_RGB_8)
1262 if (in_type
1111 qcms_transform_precacheLUT_float(qcms_transform *transform, qcms_profile *in, qcms_profile *out, int samples, qcms_data_type in_type) argument
1169 qcms_transform_create( qcms_profile *in, qcms_data_type in_type, qcms_profile *out, qcms_data_type out_type, qcms_intent intent) argument
[all...]
/external/deqp/modules/gles31/scripts/
H A Dgen-implicit-conversions.py318 def __init__(self, name, op, in_type, out_type, reverse=False):
327 self.in_type = in_type
371 in_values = IN_VALUES[self.in_type]
377 out.append(valuesToStr("input %s in0" % (self.in_type), self.in_type, in_values))
384 def __init__(self, name, op, in_type, out_type, reverse=False):
385 super(ComparisonsCase, self).__init__(name, op, in_type, out_type, reverse)
408 in_values = IN_VALUES[self.in_type]
414 out.append(valuesToStr("input %s in0" % (self.in_type), sel
[all...]
/external/lldb/tools/debugserver/source/
H A DRNBRemote.h281 Packet( PacketEnum in_type, argument
286 type (in_type),
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp322 cmsUInt32Number intent, in_type, out_type, nr_samples; local
340 in_type = TYPE_RGB_8;
343 in_type = TYPE_RGB_16;
350 in_type = TYPE_GRAY_8;
353 in_type = TYPE_GRAY_16;
359 in_type = TYPE_YCbCr_16;
366 transform = cmsCreateTransform(in_prof, in_type,

Completed in 308 milliseconds