Home
last modified time | relevance | path

Searched defs:fileOutput (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/codec/test/demo/idl/include/
H A Dcommand_parse.h23 std::string fileOutput = ""; member
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/include/
H A Dcommand_parse.h32 std::string fileOutput = ""; member
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/include/
H A Dcommand_parse.h36 std::string fileOutput = ""; member
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/src/
H A Djpeg_decoder.cpp138 int32_t JpegDecoder::PrepareData(std::string fileInput, std::string fileOutput) in PrepareData()