Searched refs:colorSpace (Results 1 - 25 of 69) sorted by last modified time

123

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DUtilities.h192 \param colorSpace The Media Kit color space the video frame uses.
199 CalculateBytesPerRowWithColorSpaceAndVideoWidth(color_space colorSpace, int videoWidth) argument
208 if (get_pixel_size_for(colorSpace, &pixelChunk, &rowAlignment, &pixelsPerChunk) != B_OK)
H A Dgfx_util.cpp29 resolve_colorspace(color_space colorSpace, AVPixelFormat pixelFormat, int width, argument
34 switch (colorSpace) {
/haiku/src/servers/app/
H A DServerApp.cpp752 color_space colorSpace; local
758 link.Read<color_space>(&colorSpace);
765 *fDesktop->HWInterface(), frame, colorSpace, flags,
842 uint32 colorSpace; local
843 if (link.Read<uint32>(&colorSpace) != B_OK)
847 64, 64, (color_space)colorSpace);
862 color_space colorSpace; local
870 link.Read<color_space>(&colorSpace);
879 frame, colorSpace, flags, bytesPerRow), true);
H A DScreen.cpp109 Screen::SetMode(uint16 width, uint16 height, uint32 colorSpace, argument
114 mode.space = colorSpace;
126 Screen::SetBestMode(uint16 width, uint16 height, uint32 colorSpace, argument
138 int32 index = _FindBestMode(modes, count, width, height, colorSpace,
142 ", %g Hz%s) failed\n", width, height, colorSpace, frequency,
253 uint16 width, uint16 height, uint32 colorSpace, float frequency) const
266 + 100 * abs((int)(mode.space - colorSpace));
252 _FindBestMode(const display_mode* modes, uint32 count, uint16 width, uint16 height, uint32 colorSpace, float frequency) const argument
H A DWindow.cpp151 uint32 colorSpace; local
154 Screen()->GetMode(width, height, colorSpace, frequency);
H A DVirtualScreen.cpp180 uint32 colorSpace; local
182 screen->GetMode(width, height, colorSpace, frequency);
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.h85 int32 height, color_space colorSpace);
H A DAccelerantHWInterface.cpp1335 color_space colorSpace)
1355 if (spaces[i] == (uint32)colorSpace)
1334 CheckOverlayRestrictions(int32 width, int32 height, color_space colorSpace) argument
/haiku/src/kits/tracker/
H A DThumbnails.cpp91 ScaleBitmap(BBitmap* source, BBitmap& dest, BRect bounds, color_space colorSpace) argument
93 dest = BBitmap(bounds, colorSpace, true);
116 ScaleBitmap(BBitmap* source, BBitmap& dest, BSize size, color_space colorSpace) argument
118 return ScaleBitmap(source, dest, BRect(BPoint(0, 0), size), colorSpace);
125 BSize requestedSize, color_space colorSpace)
129 fColorSpace(colorSpace)
269 GenerateThumbnail(Model* model, color_space colorSpace, BSize size) argument
290 *file, size, colorSpace);
124 GenerateThumbnailJob(Model* model, const BFile& file, BSize requestedSize, color_space colorSpace) argument
H A DIconCache.cpp1846 color_space colorSpace, bool preallocate)
1850 fColorSpace(colorSpace)
1845 LazyBitmapAllocator(BSize size, color_space colorSpace, bool preallocate) argument
H A DIconCache.h492 color_space colorSpace = kDefaultIconDepth,
/haiku/src/apps/magnify/
H A DMagnify.cpp1313 color_space colorSpace = BScreen(Window()).ColorSpace(); local
1325 fImageView->SetSpace(colorSpace);
1327 fImageView = new TOSMagnify(r, this, colorSpace);
1330 fImageBuf = new BBitmap(r, colorSpace, true);
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp1053 const char *colorSpace; local
1057 colorSpace = B_TRANSLATE("Grayscale");
1060 colorSpace = B_TRANSLATE("8 bit palette");
1066 colorSpace = B_TRANSLATE("32 bit");
1072 colorSpace = B_TRANSLATE("15 bit");
1076 colorSpace = B_TRANSLATE("16 bit");
1079 colorSpace = B_TRANSLATE("Unknown format");
1085 colorSpace);
/haiku/src/kits/interface/
H A DIcon.cpp152 BIcon::CreateBitmap(const BRect& bounds, color_space colorSpace, uint32 which) argument
154 BBitmap* bitmap = new(std::nothrow) BBitmap(bounds, colorSpace);
H A DBitmap.cpp79 \param colorSpace The color space.
85 get_raw_bytes_per_row(color_space colorSpace, int32 width) argument
88 switch (colorSpace) {
149 \param colorSpace The color space.
155 get_bytes_per_row(color_space colorSpace, int32 width) argument
157 int32 bpr = get_raw_bytes_per_row(colorSpace, width);
172 \param colorSpace The bitmap's color space.
178 BBitmap::BBitmap(BRect bounds, uint32 flags, color_space colorSpace, argument
194 _InitObject(bounds, colorSpace, flags, bytesPerRow, screenID);
200 \param colorSpace Th
207 BBitmap(BRect bounds, color_space colorSpace, bool acceptsViews, bool needsContiguous) argument
311 BBitmap(area_id area, ptrdiff_t areaOffset, BRect bounds, uint32 flags, color_space colorSpace, int32 bytesPerRow, screen_id screenID) argument
655 SetBits(const void* data, int32 length, int32 offset, color_space colorSpace) argument
705 ImportBits(const void* data, int32 length, int32 bpr, int32 offset, color_space colorSpace) argument
752 ImportBits(const void* data, int32 length, int32 bpr, color_space colorSpace, BPoint from, BPoint to, BSize size) argument
777 ImportBits(const void* data, int32 length, int32 bpr, color_space colorSpace, BPoint from, BPoint to, int32 width, int32 height) argument
1041 _InitObject(BRect bounds, color_space colorSpace, uint32 flags, int32 bytesPerRow, screen_id screenID, area_id area, ptrdiff_t areaOffset) argument
[all...]
H A DInterfaceDefs.cpp216 /*! Fills the \a width, \a height, and \a colorSpace parameters according
222 uint32& colorSpace)
231 colorSpace = B_CMAP8;
240 colorSpace = B_RGB15;
249 colorSpace = B_RGB16;
258 colorSpace = B_RGB32;
221 get_mode_parameter(uint32 mode, int32& width, int32& height, uint32& colorSpace) argument
H A DPicturePlayer.cpp1250 const uint32* colorSpace; local
1257 || !reader.Get(colorSpace) || !reader.Get(flags)
1263 *width, *height, *bytesPerRow, (color_space)*colorSpace,
/haiku/headers/os/interface/
H A DBitmap.h48 color_space colorSpace,
51 BBitmap(BRect bounds, color_space colorSpace,
61 color_space colorSpace,
89 color_space colorSpace);
91 int32 bpr, color_space colorSpace,
118 int32 offset, color_space colorSpace);
122 int32 bpr, color_space colorSpace,
140 color_space colorSpace, uint32 flags,
/haiku/src/add-ons/accelerants/vesa/
H A Dhooks.cpp46 vesa_overlay_supported_features(uint32 colorSpace) argument
56 vesa_allocate_overlay_buffer(color_space colorSpace, uint16 width, argument
59 debug_printf("allocate_overlay_buffer(width %u, height %u, colorSpace %u)\n",
60 width, height, colorSpace);
66 buffer->space = colorSpace;
176 color_space colorSpace, uint16 bytesPerRow, const uint8* bitmapData)
175 vesa_set_cursor_bitmap(uint16 width, uint16 height, uint16 hotX, uint16 hotY, color_space colorSpace, uint16 bytesPerRow, const uint8* bitmapData) argument
H A Daccelerant_protos.h51 uint16 hotY, color_space colorSpace, uint16 bytesPerRow,
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp779 color_space colorSpace; local
784 message.Read(colorSpace);
792 if (message.ReadBitmap(&bitmap, true, colorSpace,
/haiku/src/add-ons/accelerants/intel_extreme/
H A Daccelerant_protos.h83 uint32 intel_overlay_supported_features(uint32 colorSpace);
/haiku/src/kits/game/
H A DWindowScreen.cpp930 uint32 colorSpace; local
931 if (!BPrivate::get_mode_parameter(space, width, height, colorSpace))
935 if (fModeList[i].space == colorSpace
/haiku/src/build/libbe/interface/
H A DBitmap.cpp171 \param colorSpace The color space.
177 get_raw_bytes_per_row(color_space colorSpace, int32 width) argument
180 switch (colorSpace) {
238 \param colorSpace The color space.
244 get_bytes_per_row(color_space colorSpace, int32 width) argument
246 int32 bpr = get_raw_bytes_per_row(colorSpace, width);
1430 \param colorSpace The bitmap's color space.
1436 BBitmap::BBitmap(BRect bounds, uint32 flags, color_space colorSpace, argument
1450 InitObject(bounds, colorSpace, flags, bytesPerRow, screenID);
1456 \param colorSpace Th
1463 BBitmap(BRect bounds, color_space colorSpace, bool acceptsViews, bool needsContiguous) argument
1751 SetBits(const void *data, int32 length, int32 offset, color_space colorSpace) argument
1804 ImportBits(const void *data, int32 length, int32 bpr, int32 offset, color_space colorSpace) argument
2042 InitObject(BRect bounds, color_space colorSpace, uint32 flags, int32 bytesPerRow, screen_id screenID) argument
[all...]
/haiku/src/servers/app/drawing/
H A DHWInterface.h154 int32 height, color_space colorSpace);

Completed in 185 milliseconds

123