Home
last modified time | relevance | path

Searched refs:time_format (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/lib/3rdparty/stlport/src/c_locale_win32/
H A Dc_locale_win32.c208 char *time_format; member
782 ltime->time_format = (char*)malloc(size); in _Locale_time_create()
783 if (!ltime->time_format) in _Locale_time_create()
785 __ConvertTime(fmt80, ltime->time_format, size); in _Locale_time_create()
788 …length = strlen(ltime->date_format) + strlen(ltime->time_format) + 1 /* space */ + 1 /* trailing 0… in _Locale_time_create()
794 _STLP_STRCAT(ltime->date_time_format, length, ltime->time_format); in _Locale_time_create()
797 …length = strlen(ltime->long_date_format) + strlen(ltime->time_format) + 1 /* space */ + 1 /* trail… in _Locale_time_create()
803 _STLP_STRCAT(ltime->long_date_time_format, length, ltime->time_format); in _Locale_time_create()
965 if (ltime->time_format) free(ltime->time_format); in _Locale_time_destroy()
1297 { return ltime->time_format; } in _Locale_t_fmt()
/reactos/dll/win32/mciqtz32/
H A Dmciqtz_private.h39 DWORD time_format; member
H A Dmciqtz.c700 wma->time_format = MCI_FORMAT_MILLISECONDS; in MCIQTZ_mciSet()
704 wma->time_format = MCI_FORMAT_FRAMES; in MCIQTZ_mciSet()
762 switch (wma->time_format) { in MCIQTZ_mciStatus()
765 default: ERR("Unhandled format %x\n", wma->time_format); break; in MCIQTZ_mciStatus()
777 } else if (wma->time_format != MCI_FORMAT_MILLISECONDS) in MCIQTZ_mciStatus()
815 lpParms->dwReturn = MAKEMCIRESOURCE(wma->time_format, in MCIQTZ_mciStatus()
816 MCI_FORMAT_RETURN_BASE + wma->time_format); in MCIQTZ_mciStatus()
/reactos/dll/directx/wine/quartz/
H A Dfiltergraph.c2744 GUID time_format; in ConvertFromREFTIME() local
2747 hr = MediaSeeking_GetTimeFormat(seek, &time_format); in ConvertFromREFTIME()
2750 if (!IsEqualGUID(&TIME_FORMAT_MEDIA_TIME, &time_format)) in ConvertFromREFTIME()
2762 GUID time_format; in ConvertToREFTIME() local
2765 hr = MediaSeeking_GetTimeFormat(seek, &time_format); in ConvertToREFTIME()
2768 if (!IsEqualGUID(&TIME_FORMAT_MEDIA_TIME, &time_format)) in ConvertToREFTIME()