Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp267 std::ofstream dumpInFile; in DumpSingleInput() local
268 dumpInFile.open(std::string(realpathRes), std::ios_base::binary | std::ios_base::trunc); in DumpSingleInput()
269 if (!dumpInFile.is_open()) { in DumpSingleInput()
278 dumpInFile.write(reinterpret_cast<char*>(const_cast<uint8_t*>(one.data())), one.size()); in DumpSingleInput()
283 dumpInFile.close(); in DumpSingleInput()