Searched refs:rgbConvFn (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale_unscaled.c355 typedef void (* rgbConvFn) (const uint8_t *, uint8_t *, int); typedef
356 static rgbConvFn findRgbConvFn(SwsContext *c)
362 rgbConvFn conv = NULL;
441 rgbConvFn conv = findRgbConvFn(c);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale_unscaled.c1147 typedef void (* rgbConvFn) (const uint8_t *, uint8_t *, int); typedef
1148 static rgbConvFn findRgbConvFn(SwsContext *c)
1154 rgbConvFn conv = NULL;
1260 rgbConvFn conv = findRgbConvFn(c);

Completed in 151 milliseconds