Home
last modified time | relevance | path

Searched refs:pixel_format (Results 1 – 25 of 2665) sorted by relevance

12345678910>>...107

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/selftests/
H A Dtest-drm_framebuffer.c29 .cmd = { .width = 600, .height = 600, .pixel_format = DRM_FORMAT_ABGR8888,
34 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888,
59 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = 0,
64 .cmd = { .width = 0, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888,
69 .cmd = { .width = MAX_WIDTH, .height = 0, .pixel_format = DRM_FORMAT_ABGR8888,
115 .cmd = { .width = 600, .height = 600, .pixel_format = DRM_FORMAT_NV12,
170 .cmd = { .width = 600, .height = 600, .pixel_format = DRM_FORMAT_NV12,
175 .cmd = { .width = 600, .height = 600, .pixel_format = DRM_FORMAT_YVU420,
181 .cmd = { .width = 600, .height = 600, .pixel_format = DRM_FORMAT_YVU420,
253 .cmd = { .width = 600, .height = 600, .pixel_format = DRM_FORMAT_X0L2,
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/selftests/
H A Dtest-drm_framebuffer.c29 .cmd = { .width = 600, .height = 600, .pixel_format = DRM_FORMAT_ABGR8888,
34 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888,
59 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = 0,
64 .cmd = { .width = 0, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888,
69 .cmd = { .width = MAX_WIDTH, .height = 0, .pixel_format = DRM_FORMAT_ABGR8888,
115 .cmd = { .width = 600, .height = 600, .pixel_format = DRM_FORMAT_NV12,
170 .cmd = { .width = 600, .height = 600, .pixel_format = DRM_FORMAT_NV12,
175 .cmd = { .width = 600, .height = 600, .pixel_format = DRM_FORMAT_YVU420,
181 .cmd = { .width = 600, .height = 600, .pixel_format = DRM_FORMAT_YVU420,
253 .cmd = { .width = 600, .height = 600, .pixel_format = DRM_FORMAT_X0L2,
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/selftests/
H A Dtest-drm_framebuffer.c29 .cmd = { .width = 600, .height = 600, .pixel_format = DRM_FORMAT_ABGR8888,
34 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888,
59 .cmd = { .width = MAX_WIDTH, .height = MAX_HEIGHT, .pixel_format = 0,
64 .cmd = { .width = 0, .height = MAX_HEIGHT, .pixel_format = DRM_FORMAT_ABGR8888,
69 .cmd = { .width = MAX_WIDTH, .height = 0, .pixel_format = DRM_FORMAT_ABGR8888,
115 .cmd = { .width = 600, .height = 600, .pixel_format = DRM_FORMAT_NV12,
170 .cmd = { .width = 600, .height = 600, .pixel_format = DRM_FORMAT_NV12,
175 .cmd = { .width = 600, .height = 600, .pixel_format = DRM_FORMAT_YVU420,
181 .cmd = { .width = 600, .height = 600, .pixel_format = DRM_FORMAT_YVU420,
253 .cmd = { .width = 600, .height = 600, .pixel_format = DRM_FORMAT_X0L2,
[all …]
/dports/graphics/movit/movit-1.6.3/
H A Dflat_input.cpp46 pixel_format = FORMAT_RGB; in FlatInput()
50 pixel_format = FORMAT_R; in FlatInput()
54 pixel_format = pixel_format_in; in FlatInput()
74 if (pixel_format == FORMAT_R) { in set_gl_state()
76 } else if (pixel_format == FORMAT_RG) { in set_gl_state()
84 if (pixel_format == FORMAT_R) { in set_gl_state()
94 if (pixel_format == FORMAT_R) { in set_gl_state()
105 if (pixel_format == FORMAT_RGB) { in set_gl_state()
114 if (pixel_format == FORMAT_R) { in set_gl_state()
124 if (pixel_format == FORMAT_RGB) { in set_gl_state()
[all …]
/dports/devel/p5-SDL/SDL-2.548/t/
H A Dcore_surface.t52 my $pixel_format = $image->format;
53 isa_ok( $pixel_format, 'SDL::PixelFormat' );
56 is( $pixel_format->Rloss, 8, ' Rloss' );
57 is( $pixel_format->Gloss, 8, ' Gloss' );
58 is( $pixel_format->Bloss, 8, ' Bloss' );
59 is( $pixel_format->Aloss, 8, ' Aloss' );
64 is( $pixel_format->Rmask, 0, ' Rmask' );
65 is( $pixel_format->Gmask, 0, ' Gmask' );
66 is( $pixel_format->Bmask, 0, ' Bmask' );
67 is( $pixel_format->Amask, 0, ' Amask' );
[all …]
/dports/graphics/libgaiagraphics/libgaiagraphics-0.5/src/
H A Dgaiagraphics_image.c50 if (pixel_format == GG_PIXEL_RGB || pixel_format == GG_PIXEL_RGBA in gg_image_infos_create()
51 || pixel_format == GG_PIXEL_ARGB || pixel_format == GG_PIXEL_BGR in gg_image_infos_create()
53 || pixel_format == GG_PIXEL_PALETTE || pixel_format == GG_PIXEL_GRID in gg_image_infos_create()
91 img->pixel_format = pixel_format; in gg_image_infos_create()
142 || pixel_format == GG_PIXEL_ARGB || pixel_format == GG_PIXEL_BGR in gg_image_create()
194 img->pixel_format = pixel_format; in gg_image_create()
295 || pixel_format == GG_PIXEL_ARGB || pixel_format == GG_PIXEL_BGR in gg_image_create_from_bitmap()
347 img->pixel_format = pixel_format; in gg_image_create_from_bitmap()
458 || pixel_format == GG_PIXEL_ARGB || pixel_format == GG_PIXEL_BGR in gg_strip_image_create()
517 img->pixel_format = pixel_format; in gg_strip_image_create()
[all …]
H A Dgaiagraphics_adam7.c76 switch (img->pixel_format) in gGraphImageToAdam7()
953 switch (pixel_format) in adam7_decode()
1074 if (im1->pixel_format != im2->pixel_format) in check_adam7_subs()
1252 switch (img->pixel_format) in merge_adam7_scale_1()
1343 switch (img->pixel_format) in merge_adam7_scale_1()
1432 switch (img->pixel_format) in merge_adam7_scale_1()
1523 switch (img->pixel_format) in merge_adam7_scale_1()
1612 switch (img->pixel_format) in merge_adam7_scale_1()
1702 switch (img->pixel_format) in merge_adam7_scale_1()
1791 switch (img->pixel_format) in merge_adam7_scale_1()
[all …]
/dports/games/lwjgl/lwjgl-2df01dd/src/native/linux/opengl/
H A Dcontext.c117 jclass cls_pixel_format = (*env)->GetObjectClass(env, pixel_format); in chooseVisualGLX13FromBPP()
118 …int alpha = (int)(*env)->GetIntField(env, pixel_format, (*env)->GetFieldID(env, cls_pixel_format, … in chooseVisualGLX13FromBPP()
186 jclass cls_pixel_format = (*env)->GetObjectClass(env, pixel_format); in chooseVisualGLX13()
196 …bpp = (int)(*env)->GetIntField(env, pixel_format, (*env)->GetFieldID(env, cls_pixel_format, "bpp",… in chooseVisualGLX13()
197 …return chooseVisualGLX13FromBPP(env, disp, screen, pixel_format, bpp, drawable_type, double_buffer… in chooseVisualGLX13()
201 jclass cls_pixel_format = (*env)->GetObjectClass(env, pixel_format); in chooseVisualGLXFromBPP()
247 jclass cls_pixel_format = (*env)->GetObjectClass(env, pixel_format); in chooseVisualGLX()
251 …XVisualInfo *vis_info = chooseVisualGLXFromBPP(env, disp, screen, pixel_format, bpp, double_buffer… in chooseVisualGLX()
257 …bpp = (int)(*env)->GetIntField(env, pixel_format, (*env)->GetFieldID(env, cls_pixel_format, "bpp",… in chooseVisualGLX()
258 return chooseVisualGLXFromBPP(env, disp, screen, pixel_format, bpp, double_buffer); in chooseVisualGLX()
[all …]
/dports/games/lwjgl/lwjgl-2df01dd/src/native/windows/opengl/
H A Dcontext.c184 jclass cls_pixel_format = (*env)->GetObjectClass(env, pixel_format); in findPixelFormatARBFromBPP()
276 jclass cls_pixel_format = (*env)->GetObjectClass(env, pixel_format); in findPixelFormatARB()
287 …bpp = (int)(*env)->GetIntField(env, pixel_format, (*env)->GetFieldID(env, cls_pixel_format, "bpp",… in findPixelFormatARB()
294 static int findPixelFormatFromBPP(JNIEnv *env, HDC hdc, jobject pixel_format, int bpp, bool double_… in findPixelFormatFromBPP() argument
296 jclass cls_pixel_format = (*env)->GetObjectClass(env, pixel_format); in findPixelFormatFromBPP()
380 jclass cls_pixel_format = (*env)->GetObjectClass(env, pixel_format); in findPixelFormatDefault()
383 iPixelFormat = findPixelFormatFromBPP(env, hdc, pixel_format, bpp, double_buffer); in findPixelFormatDefault()
391 …bpp = (int)(*env)->GetIntField(env, pixel_format, (*env)->GetFieldID(env, cls_pixel_format, "bpp",… in findPixelFormatDefault()
392 return findPixelFormatFromBPP(env, hdc, pixel_format, bpp, double_buffer); in findPixelFormatDefault()
446 jclass cls_pixel_format = (*env)->GetObjectClass(env, pixel_format); in findPixelFormatOnDC()
[all …]
/dports/multimedia/vapoursynth/vapoursynth-R54/src/avfs/
H A Dvideoinfoadapter.h52 int pixel_format; member
68 pixel_format = vi->format->id; in VideoInfoAdapter()
89 pixel_format = pfGray8; in VideoInfoAdapter()
93 pixel_format = pfYUV411P8; in VideoInfoAdapter()
95 pixel_format = pfYUV420P8; in VideoInfoAdapter()
97 pixel_format = pfYUV422P8; in VideoInfoAdapter()
99 pixel_format = pfYUV444P8; in VideoInfoAdapter()
101 pixel_format = pfYUV420P10; in VideoInfoAdapter()
103 pixel_format = pfYUV422P10; in VideoInfoAdapter()
113 pixel_format = pfRGB30; in VideoInfoAdapter()
[all …]
/dports/graphics/libjxl/libjxl-0.6.1/tools/jni/org/jpeg/jpegxl/wrapper/
H A Ddecoder_jni.cc46 JxlPixelFormat ToPixelFormat(size_t pixel_format) { in ToPixelFormat() argument
47 if (pixel_format == 0) { in ToPixelFormat()
50 } else if (pixel_format == 1) { in ToPixelFormat()
54 } else if (pixel_format == 2) { in ToPixelFormat()
57 } else if (pixel_format == 3) { in ToPixelFormat()
197 size_t pixel_format = 0; in Java_org_jpeg_jpegxl_wrapper_DecoderJni_nativeGetBasicInfo() local
202 pixel_format = context[0]; in Java_org_jpeg_jpegxl_wrapper_DecoderJni_nativeGetBasicInfo()
203 if (pixel_format == kNoPixelFormat) { in Java_org_jpeg_jpegxl_wrapper_DecoderJni_nativeGetBasicInfo()
252 size_t pixel_format = 0; in Java_org_jpeg_jpegxl_wrapper_DecoderJni_nativeGetPixels() local
258 pixel_format = context[0]; in Java_org_jpeg_jpegxl_wrapper_DecoderJni_nativeGetPixels()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/tbl/vipl/examples/
H A Dexample_convert.cxx48 if (in->pixel_format() == VIL_PIXEL_FORMAT_BYTE) { in main()
68 …else if (vil_pixel_format_component_format(in->pixel_format()) != in->pixel_format()) { // RGB or … in main()
69 if (in->pixel_format() == VIL_PIXEL_FORMAT_RGB_BYTE) { in main()
80 else if (in->pixel_format() == VIL_PIXEL_FORMAT_BYTE) in main()
86 else if (in->pixel_format() == VIL_PIXEL_FORMAT_SBYTE) in main()
93 else if (in->pixel_format() == VIL_PIXEL_FORMAT_UINT_16) in main()
100 else if (in->pixel_format() == VIL_PIXEL_FORMAT_UINT_16) in main()
107 else if (in->pixel_format() == VIL_PIXEL_FORMAT_UINT_32) in main()
114 else if (in->pixel_format() == VIL_PIXEL_FORMAT_UINT_32) in main()
137 else if (in->pixel_format() == VIL_PIXEL_FORMAT_FLOAT) in main()
[all …]
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Dbutteraugli_test.cc16 JxlPixelFormat pixel_format = {4, JXL_TYPE_UINT16, JXL_BIG_ENDIAN, 0}; in TEST() local
20 api.get(), xsize, ysize, &pixel_format, pixels.data(), pixels.size(), in TEST()
21 &pixel_format, pixels.data(), pixels.size())); in TEST()
29 JxlPixelFormat pixel_format = {4, JXL_TYPE_UINT16, JXL_BIG_ENDIAN, 0}; in TEST() local
34 &pixel_format, pixels.data(), pixels.size())); in TEST()
55 JxlPixelFormat pixel_format = {4, JXL_TYPE_UINT16, JXL_BIG_ENDIAN, 0}; in TEST() local
59 api.get(), xsize, ysize, &pixel_format, orig_pixels.data(), in TEST()
60 orig_pixels.size(), &pixel_format, dist_pixels.data(), in TEST()
80 api.get(), xsize, ysize, &pixel_format, orig_pixels.data(), in TEST()
81 orig_pixels.size(), &pixel_format, dist_pixels.data(), in TEST()
[all …]
H A Droundtrip_test.cc32 pixel_format.num_channels == 1 || pixel_format.num_channels == 2; in ConvertTestImage()
34 pixel_format.num_channels == 2 || pixel_format.num_channels == 4; in ConvertTestImage()
40 switch (pixel_format.data_type) { in ConvertTestImage()
57 switch (pixel_format.data_type) { in ConvertTestImage()
86 } else if (pixel_format.data_type == JXL_TYPE_FLOAT) { in ConvertTestImage()
288 VerifyRoundtripCompression<float>(63, 129, pixel_format, pixel_format, in TEST()
301 JxlPixelFormat pixel_format = in TEST()
315 JxlPixelFormat pixel_format = in TEST()
317 VerifyRoundtripCompression<uint8_t>(63, 129, pixel_format, pixel_format, in TEST()
340 JxlPixelFormat pixel_format = in TEST()
[all …]
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Dbutteraugli_test.cc16 JxlPixelFormat pixel_format = {4, JXL_TYPE_UINT16, JXL_BIG_ENDIAN, 0}; in TEST() local
20 api.get(), xsize, ysize, &pixel_format, pixels.data(), pixels.size(), in TEST()
21 &pixel_format, pixels.data(), pixels.size())); in TEST()
29 JxlPixelFormat pixel_format = {4, JXL_TYPE_UINT16, JXL_BIG_ENDIAN, 0}; in TEST() local
34 &pixel_format, pixels.data(), pixels.size())); in TEST()
55 JxlPixelFormat pixel_format = {4, JXL_TYPE_UINT16, JXL_BIG_ENDIAN, 0}; in TEST() local
59 api.get(), xsize, ysize, &pixel_format, orig_pixels.data(), in TEST()
60 orig_pixels.size(), &pixel_format, dist_pixels.data(), in TEST()
80 api.get(), xsize, ysize, &pixel_format, orig_pixels.data(), in TEST()
81 orig_pixels.size(), &pixel_format, dist_pixels.data(), in TEST()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dbutteraugli_test.cc16 JxlPixelFormat pixel_format = {4, JXL_TYPE_UINT16, JXL_BIG_ENDIAN, 0}; in TEST() local
20 api.get(), xsize, ysize, &pixel_format, pixels.data(), pixels.size(), in TEST()
21 &pixel_format, pixels.data(), pixels.size())); in TEST()
29 JxlPixelFormat pixel_format = {4, JXL_TYPE_UINT16, JXL_BIG_ENDIAN, 0}; in TEST() local
34 &pixel_format, pixels.data(), pixels.size())); in TEST()
55 JxlPixelFormat pixel_format = {4, JXL_TYPE_UINT16, JXL_BIG_ENDIAN, 0}; in TEST() local
59 api.get(), xsize, ysize, &pixel_format, orig_pixels.data(), in TEST()
60 orig_pixels.size(), &pixel_format, dist_pixels.data(), in TEST()
80 api.get(), xsize, ysize, &pixel_format, orig_pixels.data(), in TEST()
81 orig_pixels.size(), &pixel_format, dist_pixels.data(), in TEST()
[all …]
H A Droundtrip_test.cc31 pixel_format.num_channels == 1 || pixel_format.num_channels == 2; in ConvertTestImage()
33 pixel_format.num_channels == 2 || pixel_format.num_channels == 4; in ConvertTestImage()
39 switch (pixel_format.data_type) { in ConvertTestImage()
55 switch (pixel_format.data_type) { in ConvertTestImage()
80 } else if (pixel_format.data_type == JXL_TYPE_FLOAT) { in ConvertTestImage()
282 VerifyRoundtripCompression<float>(63, 129, pixel_format, pixel_format, in TEST()
295 JxlPixelFormat pixel_format = in TEST()
309 JxlPixelFormat pixel_format = in TEST()
311 VerifyRoundtripCompression<uint8_t>(63, 129, pixel_format, pixel_format, in TEST()
334 JxlPixelFormat pixel_format = in TEST()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Dbutteraugli_test.cc16 JxlPixelFormat pixel_format = {4, JXL_TYPE_UINT16, JXL_BIG_ENDIAN, 0}; in TEST() local
20 api.get(), xsize, ysize, &pixel_format, pixels.data(), pixels.size(), in TEST()
21 &pixel_format, pixels.data(), pixels.size())); in TEST()
29 JxlPixelFormat pixel_format = {4, JXL_TYPE_UINT16, JXL_BIG_ENDIAN, 0}; in TEST() local
34 &pixel_format, pixels.data(), pixels.size())); in TEST()
55 JxlPixelFormat pixel_format = {4, JXL_TYPE_UINT16, JXL_BIG_ENDIAN, 0}; in TEST() local
59 api.get(), xsize, ysize, &pixel_format, orig_pixels.data(), in TEST()
60 orig_pixels.size(), &pixel_format, dist_pixels.data(), in TEST()
80 api.get(), xsize, ysize, &pixel_format, orig_pixels.data(), in TEST()
81 orig_pixels.size(), &pixel_format, dist_pixels.data(), in TEST()
[all …]
H A Droundtrip_test.cc31 pixel_format.num_channels == 1 || pixel_format.num_channels == 2; in ConvertTestImage()
33 pixel_format.num_channels == 2 || pixel_format.num_channels == 4; in ConvertTestImage()
39 switch (pixel_format.data_type) { in ConvertTestImage()
55 switch (pixel_format.data_type) { in ConvertTestImage()
80 } else if (pixel_format.data_type == JXL_TYPE_FLOAT) { in ConvertTestImage()
282 VerifyRoundtripCompression<float>(63, 129, pixel_format, pixel_format, in TEST()
295 JxlPixelFormat pixel_format = in TEST()
309 JxlPixelFormat pixel_format = in TEST()
311 VerifyRoundtripCompression<uint8_t>(63, 129, pixel_format, pixel_format, in TEST()
334 JxlPixelFormat pixel_format = in TEST()
[all …]
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/software_ddraw/
H A Devas_ddraw_main.cpp10 DDPIXELFORMAT pixel_format; in evas_software_ddraw_init() local
36 ZeroMemory(&pixel_format, sizeof(pixel_format)); in evas_software_ddraw_init()
37 pixel_format.dwSize = sizeof(pixel_format); in evas_software_ddraw_init()
40 if (pixel_format.dwRGBBitCount != 32) in evas_software_ddraw_init()
113 ZeroMemory(&pixel_format, sizeof(pixel_format)); in evas_software_ddraw_init()
114 pixel_format.dwSize = sizeof(pixel_format); in evas_software_ddraw_init()
117 if (pixel_format.dwRGBBitCount != 32) in evas_software_ddraw_init()
157 DDPIXELFORMAT pixel_format; in evas_software_ddraw_masks_get() local
159 ZeroMemory(&pixel_format, sizeof(pixel_format)); in evas_software_ddraw_masks_get()
160 pixel_format.dwSize = sizeof(pixel_format); in evas_software_ddraw_masks_get()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/load_image-2.16.1/src/
H A Dpixel_format.rs18 fn pixel_format() -> (PixelFormat, ColorSpaceSignature); in pixel_format() method
35 macro_rules! pixel_format { macro
38 fn pixel_format() -> (PixelFormat, ColorSpaceSignature) {
45 pixel_format!{CMYK, PixelFormat::CMYK_8_REV, ColorSpaceSignature::CmykData }
48 pixel_format!{RGB8, PixelFormat::RGB_8, ColorSpaceSignature::RgbData }
49 pixel_format!{RGBA8, PixelFormat::RGBA_8, ColorSpaceSignature::RgbData }
50 pixel_format!{Gray<u8>, PixelFormat::GRAY_8, ColorSpaceSignature::GrayData }
51 pixel_format!{GrayAlpha<u8>, PixelFormat::GRAYA_8, ColorSpaceSignature::GrayData }
53 pixel_format!{RGB16, PixelFormat::RGB_16, ColorSpaceSignature::RgbData }
55 pixel_format!{RGBA16, PixelFormat::RGBA_16, ColorSpaceSignature::RgbData }
[all …]
/dports/x11/xpra/xpra-4.3/xpra/codecs/argb/
H A Dencoder.py31 pixel_format = image.get_pixel_format()
36 if pixel_format not in rgb_formats:
38 pixel_format, rgb_formats, supports_transparency)
41 pixel_format, rgb_formats))
43 pixel_format = image.get_pixel_format()
45 if len(pixel_format)==4:
47 elif len(pixel_format)==3:
50 raise Exception("invalid pixel format %s" % pixel_format)
54 client_options = {"rgb_format" : pixel_format}
101 if pixel_format.find("A")>=0 or pixel_format.find("X")>=0:
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/tbl/vepl/
H A Dvepl_monadic.cxx41 if (image->pixel_format() == VIL_PIXEL_FORMAT_RGB_BYTE) { in vepl_monadic_abs()
47 else if (image->pixel_format() == VIL_PIXEL_FORMAT_BYTE) { in vepl_monadic_abs()
53 else if (image->pixel_format() == VIL_PIXEL_FORMAT_UINT_16) { in vepl_monadic_abs()
59 else if (image->pixel_format() == VIL_PIXEL_FORMAT_UINT_32) { in vepl_monadic_abs()
67 else if (image->pixel_format() == VIL_PIXEL_FORMAT_SBYTE) { in vepl_monadic_abs()
78 else if (image->pixel_format() == VIL_PIXEL_FORMAT_INT_16) { in vepl_monadic_abs()
89 else if (image->pixel_format() == VIL_PIXEL_FORMAT_INT_32) { in vepl_monadic_abs()
102 else if (image->pixel_format() == VIL_PIXEL_FORMAT_FLOAT) { in vepl_monadic_abs()
135 if (image->pixel_format() == VIL_PIXEL_FORMAT_FLOAT) { in vepl_monadic_sqrt()
168 if (image->pixel_format() == VIL_PIXEL_FORMAT_BYTE) { in vepl_monadic_sqr()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/win/
H A Dcapability_list_win.cc26 (requested.pixel_format == media::PIXEL_FORMAT_Y16) || in CompareCapability()
27 (requested.pixel_format == media::PIXEL_FORMAT_NV12); in CompareCapability()
28 if (use_requested && lhs.pixel_format != rhs.pixel_format) { in CompareCapability()
29 if (lhs.pixel_format == requested.pixel_format) in CompareCapability()
31 if (rhs.pixel_format == requested.pixel_format) in CompareCapability()
53 return VideoCaptureFormat::ComparePixelFormatPreference(lhs.pixel_format, in CompareCapability()
54 rhs.pixel_format); in CompareCapability()
/dports/misc/vxl/vxl-3.3.2/contrib/mul/vimt3d/
H A Dvimt3d_vil3d_v3i.cxx163 && this->pixel_format == rhs.pixel_format in operator ==()
206 my_header.pixel_format = im_->image_base().pixel_format(); in load_full_image()
295 …header_.pixel_format = dynamic_cast<vimt3d_image_3d&>(*instance.object()[i]).image_base().pixel_fo… in vimt3d_vil3d_v3i_image()
438 header_.pixel_format = format; in vimt3d_vil3d_v3i_image()
513 return header_.pixel_format; in pixel_format()
595 switch (view.pixel_format()) in get_copy_view()
637 switch (view.pixel_format()) in get_view()
680 if (vv.pixel_format() != im_->image_base().pixel_format()) in put_view()
683 vv.pixel_format(), im_->image_base().pixel_format(), "vimt3d_vil3d_v3i_image::put_view")); in put_view()
690 switch (vv.pixel_format()) in put_view()
[all …]

12345678910>>...107