Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/src/
H A Dcommand_parse.cpp43 opt.fileOutput = optarg; in Parse()
56 if (opt.fileInput == "" || opt.fileOutput == "" || opt.width == 0 || opt.height == 0) { in Parse()
H A Djpeg_decoder.cpp138 int32_t JpegDecoder::PrepareData(std::string fileInput, std::string fileOutput) in PrepareData() argument
143 ioOut_.open(fileOutput, std::ios_base::binary | std::ios_base::trunc); in PrepareData()
195 auto ret = PrepareData(opt.fileInput, opt.fileOutput); in Decode()
/ohos5.0/drivers/peripheral/codec/test/demo/idl/src/
H A Dcommand_parse.cpp69 opt.fileOutput = optarg; in Parse()
82 if (opt.fileInput.empty() || opt.fileOutput.empty() || opt.width == 0 || opt.height == 0) { in Parse()
H A Dcodec_hdi_encode.cpp101 fpOut_ = fopen(opt.fileOutput.c_str(), "wb+"); in Init()
104 opt.fileOutput.c_str()); in Init()
H A Dcodec_hdi_decode.cpp138 fpOut_ = fopen(opt.fileOutput.c_str(), "wb+"); in Init()
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/src/
H A Dcommand_parse.cpp71 opt.fileOutput = optarg; in Parse()
89 if (opt.fileInput.empty() || opt.fileOutput.empty() || opt.width == 0 || opt.height == 0) { in Parse()
H A Dcodec_hdi_decode.cpp96 height_, stride_, opt.fileInput.c_str(), opt.fileOutput.c_str()); in Init()
102 ioOut_.open(opt.fileOutput, std::ios_base::binary | std::ios_base::trunc); in Init()
105 opt.fileOutput.c_str()); in Init()
H A Dcodec_hdi_encode.cpp105 ioOut_.open(opt.fileOutput, std::ios_base::binary | std::ios_base::trunc); in Init()
108 opt.fileOutput.c_str()); in Init()
/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
H A Djpeg_decoder.h41 int32_t PrepareData(std::string fileInput, std::string fileOutput);
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/include/
H A Dcommand_parse.h36 std::string fileOutput = ""; member