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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale_unscaled.c360 const int srcId = c->srcFormatBpp;
439 const int srcBpp = (c->srcFormatBpp + 7) >> 3;
769 (c->dstFormatBpp < c->srcFormatBpp || (!isAnyRGB(srcFormat)));
H A Dswscale_internal.h243 int srcFormatBpp; ///< Number of bits per pixel of the source pixel format. member in struct:SwsContext
H A Dutils.c708 c->srcFormatBpp = av_get_bits_per_pixel(&av_pix_fmt_descriptors[c->srcFormat]);
815 c->srcFormatBpp = av_get_bits_per_pixel(&av_pix_fmt_descriptors[srcFormat]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale_internal.h292 int srcFormatBpp; ///< Number of bits per pixel of the source pixel format. member in struct:SwsContext
H A Dswscale_unscaled.c1152 const int srcId = c->srcFormatBpp;
1258 const int srcBpp = (c->srcFormatBpp + 7) >> 3;
1268 int src_bswap = IS_NOT_NE(c->srcFormatBpp, desc_src);
1569 (c->dstFormatBpp < c->srcFormatBpp || (!isAnyRGB(srcFormat)));
H A Dutils.c1016 c->srcFormatBpp = av_get_bits_per_pixel(desc_src);
1222 c->srcFormatBpp = av_get_bits_per_pixel(desc_src);

Completed in 71 milliseconds