Searched refs:kModes (Results 1 – 4 of 4) sorted by relevance
41 const std::vector<Mode> kModes{ndk::enum_range<Mode>().begin(), ndk::enum_range<Mode>().end()}; variable49 static_cast<Mode>(static_cast<int32_t>(kModes.front()) - 1),50 static_cast<Mode>(static_cast<int32_t>(kModes.back()) + 1),103 for (const auto& mode : kModes) { in TEST_P()114 for (const auto& mode : kModes) { in TEST_P()
28 const Mode kModes[9] = {MR475, /* 4.75 kbps */ variable69 Mode mode = kModes[modeIndex]; in encodeFrames()
30 const int32_t kModes[] = {VOAMRWB_MD66 /* 6.60kbps */, VOAMRWB_MD885 /* 8.85kbps */, variable53 int32_t mode = kModes[(startByte >> 4) % 10]; in initEncoder()
59 constexpr audio_mode_t kModes[] = { variable484 audio_mode_t mode = getValue(&mFdp, kModes); in invokeAudioSystem()