Home
last modified time | relevance | path

Searched defs:h (Results 1 – 5 of 5) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DFfmpegCore.cpp271 MusicInfoHandle* h = nullptr; in GetAudioInfo() local
514 std::wstring CFfmpegCore::GetMetadata(std::string key, MusicInfoHandle* h) { in GetMetadata()
531 std::wstring CFfmpegCore::GetTitle(MusicInfoHandle* h) { in GetTitle()
535 std::wstring CFfmpegCore::GetArtist(MusicInfoHandle* h) { in GetArtist()
539 std::wstring CFfmpegCore::GetAlbum(MusicInfoHandle* h) { in GetAlbum()
543 std::wstring CFfmpegCore::GetComment(MusicInfoHandle* h) { in GetComment()
549 std::wstring CFfmpegCore::GetGenre(MusicInfoHandle* h) { in GetGenre()
553 std::wstring CFfmpegCore::GetDate(MusicInfoHandle* h) { in GetDate()
557 unsigned short CFfmpegCore::GetYear(MusicInfoHandle* h) { in GetYear()
565 std::wstring CFfmpegCore::GetTrack(MusicInfoHandle* h) { in GetTrack()
[all …]
H A DColorConvert.cpp26 float h = 0, s = 0, l = 0; in RGBtoHSL() local
80 float h = hsl->hue; // h must be [0, 360] in HSLtoRGB() local
H A DPlaySettingsDlg.cpp262 auto h = LoadLibraryW(L"ffmpeg_core.dll"); in BEGIN_MESSAGE_MAP() local
H A DUIElement.cpp139 int h{ height.GetValue(parent_rect) }; in GetHeight() local
556 int h{}; in CalculateChildrenRect() local
/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx3415 HMODULE h; member in Scintilla::DynamicLibraryImpl