Home
last modified time | relevance | path

Searched refs:fileNameSuffix (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp231 const std::string &fileNameSuffix) in DumpPixelMap()
240 auto fileName = GetLocalTime() + "_" + width + "_" + height + "_" + pixelFormat + fileNameSuffix; in DumpPixelMap()
254 const std::string &fileNameSuffix) in DumpAVBuffer()
272 auto fileName = GetLocalTime() + "_" + widthStr + "_" + heightStr + "_" + pixelFormat + fileNameSuffix; in DumpAVBuffer()
230 DumpPixelMap(bool isDump, std::shared_ptr<PixelMap> pixelMap, const std::string &fileNameSuffix) DumpPixelMap() argument
253 DumpAVBuffer(bool isDump, const std::shared_ptr<AVBuffer> &frameBuffer, const std::string &fileNameSuffix) DumpAVBuffer() argument
/foundation/window/window_manager/snapshot/src/
H A Dsnapshot_utils.cpp140 const char *fileNameSuffix = fileName.c_str() + (fileName.length() - fileMinLength); in CheckFileNameValid() local
142 if (strncmp(fileNameSuffix, fileSuffix, fileMinLength) == 0) { in CheckFileNameValid()

Completed in 3 milliseconds