Home
last modified time | relevance | path

Searched refs:fileInput (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Dbundle_active_usage_database_test.cpp144 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 Dcommand_parse.cpp40 opt.fileInput = 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
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 Dcommand_parse.cpp66 opt.fileInput = optarg; in Parse()
82 if (opt.fileInput.empty() || opt.fileOutput.empty() || opt.width == 0 || opt.height == 0) { in Parse()
H A Dcodec_hdi_encode.cpp100 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 Dcodec_hdi_decode.cpp137 fpIn_ = fopen(opt.fileInput.c_str(), "rb"); in Init()
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/src/
H A Dcommand_parse.cpp68 opt.fileInput = 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()
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 Dcodec_hdi_encode.cpp104 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 Dcommand_parse.h22 std::string fileInput = ""; member
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/include/
H A Dcommand_parse.h31 std::string fileInput = ""; 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.h35 std::string fileInput = ""; member