Searched refs:fileOutput (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/src/ |
H A D | command_parse.cpp | 43 opt.fileOutput = optarg; in Parse() 56 if (opt.fileInput == "" || opt.fileOutput == "" || opt.width == 0 || opt.height == 0) { in Parse()
|
H A D | jpeg_decoder.cpp | 138 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 D | command_parse.cpp | 69 opt.fileOutput = optarg; in Parse() 82 if (opt.fileInput.empty() || opt.fileOutput.empty() || opt.width == 0 || opt.height == 0) { in Parse()
|
H A D | codec_hdi_encode.cpp | 101 fpOut_ = fopen(opt.fileOutput.c_str(), "wb+"); in Init() 104 opt.fileOutput.c_str()); in Init()
|
H A D | codec_hdi_decode.cpp | 138 fpOut_ = fopen(opt.fileOutput.c_str(), "wb+"); in Init()
|
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/src/ |
H A D | command_parse.cpp | 71 opt.fileOutput = optarg; in Parse() 89 if (opt.fileInput.empty() || opt.fileOutput.empty() || opt.width == 0 || opt.height == 0) { in Parse()
|
H A D | codec_hdi_decode.cpp | 96 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 D | codec_hdi_encode.cpp | 105 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 D | command_parse.h | 23 std::string fileOutput = ""; member
|
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/include/ |
H A D | command_parse.h | 32 std::string fileOutput = ""; member
|
H A D | jpeg_decoder.h | 41 int32_t PrepareData(std::string fileInput, std::string fileOutput);
|
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/include/ |
H A D | command_parse.h | 36 std::string fileOutput = ""; member
|