Searched refs:fileInput (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | bundle_active_usage_database_test.cpp | 144 std::string fileInput = ""; variable 145 database->GetVersionByFileInput(fileInput); 146 fileInput = "aa123"; 147 int32_t result = database->GetVersionByFileInput(fileInput);
|
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/src/ |
H A D | command_parse.cpp | 40 opt.fileInput = 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 142 ioIn_.open(fileInput, std::ios_base::binary); 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 | 66 opt.fileInput = 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 | 100 fpIn_ = fopen(opt.fileInput.c_str(), "rb"); in Init() 103 …HDF_LOGE("%{public}s:failed to open file %{public}s or %{public}s", __func__, opt.fileInput.c_str(… in Init()
|
H A D | codec_hdi_decode.cpp | 137 fpIn_ = fopen(opt.fileInput.c_str(), "rb"); in Init()
|
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/src/ |
H A D | command_parse.cpp | 68 opt.fileInput = 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() 101 ioIn_.open(opt.fileInput, std::ios_base::binary); in Init() 104 …HDF_LOGE("%{public}s failed to open file %{public}s or %{public}s", __func__, opt.fileInput.c_str(… in Init()
|
H A D | codec_hdi_encode.cpp | 104 ioIn_.open(opt.fileInput, std::ios_base::binary); in Init() 107 …HDF_LOGE("%{public}s:failed to open file %{public}s or %{public}s", __func__, opt.fileInput.c_str(… in Init()
|
/ohos5.0/drivers/peripheral/codec/test/demo/idl/include/ |
H A D | command_parse.h | 22 std::string fileInput = ""; member
|
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/include/ |
H A D | command_parse.h | 31 std::string fileInput = ""; 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 | 35 std::string fileInput = ""; member
|