Home
last modified time | relevance | path

Searched refs:closest_format (Results 1 – 12 of 12) sorted by relevance

/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-texture.c595 closest_format, in get_texture_bits_via_offscreen()
712 closest_format, in texture_get_cb()
725 closest_format)) in texture_get_cb()
734 closest_format)) in texture_get_cb()
751 CoglPixelFormat closest_format; in cogl_texture_get_data() local
781 closest_format = in cogl_texture_get_data()
791 closest_format = ((closest_format & ~COGL_PREMULT_BIT) | in cogl_texture_get_data()
804 closest_format = COGL_PIXEL_FORMAT_A_8; in cogl_texture_get_data()
816 closest_format = COGL_PIXEL_FORMAT_RGBA_8888; in cogl_texture_get_data()
823 if (closest_format == format) in cogl_texture_get_data()
[all …]
H A Dcogl-bitmap-conversion.c600 CoglPixelFormat closest_format; in _cogl_bitmap_convert_for_upload() local
602 closest_format = in _cogl_bitmap_convert_for_upload()
609 if (closest_format != src_format) in _cogl_bitmap_convert_for_upload()
610 dst_bmp = _cogl_bitmap_convert (src_bmp, closest_format, error); in _cogl_bitmap_convert_for_upload()
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-texture.c570 closest_format, in get_texture_bits_via_offscreen()
690 closest_format, in texture_get_cb()
703 closest_format)) in texture_get_cb()
712 closest_format)) in texture_get_cb()
729 CoglPixelFormat closest_format; in cogl_texture_get_data() local
762 closest_format = in cogl_texture_get_data()
771 closest_format = ((closest_format & ~COGL_PREMULT_BIT) | in cogl_texture_get_data()
784 closest_format = COGL_PIXEL_FORMAT_A_8; in cogl_texture_get_data()
794 closest_format = COGL_PIXEL_FORMAT_RGBA_8888; in cogl_texture_get_data()
799 if (closest_format == format) in cogl_texture_get_data()
[all …]
H A Dcogl-bitmap-conversion.c611 CoglPixelFormat closest_format; in _cogl_bitmap_convert_for_upload() local
613 closest_format = in _cogl_bitmap_convert_for_upload()
620 if (closest_format != src_format) in _cogl_bitmap_convert_for_upload()
621 dst_bmp = _cogl_bitmap_convert (src_bmp, closest_format, error); in _cogl_bitmap_convert_for_upload()
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-texture.c873 closest_format, in get_texture_bits_via_offscreen()
990 closest_format, in texture_get_cb()
1003 closest_format)) in texture_get_cb()
1012 closest_format)) in texture_get_cb()
1029 CoglPixelFormat closest_format; in cogl_texture_get_data() local
1059 closest_format = in cogl_texture_get_data()
1068 closest_format = ((closest_format & ~COGL_PREMULT_BIT) | in cogl_texture_get_data()
1081 closest_format = COGL_PIXEL_FORMAT_A_8; in cogl_texture_get_data()
1093 closest_format = COGL_PIXEL_FORMAT_RGBA_8888; in cogl_texture_get_data()
1100 if (closest_format == format) in cogl_texture_get_data()
[all …]
H A Dcogl-bitmap-conversion.c600 CoglPixelFormat closest_format; in _cogl_bitmap_convert_for_upload() local
602 closest_format = in _cogl_bitmap_convert_for_upload()
609 if (closest_format != src_format) in _cogl_bitmap_convert_for_upload()
610 dst_bmp = _cogl_bitmap_convert (src_bmp, closest_format, error); in _cogl_bitmap_convert_for_upload()
/dports/audio/musicpd/mpd-0.23.6/src/output/plugins/wasapi/
H A DWasapiOutputPlugin.cxx919 ComHeapPtr<WAVEFORMATEXTENSIBLE> closest_format; in FindSharedFormatSupported() local
923 closest_format.AddressCast<WAVEFORMATEX>()); in FindSharedFormatSupported()
950 closest_format.AddressCast<WAVEFORMATEX>()); in FindSharedFormatSupported()
966 if (closest_format->Format.wFormatTag == WAVE_FORMAT_EXTENSIBLE) { in FindSharedFormatSupported()
967 device_format = *closest_format; in FindSharedFormatSupported()
971 device_format.Format = closest_format->Format; in FindSharedFormatSupported()
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/media-playback/media-playback/
H A Dclosest-format.h19 static enum AVPixelFormat closest_format(enum AVPixelFormat fmt) in closest_format() function
H A Dmedia.c265 m->scale_format = closest_format(m->v.frame->format); in mp_media_prepare_frames()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-ffmpeg/
H A Dobs-ffmpeg-output.c210 enum AVPixelFormat closest_format; in create_video_stream() local
224 closest_format = data->config.format; in create_video_stream()
226 closest_format = avcodec_find_best_pix_fmt_of_list( in create_video_stream()
240 context->pix_fmt = closest_format; in create_video_stream()
/dports/devel/sdl20/SDL2-2.0.18/src/render/
H A DSDL_render.c1232 int closest_format; in SDL_CreateTexture() local
1235 closest_format = GetClosestSupportedFormat(renderer, format); in SDL_CreateTexture()
1237 closest_format = renderer->info.texture_formats[0]; in SDL_CreateTexture()
1240 texture->native = SDL_CreateTexture(renderer, closest_format, access, w, h); in SDL_CreateTexture()
/dports/x11/controllermap/SDL2-2.0.18/src/render/
H A DSDL_render.c1232 int closest_format; in SDL_CreateTexture() local
1235 closest_format = GetClosestSupportedFormat(renderer, format); in SDL_CreateTexture()
1237 closest_format = renderer->info.texture_formats[0]; in SDL_CreateTexture()
1240 texture->native = SDL_CreateTexture(renderer, closest_format, access, w, h); in SDL_CreateTexture()