Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioStreamOpenSLES.cpp152 case PerformanceMode::PowerSaving: in convertPerformanceMode()
172 oboeMode = PerformanceMode::PowerSaving; in convertPerformanceMode()
/third_party/skia/third_party/externals/oboe/include/oboe/
DDefinitions.h202 PowerSaving = 11, // AAUDIO_PERFORMANCE_MODE_POWER_SAVING, enumerator
/third_party/skia/third_party/externals/oboe/src/common/
DUtilities.cpp110 case PerformanceMode::PowerSaving: return "PowerSaving"; in convertToText()
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAAudioLoader.cpp303 static_assert((int32_t)PerformanceMode::PowerSaving
/third_party/skia/third_party/externals/oboe/docs/
DFullGuide.md458 * `PerformanceMode::PowerSaving` uses larger internal buffers and a data path that trades off laten…
466 …g power is more important than low latency in your application, use `PerformanceMode::PowerSaving`.