• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/

Lines Matching defs:dstFormat

991     desc_dst = av_pix_fmt_desc_get(c->dstFormat);
994 if(!isYUV(c->dstFormat) && !isGray(c->dstFormat))
1012 if ((isYUV(c->dstFormat) || isGray(c->dstFormat)) && (isYUV(c->srcFormat) || isGray(c->srcFormat)))
1018 if (!isYUV(c->dstFormat) && !isGray(c->dstFormat)) {
1101 c->dst0Alpha |= handle_0alpha(&c->dstFormat);
1103 c->dstXYZ |= handle_xyz(&c->dstFormat);
1136 enum AVPixelFormat dstFormat = c->dstFormat;
1149 c->dstRange |= handle_jpeg(&c->dstFormat);
1151 if(srcFormat!=c->srcFormat || dstFormat!=c->dstFormat)
1161 dstFormat = c->dstFormat;
1163 desc_dst = av_pix_fmt_desc_get(dstFormat);
1166 av_pix_fmt_swap_endianness(srcFormat) == dstFormat)) {
1172 if (!sws_isSupportedOutput(dstFormat)) {
1174 av_get_pix_fmt_name(dstFormat));
1235 av_pix_fmt_get_chroma_sub_sample(dstFormat, &c->chrDstHSubSample, &c->chrDstVSubSample);
1237 if (isAnyRGB(dstFormat) && !(flags&SWS_FULL_CHR_H_INT)) {
1260 if(dstFormat == AV_PIX_FMT_BGR4_BYTE ||
1261 dstFormat == AV_PIX_FMT_RGB4_BYTE ||
1262 dstFormat == AV_PIX_FMT_BGR8 ||
1263 dstFormat == AV_PIX_FMT_RGB8) {
1270 av_get_pix_fmt_name(dstFormat));
1279 av_get_pix_fmt_name(dstFormat));
1284 if (isPlanarRGB(dstFormat)) {
1288 av_get_pix_fmt_name(dstFormat));
1297 isAnyRGB(dstFormat) &&
1298 !isPlanarRGB(dstFormat) &&
1299 dstFormat != AV_PIX_FMT_RGBA &&
1300 dstFormat != AV_PIX_FMT_ARGB &&
1301 dstFormat != AV_PIX_FMT_BGRA &&
1302 dstFormat != AV_PIX_FMT_ABGR &&
1303 dstFormat != AV_PIX_FMT_RGB24 &&
1304 dstFormat != AV_PIX_FMT_BGR24 &&
1305 dstFormat != AV_PIX_FMT_BGR4_BYTE &&
1306 dstFormat != AV_PIX_FMT_RGB4_BYTE &&
1307 dstFormat != AV_PIX_FMT_BGR8 &&
1308 dstFormat != AV_PIX_FMT_RGB8
1312 av_get_pix_fmt_name(dstFormat));
1316 if (isAnyRGB(dstFormat) && !(flags & SWS_FULL_CHR_H_INT))
1556 if (CONFIG_SWSCALE_ALPHA && isALPHA(c->srcFormat) && isALPHA(c->dstFormat))
1610 dstFormat == AV_PIX_FMT_BGR555 || dstFormat == AV_PIX_FMT_BGR565 ||
1611 dstFormat == AV_PIX_FMT_RGB444BE || dstFormat == AV_PIX_FMT_RGB444LE ||
1612 dstFormat == AV_PIX_FMT_BGR444BE || dstFormat == AV_PIX_FMT_BGR444LE ?
1617 av_get_pix_fmt_name(dstFormat));
1644 (c->srcRange == c->dstRange || isAnyRGB(dstFormat))) {
1651 av_get_pix_fmt_name(srcFormat), av_get_pix_fmt_name(dstFormat));
1664 int dstW, int dstH, enum AVPixelFormat dstFormat,
1679 c->dstFormat = dstFormat;
2078 enum AVPixelFormat dstFormat, int flags,
2095 context->dstFormat != dstFormat ||
2111 context->dstFormat = dstFormat;