HomeSort by relevance Sort by last modified time
    Searched defs:pvi (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/PC/
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/
altivec.cpp 18 vector int *pvi; local
32 int res13[vec_step(*pvi) == 4 ? 1 : -1];
  /external/webrtc/webrtc/modules/video_capture/windows/
sink_filter_ds.cc 65 VIDEOINFOHEADER* pvi = (VIDEOINFOHEADER*) pmt->AllocFormatBuffer(
67 if(NULL == pvi)
74 ZeroMemory(pvi, sizeof(VIDEOINFOHEADER));
75 pvi->bmiHeader.biSize = sizeof(BITMAPINFOHEADER);
76 pvi->bmiHeader.biPlanes = 1;
77 pvi->bmiHeader.biClrImportant = 0;
78 pvi->bmiHeader.biClrUsed = 0;
80 pvi->AvgTimePerFrame = 10000000/_requestedCapability.maxFPS;
83 SetRectEmpty(&(pvi->rcSource)); // we want the whole image area rendered.
84 SetRectEmpty(&(pvi->rcTarget)); // no particular destination rectangl
185 VIDEOINFOHEADER *pvi = (VIDEOINFOHEADER *) pMediaType->Format(); local
252 VIDEOINFOHEADER2 *pvi = (VIDEOINFOHEADER2 *) pMediaType->Format(); local
    [all...]

Completed in 103 milliseconds