Searched refs:dstFormatBpp (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale_unscaled.c361 const int dstId = c->dstFormatBpp;
440 const int dstBpp = (c->dstFormatBpp + 7) >> 3;
768 c->dstFormatBpp < 24 &&
769 (c->dstFormatBpp < c->srcFormatBpp || (!isAnyRGB(srcFormat)));
H A Dswscale_internal.h242 int dstFormatBpp; ///< Number of bits per pixel of the destination pixel format. member in struct:SwsContext
H A Dutils.c707 c->dstFormatBpp = av_get_bits_per_pixel(&av_pix_fmt_descriptors[c->dstFormat]);
814 c->dstFormatBpp = av_get_bits_per_pixel(&av_pix_fmt_descriptors[dstFormat]);
H A Dyuv2rgb.c612 const int bpp = c->dstFormatBpp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale_unscaled.c1153 const int dstId = c->dstFormatBpp;
1259 const int dstBpp = (c->dstFormatBpp + 7) >> 3;
1269 int dst_bswap = IS_NOT_NE(c->dstFormatBpp, desc_dst);
1568 c->dstFormatBpp < 24 &&
1569 (c->dstFormatBpp < c->srcFormatBpp || (!isAnyRGB(srcFormat)));
H A Dswscale_internal.h291 int dstFormatBpp; ///< Number of bits per pixel of the destination pixel format. member in struct:SwsContext
H A Dutils.c1015 c->dstFormatBpp = av_get_bits_per_pixel(desc_dst);
1154 if (!c->contrast && !c->saturation && !c->dstFormatBpp)
1221 c->dstFormatBpp = av_get_bits_per_pixel(desc_dst);
H A Dyuv2rgb.c718 const int bpp = c->dstFormatBpp;

Completed in 85 milliseconds