Searched refs:source_hdc (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dgdigrab.c57 HDC source_hdc; /**< Source device context */ member in struct:gdigrab
227 HDC source_hdc = NULL; local
304 source_hdc = GetDC(hwnd);
305 if (!source_hdc) {
310 bpp = GetDeviceCaps(source_hdc, BITSPIXEL);
334 dest_hdc = CreateCompatibleDC(source_hdc);
384 gdigrab->source_hdc = source_hdc;
408 if (source_hdc)
409 ReleaseDC(hwnd, source_hdc);
503 HDC source_hdc = gdigrab->source_hdc; local
[all...]

Completed in 104 milliseconds