Home
last modified time | relevance | path

Searched defs:dst_fmt (Results 1 – 24 of 24) sorted by relevance

/third_party/pixman/pixman/
Dpixman-arm-neon-asm.S2975 .macro bilinear_interpolate_last_pixel src_fmt, dst_fmt
2991 .macro bilinear_interpolate_two_pixels src_fmt, dst_fmt
3008 .macro bilinear_interpolate_four_pixels src_fmt, dst_fmt
3040 .macro bilinear_interpolate_four_pixels_head src_fmt, dst_fmt
3048 .macro bilinear_interpolate_four_pixels_tail src_fmt, dst_fmt
3054 .macro bilinear_interpolate_four_pixels_tail_head src_fmt, dst_fmt
3062 .macro bilinear_interpolate_eight_pixels_head src_fmt, dst_fmt
3071 .macro bilinear_interpolate_eight_pixels_tail src_fmt, dst_fmt
3079 .macro bilinear_interpolate_eight_pixels_tail_head src_fmt, dst_fmt
/third_party/flutter/skia/third_party/externals/sdl/src/audio/
DSDL_audio_c.h36 SDL_AudioFormat dst_fmt; member
DSDL_audiocvt.c838 SDL_HandTunedTypeCVT(SDL_AudioFormat src_fmt, SDL_AudioFormat dst_fmt) in SDL_HandTunedTypeCVT()
857 SDL_AudioFormat src_fmt, SDL_AudioFormat dst_fmt) in SDL_BuildAudioTypeCVT()
1000 SDL_AudioFormat dst_fmt, Uint8 dst_channels, int dst_rate) in SDL_BuildAudioCVT()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_blit_slow.c46 SDL_PixelFormat *dst_fmt = info->dst_fmt; in SDL_Blit_Slow() local
DSDL_surface.c1062 SDL_PixelFormat src_fmt, dst_fmt; in SDL_ConvertPixels() local
DSDL_blit.h66 SDL_PixelFormat *dst_fmt; member
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_iconv.c131 int dst_fmt; member
210 int dst_fmt = ENCODING_UNKNOWN; in SDL_iconv_open() local
/third_party/pixman/test/
Dsolid-test.c278 pixman_format_code_t src_fmt, dst_fmt, mask_fmt = PIXMAN_null; in test_solid() local
Dblitters-test.c246 pixman_format_code_t src_fmt, dst_fmt, mask_fmt; in test_composite() local
Daffine-test.c45 pixman_format_code_t src_fmt, dst_fmt; in test_composite() local
Dscaling-test.c76 pixman_format_code_t src_fmt, mask_fmt, dst_fmt; in test_composite() local
Dcover-test.c264 pixman_format_code_t src_fmt, dst_fmt, mask_fmt; in test_cover() local
Dlowlevel-blt-bench.c388 int dst_fmt, in bench_composite()
628 int dst_fmt; member
/third_party/ffmpeg/libswresample/
Daudioconvert.c35 #define CONV_FUNC_NAME(dst_fmt, src_fmt) conv_ ## src_fmt ## _to_ ## dst_fmt argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_srgb.c328 const struct util_format_description *dst_fmt, in lp_build_float_to_srgb_packed()
/third_party/gstreamer/gstplugins_base/gst/audiorate/
Dgstaudiorate.c413 GstFormat src_fmt, dst_fmt; in gst_audio_rate_convert_segments() local
/third_party/ffmpeg/libavresample/
Daudio_convert.c134 #define CONV_FUNC_NAME(dst_fmt, src_fmt) conv_ ## src_fmt ## _to_ ## dst_fmt argument
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blit.c474 struct iris_format_info dst_fmt = in iris_blit() local
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blit.c577 struct crocus_format_info dst_fmt = in crocus_blit() local
/third_party/ffmpeg/libavfilter/
Davfiltergraph.c630 static int get_fmt_score(enum AVSampleFormat dst_fmt, enum AVSampleFormat src_fmt) in get_fmt_score()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_surface.c710 enum pipe_format dst_fmt; in nv50_clear_buffer() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_surface.c502 enum pipe_format dst_fmt; in nvc0_clear_buffer() local
/third_party/flutter/skia/third_party/externals/sdl/src/render/
DSDL_render.c550 SDL_PixelFormat *dst_fmt; in SDL_CreateTextureFromSurface() local
/third_party/ffmpeg/libswscale/
Dswscale_unscaled.c1970 #define IS_DIFFERENT_ENDIANESS(src_fmt, dst_fmt, pix_fmt) \ argument