Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/src/
H A Dcommand_parse.cpp24 {"color", optional_argument, nullptr, static_cast<int>(MyOptIndex::OPT_INDEX_COLOR)},
79 case MyOptIndex::OPT_INDEX_COLOR: in Parse()
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/include/
H A Dcommand_parse.h32 OPT_INDEX_COLOR = 'c' enumerator