Searched defs:h (Results 1 – 5 of 5) sorted by relevance
271 MusicInfoHandle* h = nullptr; in GetAudioInfo() local514 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 …]
26 float h = 0, s = 0, l = 0; in RGBtoHSL() local80 float h = hsl->hue; // h must be [0, 360] in HSLtoRGB() local
262 auto h = LoadLibraryW(L"ffmpeg_core.dll"); in BEGIN_MESSAGE_MAP() local
139 int h{ height.GetValue(parent_rect) }; in GetHeight() local556 int h{}; in CalculateChildrenRect() local
3415 HMODULE h; member in Scintilla::DynamicLibraryImpl