Home
last modified time | relevance | path

Searched refs:SRC_FORMAT (Results 1 – 4 of 4) sorted by relevance

/third_party/pixman/pixman/
Dpixman-inlines.h328 #define FAST_NEAREST_SCANLINE(scanline_func_name, SRC_FORMAT, DST_FORMAT, \ argument
374 a1 = GET_ ## SRC_FORMAT ## _ALPHA(s1); \
375 a2 = GET_ ## SRC_FORMAT ## _ALPHA(s2); \
379 *dst = convert_ ## SRC_FORMAT ## _to_ ## DST_FORMAT (s1); \
384 s1 = convert_ ## SRC_FORMAT ## _to_8888 (s1); \
393 *dst = convert_ ## SRC_FORMAT ## _to_ ## DST_FORMAT (s2); \
398 s2 = convert_## SRC_FORMAT ## _to_8888 (s2); \
407 *dst++ = convert_ ## SRC_FORMAT ## _to_ ## DST_FORMAT (s1); \
408 *dst++ = convert_ ## SRC_FORMAT ## _to_ ## DST_FORMAT (s2); \
419 a1 = GET_ ## SRC_FORMAT ## _ALPHA(s1); \
[all …]
/third_party/gstreamer/gstplugins_bad/ext/iqa/
Diqa.c77 #define SRC_FORMAT " { RGBA } " macro
83 GST_STATIC_CAPS (GST_VIDEO_CAPS_MAKE (SRC_FORMAT))
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_transfer.c95 BEGIN_NV04(push, NV50_2D(SRC_FORMAT), 5); in nv50_2d_transfer_rect()
107 BEGIN_NV04(push, NV50_2D(SRC_FORMAT), 2); in nv50_2d_transfer_rect()
/third_party/gstreamer/gstreamer/gst/
Dgstquery.c482 GST_QUARK (SRC_FORMAT), GST_TYPE_FORMAT, src_format, in gst_query_new_convert()
512 GST_QUARK (SRC_FORMAT), GST_TYPE_FORMAT, src_format, in gst_query_set_convert()
544 GST_QUARK (SRC_FORMAT))); in gst_query_parse_convert()