Home
last modified time | relevance | path

Searched refs:customParam (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/
Dsubdecode.py252 customParam = p.paramName
254 customParam = "unboxed_%s" % p.paramName
255 customParams.append(customParam)
Ddecoder.py325 customParam = p.paramName
327 customParam = "unboxed_%s" % p.paramName
328 customParams.append(customParam)
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp15004 custom_parm_buffer_t *customParam = in setCustomParams() local
15009 if (ADD_SET_PARAM_ENTRY_TO_BATCH(customParam, CAM_CUSTOM_PARM_EXAMPLE, 1)) { in setCustomParams()