Home
last modified time | relevance | path

Searched refs:ReadFileToVec (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.cpp120 bool HeifHwDecoderFlow::InputParser::ReadFileToVec(const string& filePath, vector<vector<uint8_t>>&… in ReadFileToVec() function in OHOS::ImagePlugin::HeifHwDecoderFlow::InputParser
152 IF_TRUE_RETURN_VAL_WITH_MSG(!ReadFileToVec(xpsFile_, inputs), false, in ReadInput()
158 IF_TRUE_RETURN_VAL_WITH_MSG(!ReadFileToVec(one, inputs), false, in ReadInput()
H A Dmock_heif_hw_decode_flow.h40 … static bool ReadFileToVec(const std::string& filePath, std::vector<std::vector<uint8_t>>& inputs);