Home
last modified time | relevance | path

Searched refs:rgb15to32 (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libswscale/tests/
H A Dcolorspace.c61 FUNC(2, 4, rgb15to32), in main()
/third_party/ffmpeg/libswscale/
H A Drgb2rgb.h40 extern void (*rgb15to32)(const uint8_t *src, uint8_t *dst, int src_size);
H A Drgb2rgb.c52 void (*rgb15to32)(const uint8_t *src, uint8_t *dst, int src_size); variable
H A Drgb2rgb_template.c951 rgb15to32 = rgb15to32_c; in rgb2rgb_init_c()
H A Dswscale_unscaled.c1541 case 0x0020000F: conv = rgb15to32; break; in findRgbConvFn()
/third_party/ffmpeg/libswscale/x86/
H A Drgb2rgb_template.c930 static inline void RENAME(rgb15to32)(const uint8_t *src, uint8_t *dst, int src_size) in rgb15to32() function
2408 rgb15to32 = RENAME(rgb15to32); in rgb2rgb_init()

Completed in 11 milliseconds