Searched refs:GetValue (Results 1 – 7 of 7) sorted by relevance
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
D | sparse_weight_vector.h | 87 return GetValue(wmin_, fname, val); in GetElementMinBound() 90 return GetValue(wmax_, fname, val); in GetElementMaxBound() 101 GetValue(w_, fname, &val); in GetElement() 176 bool GetValue(const Wmap &w1, const Key &fname, double *val) const { in GetValue() function
|
D | sparse_weight_vector.cpp | 105 bool is_min_bounded = GetValue(wmin_, iter->first, &min_bound); in AdditiveWeightUpdateBounded() 112 bool is_max_bounded = GetValue(wmax_, iter->first, &max_bound); in AdditiveWeightUpdateBounded() 144 bool is_min_bounded = GetValue(wmin_, iter->first, &min_bound); in MultWeightUpdateBounded() 151 bool is_max_bounded = GetValue(wmax_, iter->first, &max_bound); in MultWeightUpdateBounded() 178 bool is_min_bounded = GetValue(wmin_, iter->first, &min_bound); in ReprojectToBounds() 185 bool is_max_bounded = GetValue(wmax_, iter->first, &max_bound); in ReprojectToBounds()
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestDecodeAac.cpp | 355 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, sampleRateKeyIndex, in DecPlayCallback() 362 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, channelCountKeyIndex, in DecPlayCallback() 365 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, bitsPerSampleKeyIndex, in DecPlayCallback() 368 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, containerSizeKeyIndex, in DecPlayCallback() 371 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, channelMaskKeyIndex, in DecPlayCallback() 375 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, endiannessKeyIndex, in DecPlayCallback()
|
D | slesTestDecodeToBuffQueue.cpp | 246 SLresult res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, sampleRateKeyIndex, in DecPlayCallback() 253 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, channelCountKeyIndex, in DecPlayCallback()
|
/frameworks/ex/variablespeed/jni/ |
D | variablespeed.cc | 250 OpenSL(decoderMetadata, GetValue, i, valueSize, value); in ReadSampleRateAndChannelCount()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 786 SLresult (*GetValue) ( member
|
/frameworks/wilhelm/include/OMXAL/ |
D | OpenMAXAL.h | 1332 XAresult (*GetValue) ( member
|