Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/test/demo/idl/src/
H A Dcommand_parse.cpp24 OPT_INDEX_HEIGHT = 'h', enumerator
32 {"height", required_argument, nullptr, static_cast<int>(MyOptIndex::OPT_INDEX_HEIGHT)},
74 case MyOptIndex::OPT_INDEX_HEIGHT: in Parse()
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/src/
H A Dcommand_parse.cpp22 {"height", required_argument, nullptr, static_cast<int>(MyOptIndex::OPT_INDEX_HEIGHT)},
48 case MyOptIndex::OPT_INDEX_HEIGHT: in Parse()
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/src/
H A Dcommand_parse.cpp21 {"height", required_argument, nullptr, static_cast<int>(MyOptIndex::OPT_INDEX_HEIGHT)},
76 case MyOptIndex::OPT_INDEX_HEIGHT: in Parse()
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/include/
H A Dcommand_parse.h25 OPT_INDEX_HEIGHT = 'h', enumerator
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/include/
H A Dcommand_parse.h28 OPT_INDEX_HEIGHT = 'h', enumerator