Searched refs:InputParser (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/heif_hw_decode/common/ |
H A D | mock_heif_hw_decode_flow.cpp | 29 void HeifHwDecoderFlow::InputParser::SplitString(const std::string& src, char sep, std::vector<std:… in SplitString() 46 std::string HeifHwDecoderFlow::InputParser::JoinPath(const std::string& base, const std::string& ap… in JoinPath() 51 bool HeifHwDecoderFlow::InputParser::ParseGridInfo(GridInfo& gridInfo) in ParseGridInfo() 95 void HeifHwDecoderFlow::InputParser::FindXpsAndIFrameFile() in FindXpsAndIFrameFile() 120 bool HeifHwDecoderFlow::InputParser::ReadFileToVec(const string& filePath, vector<vector<uint8_t>>&… in ReadFileToVec() 136 int HeifHwDecoderFlow::InputParser::ExtractIFrameNum(const string& filePath) in ExtractIFrameNum() 146 bool HeifHwDecoderFlow::InputParser::ReadInput(vector<vector<uint8_t>>& inputs) in ReadInput() 184 InputParser parser(inputPath); in PrepareInput()
|
H A D | mock_heif_hw_decode_flow.h | 30 class InputParser { 32 explicit InputParser(const std::string& inputPath) : source_(inputPath) {} in InputParser() function 33 ~InputParser() = default;
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/mock/include/ |
H A D | napi_async_proxy.h | 33 using InputParser = void (*)(const napi_env &, const napi_value &, T *); variable 77 … void ParseInputs(const std::vector<InputParser> &parsers, InputParser parserThis = DefParserThis)
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/dataability/include/ |
H A D | napi_async_proxy.h | 34 using InputParser = void (*)(const napi_env &, const napi_value &, T *); variable 88 … void ParseInputs(const std::vector<InputParser> &parsers, InputParser parserThis = DefParserThis)
|