Home
last modified time | relevance | path

Searched refs:pcv (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rostests/apitests/crt/
H A Ddll_startup.cpp48 _Out_ struct counter_values *pcv) in SetCounterValuesPointer() argument
50 p_counter_values = pcv; in SetCounterValuesPointer()
51 memcpy(pcv, &counter_values, sizeof(counter_values)); in SetCounterValuesPointer()
H A Ddll_startup.h25 _Out_ struct counter_values *pcv);
/reactos/dll/win32/msvfw32/
H A Dmsvideo_main.c861 static BOOL enum_compressors(HWND list, COMPVARS *pcv, BOOL enum_all) in enum_compressors() argument
868 while (ICInfo(pcv->fccType, id, &icinfo)) in enum_compressors()
885 if (!enum_all && pcv->lpbiIn) in enum_compressors()
887 if (ICCompressQuery(hic, pcv->lpbiIn, NULL) != ICERR_OK) in enum_compressors()
890 wine_dbgstr_fcc(icinfo.fccHandler), pcv->lpbiIn->bmiHeader.biCompression); in enum_compressors()