Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DMediaExtractorPluginHelper.h437 constexpr uint8_t _digitAt_(const T (&s)[N], const size_t n) { in _digitAt_() function
446 return (_digitAt_(s, n) << 4) + _digitAt_(s, n + 1); in _hexByteAt_()