Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/audio/test/sample/
H A Didl_capture.c132 uint32_t capInputUint = 0; in CheckInputName() local
153 ret = scanf_s("%u", &capInputUint); in CheckInputName()
154 if (capInputUint > 0xFFFFFFFF) { in CheckInputName()
157 *(uint32_t *)val = capInputUint; in CheckInputName()