Home
last modified time | relevance | path

Searched refs:def (Results 1 – 15 of 15) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishVideoDecoderOMXComponent.cpp102 OMX_PARAM_PORTDEFINITIONTYPE def; in initPorts() local
103 InitOMXParams(&def); in initPorts()
105 def.nPortIndex = kInputPortIndex; in initPorts()
106 def.eDir = OMX_DirInput; in initPorts()
107 def.nBufferCountMin = numMinInputBuffers; in initPorts()
108 def.nBufferCountActual = numInputBuffers; in initPorts()
109 def.nBufferSize = inputBufferSize; in initPorts()
110 def.bEnabled = OMX_TRUE; in initPorts()
111 def.bPopulated = OMX_FALSE; in initPorts()
112 def.eDomain = OMX_PortDomainVideo; in initPorts()
[all …]
DSimpleGoldfishOMXComponent.cpp719 void SimpleGoldfishOMXComponent::addPort(const OMX_PARAM_PORTDEFINITIONTYPE &def) { in addPort() argument
720 CHECK_EQ(def.nPortIndex, mPorts.size()); in addPort()
724 info->mDef = def; in addPort()
/device/google/felix/vibrator/common/
Dutils.h88 inline Enable_If_Signed<T, T> getProperty(const std::string &key, const T def) { in getProperty() argument
95 return def; in getProperty()
97 return ::android::base::GetIntProperty(key, def); in getProperty()
102 inline Enable_If_Unsigned<T, T> getProperty(const std::string &key, const T def) { in getProperty() argument
103 return ::android::base::GetUintProperty(key, def); in getProperty()
107 inline bool getProperty<bool>(const std::string &key, const bool def) {
108 return ::android::base::GetBoolProperty(key, def);
/device/google/sunfish/vibrator/common/
Dutils.h85 inline Enable_If_Signed<T, T> getProperty(const std::string &key, const T def) { in getProperty() argument
86 return base::GetIntProperty(key, def); in getProperty()
90 inline Enable_If_Unsigned<T, T> getProperty(const std::string &key, const T def) { in getProperty() argument
91 return base::GetUintProperty(key, def); in getProperty()
95 inline bool getProperty<bool>(const std::string &key, const bool def) {
96 return base::GetBoolProperty(key, def);
/device/generic/goldfish/camera/
DHwCamera.cpp44 const int64_t def, in getFrameDuration() argument
58 return def; in getFrameDuration()
64 return def; in getFrameDuration()
70 return def; in getFrameDuration()
DHwCamera.h87 static int64_t getFrameDuration(const camera_metadata_t*, int64_t def,
/device/google/trout/agl_services_build/yocto-layer/meta-google/recipes-trout/agl-services/
Dcommon.inc15 def trout_compile_targets(d):
20 def trout_do_install(d):
Dsources.inc19 def trout_git_uri(d, remote, name, path, revision_override = ""):
58 def force_create_symlink(src, dst):
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DC2GoldfishHevcDec.cpp324 const C2P<C2StreamColorAspectsTuning::output> &def, in ColorAspectsSetter() argument
330 coded.v.range == RANGE_UNSPECIFIED ? def.v.range : coded.v.range; in ColorAspectsSetter()
332 ? def.v.primaries in ColorAspectsSetter()
335 ? def.v.transfer in ColorAspectsSetter()
337 me.set().matrix = coded.v.matrix == MATRIX_UNSPECIFIED ? def.v.matrix in ColorAspectsSetter()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
DC2GoldfishVpxDec.cpp385 const C2P<C2StreamColorAspectsTuning::output> &def, in ColorAspectsSetter() argument
397 coded.v.range == RANGE_UNSPECIFIED ? def.v.range : coded.v.range; in ColorAspectsSetter()
399 ? def.v.primaries in ColorAspectsSetter()
402 ? def.v.transfer in ColorAspectsSetter()
404 me.set().matrix = coded.v.matrix == MATRIX_UNSPECIFIED ? def.v.matrix in ColorAspectsSetter()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.cpp371 const C2P<C2StreamColorAspectsTuning::output> &def, in ColorAspectsSetter() argument
378 coded.v.range == RANGE_UNSPECIFIED ? def.v.range : coded.v.range; in ColorAspectsSetter()
380 ? def.v.primaries in ColorAspectsSetter()
383 ? def.v.transfer in ColorAspectsSetter()
385 me.set().matrix = coded.v.matrix == MATRIX_UNSPECIFIED ? def.v.matrix in ColorAspectsSetter()
/device/google/cuttlefish/host/libs/websocket/
Dwebsocket_server.cpp153 .def = nullptr, in InitializeLwsObjects()
181 .def = "index.html", in InitializeLwsObjects()
/device/google/cuttlefish/host/frontend/webrtc/
Dclient_server.cpp27 .def = "client.html", /* default filename */ in Config()
/device/generic/goldfish-opengl/system/codecs/omx/plugin/include/
DSimpleGoldfishOMXComponent.h74 void addPort(const OMX_PARAM_PORTDEFINITIONTYPE &def);
/device/generic/vulkan-cereal/
D.gitignore111 /qemu-options.def