Home
last modified time | relevance | path

Searched defs:def (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishVideoDecoderOMXComponent.cpp102 OMX_PARAM_PORTDEFINITIONTYPE def; in initPorts() local
206 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(kOutputPortIndex)->mDef; in handlePortSettingsChange() local
247 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(kOutputPortIndex)->mDef; in handlePortSettingsChange() local
495 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(newParams->nPortIndex)->mDef; in internalSetParameter() local
DSimpleGoldfishOMXComponent.cpp719 void SimpleGoldfishOMXComponent::addPort(const OMX_PARAM_PORTDEFINITIONTYPE &def) { in addPort()
/device/generic/goldfish/camera/
DEmulatedFakeCamera2.cpp1611 #define READ_IF_OK(res, what, def) \ in processRequest() argument
/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCamera2.cpp1606 #define READ_IF_OK(res, what, def) (((res) == OK) ? (what) : (uint8_t)(def)) in processRequest() argument