Home
last modified time | relevance | path

Searched refs:BAYER_RENAME (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libswscale/
Dbayer_template.c193 static void BAYER_RENAME(rgb24_copy)(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stri… in BAYER_RENAME() function
203 static void BAYER_RENAME(rgb24_interpolate)(const uint8_t *src, int src_stride, uint8_t *dst, int d… in BAYER_RENAME() function
222 static void BAYER_RENAME(rgb48_copy)(const uint8_t *src, int src_stride, uint8_t *ddst, int dst_str… in BAYER_RENAME() function
235 static void BAYER_RENAME(rgb48_interpolate)(const uint8_t *src, int src_stride, uint8_t *ddst, int … in BAYER_RENAME() function
256 static void BAYER_RENAME(yv12_copy)(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dst… in BAYER_RENAME() function
271 static void BAYER_RENAME(yv12_interpolate)(const uint8_t *src, int src_stride, uint8_t *dstY, uint8… in BAYER_RENAME() function
309 #undef BAYER_RENAME
Dswscale_unscaled.c1223 #define BAYER_RENAME(x) bayer_gbrg8_to_##x macro
1228 #define BAYER_RENAME(x) bayer_gbrg16le_to_##x macro
1233 #define BAYER_RENAME(x) bayer_gbrg16be_to_##x macro
1238 #define BAYER_RENAME(x) bayer_grbg8_to_##x macro
1243 #define BAYER_RENAME(x) bayer_grbg16le_to_##x macro
1248 #define BAYER_RENAME(x) bayer_grbg16be_to_##x macro
1253 #define BAYER_RENAME(x) bayer_bggr8_to_##x macro
1258 #define BAYER_RENAME(x) bayer_bggr16le_to_##x macro
1263 #define BAYER_RENAME(x) bayer_bggr16be_to_##x macro
1268 #define BAYER_RENAME(x) bayer_rggb8_to_##x macro
[all …]