Home
last modified time | relevance | path

Searched refs:INPUT_PATH (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_gif_ex_test.cpp71 const std::string inputName = INPUT_PATH + testName;
106 const std::string inputName = INPUT_PATH + testName;
141 const std::string inputName = INPUT_PATH + testName;
176 const std::string inputName = INPUT_PATH + testName;
205 const std::string inputName = INPUT_PATH + testName;
234 const std::string inputName = INPUT_PATH + testName;
263 const std::string inputName = INPUT_PATH + testName;
287 const std::string inputName = INPUT_PATH + testName;
315 const std::string inputName = INPUT_PATH + testName;
343 const std::string inputName = INPUT_PATH + testName;
[all …]
H A Dimage_source_svg_test.cpp29 static const std::string INPUT_PATH = "/data/local/tmp/image/"; variable
56 const std::string inName = INPUT_PATH + testName;
99 const std::string inName = INPUT_PATH + testName;
142 const std::string inName = INPUT_PATH + testName;
187 const std::string inName = INPUT_PATH + testName;
232 const std::string inName = INPUT_PATH + testName;
276 const std::string inName = INPUT_PATH + testName;
329 const std::string inName = INPUT_PATH + testName;
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Dtranscoder_param.h39 INPUT_PATH, enumerator
85 …nputFilePath(const std::string &filePath) : TransCoderParam(TransCoderPublicParamType::INPUT_PATH), in InputFilePath()
/ohos5.0/foundation/multimodalinput/input/util/common/src/
H A Dutil.cpp59 const std::string INPUT_PATH = "/system/"; variable
280 return IsValidPath(DATA_PATH, filePath) || IsValidPath(INPUT_PATH, filePath); in IsValidJsonPath()