Searched defs:dstRange (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale_internal.h328 int dstRange; ///< 0 = MPG YUV range, 1 = JPG YUV range (destination image). member in struct:SwsContext
H A Dutils.c693 sws_setColorspaceDetails(struct SwsContext *c, const int inv_table[4], int srcRange, const int table[4], int dstRange, int brightness, int contrast, int saturation) argument
718 sws_getColorspaceDetails(struct SwsContext *c, int **inv_table, int *srcRange, int **table, int *dstRange, int *brightness, int *contrast, int *saturation) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale_internal.h392 int dstRange; ///< 0 = MPG YUV range, 1 = JPG YUV range (destination image). member in struct:SwsContext
H A Dutils.c850 static void fill_rgb2yuv_table(SwsContext *c, const int table[4], int dstRange) argument
980 sws_setColorspaceDetails(struct SwsContext *c, const int inv_table[4], int srcRange, const int table[4], int dstRange, int brightness, int contrast, int saturation) argument
1033 sws_getColorspaceDetails(struct SwsContext *c, int **inv_table, int *srcRange, int **table, int *dstRange, int *brightness, int *contrast, int *saturation) argument
[all...]

Completed in 86 milliseconds