Home
last modified time | relevance | path

Searched refs:colspace (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoView.cpp206 color_space colspace; in IsOverlaySupported() member
208 } colspace[] = { in IsOverlaySupported() local
233 for (int i = 0; colspace[i].name; i++) { in IsOverlaySupported()
234 …Rect(0,0,320,240), B_BITMAP_WILL_OVERLAY | B_BITMAP_RESERVE_OVERLAY_CHANNEL, colspace[i].colspace); in IsOverlaySupported()
236 printf("Display supports %s (0x%08x) overlay\n", colspace[i].name, colspace[i].colspace); in IsOverlaySupported()
/haiku/src/apps/tv/
H A DVideoView.cpp344 color_space colspace; in IsOverlaySupported() member
346 } colspace[] = { in IsOverlaySupported() local
371 for (int i = 0; colspace[i].name; i++) { in IsOverlaySupported()
373 | B_BITMAP_RESERVE_OVERLAY_CHANNEL, colspace[i].colspace); in IsOverlaySupported()
375 printf("Display supports %s (0x%08x) overlay\n", colspace[i].name, in IsOverlaySupported()
376 colspace[i].colspace); in IsOverlaySupported()