Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dcapturer_in_client.cpp53 static const size_t MAX_CLIENT_READ_SIZE = 20 * 1024 * 1024; // 20M variable
1623 CHECK_AND_RETURN_RET_LOG(userSize < MAX_CLIENT_READ_SIZE && userSize > 0, in Read()