Home
last modified time | relevance | path

Searched refs:xpsFile_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/common/
H A Dmock_heif_hw_decode_flow.cpp112 xpsFile_ = path; in FindXpsAndIFrameFile()
149 …IF_TRUE_RETURN_VAL_WITH_MSG(xpsFile_.empty(), false, "no xps file in %{public}s", source_.c_str()); in ReadInput()
152 IF_TRUE_RETURN_VAL_WITH_MSG(!ReadFileToVec(xpsFile_, inputs), false, in ReadInput()
153 "failed to read xps file: %{public}s", xpsFile_.c_str()); in ReadInput()
H A Dmock_heif_hw_decode_flow.h63 std::string xpsFile_; variable