Searched refs:pvi (Results 1 – 25 of 26) sorted by relevance
12
/external/webrtc/webrtc/modules/video_capture/windows/ |
D | sink_filter_ds.cc | 65 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/ |
D | validate_ucrtbase.py | 69 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/ |
D | altivec.cpp | 18 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/ |
D | spv.400.tesc.out | 25 Name 39 "pvi" 133 39(pvi): 11(ptr) Variable Function 148 Store 39(pvi) 42
|
D | spv.400.tese.out | 28 Name 36 "pvi" 146 36(pvi): 7(ptr) Variable Function 162 Store 36(pvi) 39
|
D | 420.tesc.out | 54 0:21 'pvi' ( temp int) 165 0:21 'pvi' ( temp int)
|
D | 150.tesc.out | 50 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)
|
D | 320.tese.out | 92 0:36 'pvi' ( temp highp int) 210 0:36 'pvi' ( temp highp int)
|
D | 400.tese.out | 90 0:36 'pvi' ( temp int) 227 0:36 'pvi' ( temp int)
|
D | 310.tese.out | 102 0:40 'pvi' ( temp highp int) 235 0:40 'pvi' ( temp highp int)
|
D | 400.tesc.out | 78 0:27 'pvi' ( temp int) 286 0:27 'pvi' ( temp int)
|
D | 310.tesc.out | 96 0:29 'pvi' ( temp highp int) 427 0:29 'pvi' ( temp highp int)
|
D | 320.tesc.out | 88 0:27 'pvi' ( temp highp int) 401 0:27 'pvi' ( temp highp int)
|
/external/deqp-deps/glslang/Test/ |
D | 150.tesc | 24 int pvi = gl_PatchVerticesIn;
|
D | 150.tese | 26 int pvi = gl_PatchVerticesIn;
|
D | spv.400.tesc | 22 int pvi = gl_PatchVerticesIn;
|
D | 420.tesc | 21 int pvi = gl_PatchVerticesIn;
|
D | spv.400.tese | 25 int pvi = gl_PatchVerticesIn;
|
D | 400.tesc | 27 int pvi = gl_PatchVerticesIn;
|
D | 320.tese | 36 int pvi = gl_PatchVerticesIn;
|
D | 400.tese | 36 int pvi = gl_PatchVerticesIn;
|
D | 310.tese | 40 int pvi = gl_PatchVerticesIn;
|
D | 310.tesc | 29 int pvi = gl_PatchVerticesIn;
|
D | 320.tesc | 27 int pvi = gl_PatchVerticesIn;
|
/external/python/cpython2/Lib/ |
D | platform.py | 646 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