Home
last modified time | relevance | path

Searched refs:MAX_SPAN_DURATION_IN_NANO (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint_separate.cpp43 static constexpr int64_t MAX_SPAN_DURATION_IN_NANO = 100000000; // 100ms member
283 if (spanDuration_ <= 0 || spanDuration_ >= MAX_SPAN_DURATION_IN_NANO) { in PrepareDeviceBuffer()
H A Daudio_endpoint.cpp56 static constexpr int64_t MAX_SPAN_DURATION_IN_NANO = 100000000; // 100ms member
846 CHECK_AND_RETURN_RET_LOG(spanDuration_ > 0 && spanDuration_ < MAX_SPAN_DURATION_IN_NANO, in PrepareDeviceBuffer()

Completed in 6 milliseconds