/device/generic/goldfish-opengl/system/codecs/omx/plugin/ |
D | GoldfishVideoDecoderOMXComponent.cpp | 102 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 …]
|
D | SimpleGoldfishOMXComponent.cpp | 719 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/ |
D | utils.h | 88 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/ |
D | utils.h | 85 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/ |
D | HwCamera.cpp | 44 const int64_t def, in getFrameDuration() argument 58 return def; in getFrameDuration() 64 return def; in getFrameDuration() 70 return def; in getFrameDuration()
|
D | HwCamera.h | 87 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/ |
D | common.inc | 15 def trout_compile_targets(d): 20 def trout_do_install(d):
|
D | sources.inc | 19 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/ |
D | C2GoldfishHevcDec.cpp | 324 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/ |
D | C2GoldfishVpxDec.cpp | 385 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/ |
D | C2GoldfishAvcDec.cpp | 371 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/ |
D | websocket_server.cpp | 153 .def = nullptr, in InitializeLwsObjects() 181 .def = "index.html", in InitializeLwsObjects()
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | client_server.cpp | 27 .def = "client.html", /* default filename */ in Config()
|
/device/generic/goldfish-opengl/system/codecs/omx/plugin/include/ |
D | SimpleGoldfishOMXComponent.h | 74 void addPort(const OMX_PARAM_PORTDEFINITIONTYPE &def);
|
/device/generic/vulkan-cereal/ |
D | .gitignore | 111 /qemu-options.def
|