Home
last modified time | relevance | path

Searched refs:pvi (Results 1 – 25 of 26) sorted by relevance

12

/external/webrtc/webrtc/modules/video_capture/windows/
Dsink_filter_ds.cc65 VIDEOINFOHEADER* pvi = (VIDEOINFOHEADER*) pmt->AllocFormatBuffer( in GetMediaType() local
67 if(NULL == pvi) in GetMediaType()
74 ZeroMemory(pvi, sizeof(VIDEOINFOHEADER)); in GetMediaType()
75 pvi->bmiHeader.biSize = sizeof(BITMAPINFOHEADER); in GetMediaType()
76 pvi->bmiHeader.biPlanes = 1; in GetMediaType()
77 pvi->bmiHeader.biClrImportant = 0; in GetMediaType()
78 pvi->bmiHeader.biClrUsed = 0; in GetMediaType()
80 pvi->AvgTimePerFrame = 10000000/_requestedCapability.maxFPS; in GetMediaType()
83 SetRectEmpty(&(pvi->rcSource)); // we want the whole image area rendered. in GetMediaType()
84 SetRectEmpty(&(pvi->rcTarget)); // no particular destination rectangle in GetMediaType()
[all …]
/external/python/cpython3/PC/
Dvalidate_ucrtbase.py69 pvi = POINTER(VS_FIXEDFILEINFO)() variable
70 if not version.VerQueryValueW(ver_block, "", byref(pvi), byref(DWORD())):
75 pvi.contents.dwProductVersionMS >> 16,
76 pvi.contents.dwProductVersionMS & 0xFFFF,
77 pvi.contents.dwProductVersionLS >> 16,
78 pvi.contents.dwProductVersionLS & 0xFFFF,
/external/clang/test/SemaCXX/
Daltivec.cpp18 vector int *pvi; in test_vec_step() local
32 int res13[vec_step(*pvi) == 4 ? 1 : -1]; in test_vec_step()
/external/deqp-deps/glslang/Test/baseResults/
Dspv.400.tesc.out25 Name 39 "pvi"
133 39(pvi): 11(ptr) Variable Function
148 Store 39(pvi) 42
Dspv.400.tese.out28 Name 36 "pvi"
146 36(pvi): 7(ptr) Variable Function
162 Store 36(pvi) 39
D420.tesc.out54 0:21 'pvi' ( temp int)
165 0:21 'pvi' ( temp int)
D150.tesc.out50 0:24 'pvi' ( temp int)
163 0:26 'pvi' ( temp int)
289 0:27 'pvi' ( temp int)
532 0:36 'pvi' ( temp int)
679 0:21 'pvi' ( temp int)
1023 0:24 'pvi' ( temp int)
1118 0:27 'pvi' ( temp int)
1254 0:21 'pvi' ( temp int)
1354 0:26 'pvi' ( temp int)
1444 0:36 'pvi' ( temp int)
D320.tese.out92 0:36 'pvi' ( temp highp int)
210 0:36 'pvi' ( temp highp int)
D400.tese.out90 0:36 'pvi' ( temp int)
227 0:36 'pvi' ( temp int)
D310.tese.out102 0:40 'pvi' ( temp highp int)
235 0:40 'pvi' ( temp highp int)
D400.tesc.out78 0:27 'pvi' ( temp int)
286 0:27 'pvi' ( temp int)
D310.tesc.out96 0:29 'pvi' ( temp highp int)
427 0:29 'pvi' ( temp highp int)
D320.tesc.out88 0:27 'pvi' ( temp highp int)
401 0:27 'pvi' ( temp highp int)
/external/deqp-deps/glslang/Test/
D150.tesc24 int pvi = gl_PatchVerticesIn;
D150.tese26 int pvi = gl_PatchVerticesIn;
Dspv.400.tesc22 int pvi = gl_PatchVerticesIn;
D420.tesc21 int pvi = gl_PatchVerticesIn;
Dspv.400.tese25 int pvi = gl_PatchVerticesIn;
D400.tesc27 int pvi = gl_PatchVerticesIn;
D320.tese36 int pvi = gl_PatchVerticesIn;
D400.tese36 int pvi = gl_PatchVerticesIn;
D310.tese40 int pvi = gl_PatchVerticesIn;
D310.tesc29 int pvi = gl_PatchVerticesIn;
D320.tesc27 int pvi = gl_PatchVerticesIn;
/external/python/cpython2/Lib/
Dplatform.py646 pvi = PVS_FIXEDFILEINFO()
647 if not version.VerQueryValueW(ver_block, "", byref(pvi), byref(DWORD())):
650 maj = pvi.contents.dwProductVersionMS >> 16
651 min = pvi.contents.dwProductVersionMS & 0xFFFF
652 build = pvi.contents.dwProductVersionLS >> 16

12