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

/haiku/src/servers/app/
H A DScreen.h37 uint32 colorspace,
41 uint32 colorspace, float frequency,
46 uint32 &colorspace, float &frequency) const;
61 uint32 colorspace, float frequency) const;
H A DScreen.cpp200 Screen::GetMode(uint16 &width, uint16 &height, uint32 &colorspace, argument
208 colorspace = mode.space;
H A DServerApp.cpp1215 color_space colorspace = B_RGBA32; local
1221 && link.Read<color_space>(&colorspace) == B_OK
1231 fClientTeam, cursorRect, colorspace, 0, hotspot);
1235 cursor->ImportBits(byteArray, size, bytesPerRow, colorspace);
/haiku/src/add-ons/accelerants/virtio/
H A Dmode.cpp52 const color_space colorspace[] = { local
64 NULL, &mode, 1, colorspace, 1, is_mode_supported, &gInfo->mode_list,
70 &edidInfo, NULL, 0, colorspace, 1, NULL, &gInfo->mode_list,
/haiku/src/apps/tv/
H A DVideoNode.cpp268 color_space colorspace = format.u.raw_video.display.format; local
274 err = CreateBuffers(frame, colorspace, fOverlayEnabled);
316 color_space colorspace = format.u.raw_video.display.format;
324 err = CreateBuffers(frame, colorspace, true); // try overlay
328 err = CreateBuffers(frame, colorspace, false); // no overlay
331 err = CreateBuffers(frame, colorspace, false); // no overlay
425 printf("VideoNode::CreateBuffers: frame %d,%d,%d,%d colorspace 0x%08x, "
/haiku/src/add-ons/accelerants/framebuffer/
H A Dmode.cpp53 const color_space colorspace[] = { local
63 NULL, &mode, 1, colorspace, 1, is_mode_supported, &gInfo->mode_list,
/haiku/src/kits/app/
H A DCursor.cpp100 color_space colorspace = bitmap->ColorSpace(); local
111 link.Attach<color_space>(colorspace);
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoNode.cpp231 // in the overlay colorspace B_YCbCr422
232 // or the requested colorspace if not B_YCbCr422
300 color_space colorspace = format.u.raw_video.display.format;
309 err = CreateBuffers(frame, colorspace, true); // try overlay
312 err = CreateBuffers(frame, colorspace, false); // no overlay
315 err = CreateBuffers(frame, colorspace, false); // no overlay
391 printf("VideoNode::CreateBuffers: frame %d,%d,%d,%d colorspace 0x%08x, "
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp292 color_space colorspace = withFormat.u.raw_video.display.format; local
293 PROGRESS("VideoConsumer::CreateBuffers - Colorspace = %d\n", colorspace);
304 colorspace, false, true);
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp1200 color_space colorspace = B_RGBA32; local
1207 link.Read<color_space>(&colorspace);
1227 cursorWidth - 1, cursorHeight - 1), colorspace);
1235 cursorBitmap->SetBits(data, size, 0, colorspace);

Completed in 98 milliseconds