Searched refs:dest_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.c58 HDC dest_hdc; /**< Destination, source-compatible DC */ member in struct:gdigrab
228 HDC dest_hdc = NULL; local
334 dest_hdc = CreateCompatibleDC(source_hdc);
335 if (!dest_hdc) {
341 /* Create a DIB and select it into the dest_hdc */
353 hbmp = CreateDIBSection(dest_hdc, &bmi, DIB_RGB_COLORS,
361 if (!SelectObject(dest_hdc, hbmp)) {
385 gdigrab->dest_hdc = dest_hdc;
410 if (dest_hdc)
502 HDC dest_hdc = gdigrab->dest_hdc; local
[all...]

Completed in 62 milliseconds