Home
last modified time | relevance | path

Searched refs:iFrameFile_ (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.cpp114 iFrameFile_.emplace_back(path); in FindXpsAndIFrameFile()
150 …IF_TRUE_RETURN_VAL_WITH_MSG(iFrameFile_.empty(), false, "no iframe file in %{public}s", source_.c_… in ReadInput()
154 std::sort(iFrameFile_.begin(), iFrameFile_.end(), [](const string& a, const string& b) { in ReadInput()
157 for (const string& one : iFrameFile_) { in ReadInput()
H A Dmock_heif_hw_decode_flow.h64 std::vector<std::string> iFrameFile_; variable