Searched refs:_hexByteAt_ (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/include/media/ |
D | MediaExtractorPluginHelper.h | 445 constexpr uint8_t _hexByteAt_(const T (&s)[N], size_t n) { in _hexByteAt_() function 462 _hexByteAt_(s, 0), in constUUID() 463 _hexByteAt_(s, 2), in constUUID() 464 _hexByteAt_(s, 4), in constUUID() 465 _hexByteAt_(s, 6), in constUUID() 466 _hexByteAt_(s, 9), in constUUID() 467 _hexByteAt_(s, 11), in constUUID() 468 _hexByteAt_(s, 14), in constUUID() 469 _hexByteAt_(s, 16), in constUUID() 470 _hexByteAt_(s, 19), in constUUID() [all …]
|