Home
last modified time | relevance | path

Searched defs:type (Results 1 – 23 of 23) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DUiMediaLibItemMgr.cpp21 void CUiMediaLibItemMgr::GetClassifiedMeidaLibItemList(CMediaClassifier::ClassificationType type) in GetClassifiedMeidaLibItemList()
67 std::wstring CUiMediaLibItemMgr::GetItemDisplayName(CMediaClassifier::ClassificationType type, int … in GetItemDisplayName()
79 …iaLibItemMgr::ItemInfo& CUiMediaLibItemMgr::GetItemInfo(CMediaClassifier::ClassificationType type,… in GetItemInfo()
97 const std::wstring& CUiMediaLibItemMgr::GetItemName(CMediaClassifier::ClassificationType type, int … in GetItemName()
102 int CUiMediaLibItemMgr::GetItemSongCount(CMediaClassifier::ClassificationType type, int index) const in GetItemSongCount()
107 void CUiMediaLibItemMgr::SetCurrentName(CMediaClassifier::ClassificationType type, const std::wstri… in SetCurrentName()
113 int CUiMediaLibItemMgr::GetCurrentIndex(CMediaClassifier::ClassificationType type) in GetCurrentIndex()
H A DAudioTag.cpp25 CAudioTag::CAudioTag(SongInfo& song_info, AudioType type) in CAudioTag()
456 AudioType type = CAudioCommon::GetAudioTypeByFileExtension(_ext); in IsFileTypeTagWriteSupport() local
466 AudioType type = CAudioCommon::GetAudioTypeByFileExtension(_ext); in IsFileTypeCoverWriteSupport() local
476 AudioType type = CAudioCommon::GetAudioTypeByFileExtension(_ext); in IsFileTypeLyricWriteSupport() local
484 AudioType type = CAudioCommon::GetAudioTypeByFileExtension(_ext); in IsFileRatingSupport() local
H A DIconMgr.cpp10 HICON IconMgr::GetHICON(IconType type, IconStyle style, IconSize size) in GetHICON()
77 std::tuple<UINT, UINT, UINT, UINT> IconMgr::GetIconID(IconType type) in GetIconID()
H A DListCache.h9 CListCache(ListType type) : m_type(type) { ASSERT(type != LT_MAX); } in CListCache()
H A DTagLibHelper.cpp132 int type{ -1 }; in GetPicType() local
146 static void GetId3v2AlbumCover(ID3v2::Tag* id3v2, string& cover_contents, int& type) in GetId3v2AlbumCover()
197 static void GetApeTagAlbumCover(APE::Tag* tag, string& cover_contents, int& type) in GetApeTagAlbumCover()
279 static void GetXiphCommentAlbumCover(Ogg::XiphComment* tag, string& cover_contents, int& type) in GetXiphCommentAlbumCover()
612 string CTagLibHelper::GetM4aAlbumCover(const std::wstring& file_path, int& type) in GetM4aAlbumCover()
650 string CTagLibHelper::GetFlacAlbumCover(const std::wstring& file_path, int& type) in GetFlacAlbumCover()
671 string CTagLibHelper::GetMp3AlbumCover(const std::wstring& file_path, int& type) in GetMp3AlbumCover()
680 string CTagLibHelper::GetAsfAlbumCover(const std::wstring& file_path, int& type) in GetAsfAlbumCover()
700 string CTagLibHelper::GetWavAlbumCover(const std::wstring& file_path, int& type) in GetWavAlbumCover()
709 string CTagLibHelper::GetTtaAlbumCover(const std::wstring& file_path, int& type) in GetTtaAlbumCover()
[all …]
H A DCRecentList.cpp10 bool CRecentList::SetSortMode(ListType type, listSortMode sort_mode) in SetSortMode()
110 bool CRecentList::IsPlayingSpecPlaylist(PlaylistType type) in IsPlayingSpecPlaylist()
123 bool CRecentList::IsSpecPlaylist(const ListItem& list_item, PlaylistType type) in IsSpecPlaylist()
H A DSongInfoHelper.cpp79 AudioType type{ CAudioCommon::GetAudioTypeByFileName(song_info.file_path) }; in GetDisplayStr() local
H A DAudioCommon.cpp55 AudioType CAudioCommon::GetAudioTypeByFileExtension(const wstring& type) in GetAudioTypeByFileExtension()
98 wstring type{ file_path.GetFileExtension() }; //获取文件扩展名 in GetAudioTypeByFileName() local
742 AudioType type; in GetAudioTypeByBassChannel() local
H A DBaseDialog.cpp118 void CBaseDialog::SetIcon(IconMgr::IconType type, BOOL bBigIcon) in SetIcon()
126 void CBaseDialog::SetButtonIcon(UINT id, IconMgr::IconType type) in SetButtonIcon()
H A DMediaLibHelper.cpp13 CMediaClassifier::CMediaClassifier(ClassificationType type, bool hide_only_one_classification) in CMediaClassifier()
H A DPlaylist.cpp60 …istFile::SavePlaylistToFile(const vector<SongInfo>& song_list, const wstring& file_path, Type type) in SavePlaylistToFile()
H A DMediaTransControls.cpp49 { in InitSMTC()
H A DMediaLibTabDlg.cpp96 CMediaClassifier::ClassificationType type = GetClassificationType(); in OnOK() local
H A DUIElement.h102 Type type; variable
181 Type type; variable
H A DFindListDlg.cpp78 void CFindListDlg::AddMediaLibItem(CMediaClassifier::ClassificationType type) in AddMediaLibItem()
H A DDrawCommon.cpp629 …CDrawCommon::ImageResize(const CImage& img_src, const wstring& path_dest, int size, ImageType type) in ImageResize()
657 …rawCommon::ImageResize(const wstring& path_src, const wstring& path_dest, int size, ImageType type) in ImageResize()
H A DIconMgr.h166 int MakeKey(IconType type, IconStyle style, IconSize size) in MakeKey()
H A DAudioTagOld.cpp14 CAudioTagOld::CAudioTagOld(HSTREAM hStream, SongInfo & song_info, AudioType type) in CAudioTagOld()
H A DCommon.cpp1241 wstring type; in FileIsImage() local
/MusicPlayer2/MusicPlayer2/taglib/
H A Dmp4atom.h70 AtomDataType type; member
H A Deventtimingcodesframe.h113 EventType type; member
/MusicPlayer2/scintilla/src/
H A DCellBuffer.cxx1033 uint8_t type; in BasicInsertString() local
/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx2774 void ListBoxX::RegisterImage(int type, const char *xpm_data) { in RegisterImage()
2779 void ListBoxX::RegisterRGBAImage(int type, int width, int height, const unsigned char *pixelsImage)… in RegisterRGBAImage()