Searched refs:custom (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngDisplayContext.h25 uint32_t custom; member in struct:__anon1277
H A DTngDisplayContext.cpp110 imgLayer->custom = (unsigned long)plane->getContext();
112 (struct intel_dc_plane_ctx *)imgLayer->custom;
124 " sourceCrop %f,%f - %fx%f, dst %d,%d - %dx%d, custom %#x",
137 imgLayer->custom);
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
H A DTngDisplayContext.h25 uint32_t custom; member in struct:__anon1317
H A DTngDisplayContext.cpp110 imgLayer->custom = (uint32_t)plane->getContext();
112 (struct intel_dc_plane_ctx *)imgLayer->custom;
124 " sourceCrop %f,%f - %fx%f, dst %d,%d - %dx%d, custom %#x",
137 imgLayer->custom);
/hardware/bsp/intel/peripheral/libupm/doxy/node/
H A Dxml2js.js110 // custom c -> js type mapping for pointers
131 .option('-c, --custom [file]', 'json for customizations')
132 .option('-t, --typemaps [directory]', 'directory for custom pointer type maps')
229 if (xml2js.opts.custom && fs.existsSync(xml2js.opts.custom)) {
230 return fs.readFileAsync(xml2js.opts.custom, 'utf8').then(function(custom) {
232 customizeMethods(JSON.parse(custom));
234 console.log('invalid custom.json, ignored. ' + e.toString());
238 console.log(xml2js.opts.custom
[all...]
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_QCOMExtns.h556 * This is custom extension to configure Encoder Aspect Ratio.
575 * This is custom extension to configure Hier-p layers.
595 * This is custom extension to configure Hybrid Hier-p settings.
1863 QOMX_VPP_HQVCTRL_CUSTOM custom; member in union:QOMX_VPP_HQVCONTROL::__anon3720

Completed in 164 milliseconds