Searched refs:GetValue (Results 1 – 6 of 6) sorted by relevance
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
D | sparse_weight_vector.h | 88 return GetValue(wmin_, fname, val); in GetElementMinBound() 91 return GetValue(wmax_, fname, val); in GetElementMaxBound() 102 GetValue(w_, fname, &val); in GetElement() 177 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 | 356 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, sampleRateKeyIndex, in DecPlayCallback() 363 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, channelCountKeyIndex, in DecPlayCallback() 366 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, bitsPerSampleKeyIndex, in DecPlayCallback() 369 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, containerSizeKeyIndex, in DecPlayCallback() 372 res = (*pCntxt->metaItf)->GetValue(pCntxt->metaItf, channelMaskKeyIndex, in DecPlayCallback() 376 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/wilhelm/include/SLES/ |
D | OpenSLES.h | 786 SLresult (*GetValue) ( member
|
/frameworks/wilhelm/include/OMXAL/ |
D | OpenMAXAL.h | 1332 XAresult (*GetValue) ( member
|