Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioHdrParse.cc322 static char *lib_ulaw = NULL; in EncodingParse() local
339 lib_ulaw = to_lowercase(_MGET_("u-law")); in EncodingParse()
414 (strcoll(estr, lib_ulaw) == 0)) { in EncodingParse()