Home
last modified time | relevance | path

Searched defs:copyCover (Results 1 – 6 of 6) sorted by relevance

/dports/audio/flacon/flacon-8.2.0/converter/
H A Ddiscpipline.cpp518 CopyCover copyCover(file, size, dir, "cover"); in copyCoverImage() local
536 CopyCover copyCover(file, size, mTmpDir->path(), "cover"); in createEmbedImage() local
/dports/audio/cantata/cantata-2.4.2/devices/
H A Dfilejob.cpp133 void CopyJob::copyCover(const QString &origSrcFile) in copyCover() function in CopyJob
H A Dfsdevice.cpp372 void FsDevice::addSong(const Song &s, bool overwrite, bool copyCover) in addSong()
449 void FsDevice::copySongTo(const Song &s, const QString &musicPath, bool overwrite, bool copyCover) in copySongTo()
H A Dmtpdevice.cpp772 …tion::putSong(const Song &s, bool fixVa, const DeviceOptions &opts, bool overwrite, bool copyCover) in putSong()
963 void MtpConnection::getSong(const Song &song, const QString &dest, bool fixVa, bool copyCover) in getSong()
1304 void MtpDevice::addSong(const Song &s, bool overwrite, bool copyCover) in addSong()
1375 void MtpDevice::copySongTo(const Song &s, const QString &musicPath, bool overwrite, bool copyCover) in copySongTo()
H A Daudiocddevice.cpp235 … AudioCdDevice::copySongTo(const Song &s, const QString &musicPath, bool overwrite, bool copyCover) in copySongTo()
/dports/audio/cantata/cantata-2.4.2/gui/
H A Dcovers.cpp495 bool Covers::copyCover(const Song &song, const QString &sourceDir, const QString &destDir, const QS… in copyCover() function in Covers