Searched refs:dstFormat (Results 26 - 34 of 34) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Dswscale_template.c1660 enum AVPixelFormat dstFormat = c->dstFormat; local
1663 if (!is16BPS(dstFormat) && !is9_OR_10BPS(dstFormat) && dstFormat != AV_PIX_FMT_NV12
1664 && dstFormat != AV_PIX_FMT_NV21 && !(c->flags & SWS_BITEXACT)) {
1667 switch (c->dstFormat) {
1682 switch (c->dstFormat) {
1695 switch (c->dstFormat) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/x86/
H A Dswscale_template.c1693 dstFormat = c->dstFormat; local
1695 if (!is16BPS(dstFormat) && !is9_OR_10BPS(dstFormat) &&
1696 dstFormat != PIX_FMT_NV12 && dstFormat != PIX_FMT_NV21) {
1700 switch (c->dstFormat) {
1711 switch (c->dstFormat) {
1723 switch (c->dstFormat) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale.c305 enum PixelFormat dstFormat = c->dstFormat; local
309 if (dstFormat == PIX_FMT_NV12)
2118 enum PixelFormat dstFormat = c->dstFormat; local
2120 if (is16BPS(dstFormat)) {
2121 *yuv2planeX = isBE(dstFormat) ? yuv2planeX_16BE_c : yuv2planeX_16LE_c;
2122 *yuv2plane1 = isBE(dstFormat) ? yuv2plane1_16BE_c : yuv2plane1_16LE_c;
2123 } else if (is9_OR_10BPS(dstFormat)) {
2124 if (av_pix_fmt_descriptors[dstFormat]
2370 const enum PixelFormat dstFormat= c->dstFormat; local
[all...]
H A Dswscale_internal.h240 enum PixelFormat dstFormat; ///< Destination pixel format. member in struct:SwsContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Doutput.c282 enum AVPixelFormat dstFormat = c->dstFormat; local
286 if (dstFormat == AV_PIX_FMT_NV12)
1781 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(c->dstFormat);
1846 if (SH != 22 && (!isBE(c->dstFormat)) != (!HAVE_BIGENDIAN)) {
1866 enum AVPixelFormat dstFormat = c->dstFormat; local
1867 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(dstFormat);
1869 if (is16BPS(dstFormat)) {
1870 *yuv2planeX = isBE(dstFormat)
[all...]
H A Doptions.c61 { "dst_format", "destination format", OFFSET(dstFormat), AV_OPT_TYPE_INT, { .i64 = DEFAULT }, 0, AV_PIX_FMT_NB - 1, VE },
H A Dswscale_internal.h289 enum AVPixelFormat dstFormat; ///< Destination pixel format. member in struct:SwsContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/ppc/
H A Dyuv2rgb_altivec.c563 switch (c->dstFormat) {
587 switch (c->dstFormat) {
747 av_get_pix_fmt_name(c->dstFormat));
835 av_get_pix_fmt_name(c->dstFormat));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/ppc/
H A Dyuv2rgb_altivec.c567 switch(c->dstFormat) {
591 switch(c->dstFormat) {
723 sws_format_name(c->dstFormat));
798 sws_format_name(c->dstFormat));

Completed in 98 milliseconds

12