Home
last modified time | relevance | path

Searched defs:MAX_BUF_LEN (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/common/
H A Dplugin_utils.cpp26 constexpr int32_t MAX_BUF_LEN = 512; // 512 buffer size variable
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp30 static constexpr int MAX_BUF_LEN = 100; variable
/ohos5.0/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h51 #define MAX_BUF_LEN 32 macro