Home
last modified time | relevance | path

Searched refs:pix_desc (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_pixdesctest.c33 const AVPixFmtDescriptor *pix_desc; member
47 priv->pix_desc = av_pix_fmt_desc_get(inlink->format); in config_props()
62 const int cw = AV_CEIL_RSHIFT(w, priv->pix_desc->log2_chroma_w); in filter_frame()
63 const int ch = AV_CEIL_RSHIFT(h, priv->pix_desc->log2_chroma_h); in filter_frame()
83 if (priv->pix_desc->flags & AV_PIX_FMT_FLAG_PAL || in filter_frame()
84 ((priv->pix_desc->flags & FF_PSEUDOPAL) && out->data[1] && in->data[1])) in filter_frame()
87 for (c = 0; c < priv->pix_desc->nb_components; c++) { in filter_frame()
95 priv->pix_desc, in filter_frame()
101 priv->pix_desc, in filter_frame()
H A Dvf_framepack.c48 const AVPixFmtDescriptor *pix_desc; ///< agreed pixel format member
134 s->pix_desc = av_pix_fmt_desc_get(outlink->format); in config_output()
135 if (!s->pix_desc) in config_output()
137 s->depth = s->pix_desc->comp[0].depth; in config_output()
181 for (plane = 0; plane < s->pix_desc->nb_components; plane++) { in horizontal_frame_pack()
195 if ((s->pix_desc->log2_chroma_w || in horizontal_frame_pack()
196 s->pix_desc->log2_chroma_h) && in horizontal_frame_pack()
216 for (plane = 0; plane < s->pix_desc->nb_components; plane++) { in horizontal_frame_pack()
230 if ((s->pix_desc->log2_chroma_w || in horizontal_frame_pack()
231 s->pix_desc->log2_chroma_h) && in horizontal_frame_pack()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dvf_pixdesctest.c33 const AVPixFmtDescriptor *pix_desc; member
47 priv->pix_desc = av_pix_fmt_desc_get(inlink->format); in config_props()
62 const int cw = FF_CEIL_RSHIFT(w, priv->pix_desc->log2_chroma_w); in filter_frame()
63 const int ch = FF_CEIL_RSHIFT(h, priv->pix_desc->log2_chroma_h); in filter_frame()
83 if (priv->pix_desc->flags & AV_PIX_FMT_FLAG_PAL || in filter_frame()
84 priv->pix_desc->flags & AV_PIX_FMT_FLAG_PSEUDOPAL) in filter_frame()
87 for (c = 0; c < priv->pix_desc->nb_components; c++) { in filter_frame()
95 priv->pix_desc, in filter_frame()
101 priv->pix_desc, in filter_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_pixdesctest.c33 const AVPixFmtDescriptor *pix_desc; member
47 priv->pix_desc = av_pix_fmt_desc_get(inlink->format); in config_props()
62 const int cw = AV_CEIL_RSHIFT(w, priv->pix_desc->log2_chroma_w); in filter_frame()
63 const int ch = AV_CEIL_RSHIFT(h, priv->pix_desc->log2_chroma_h); in filter_frame()
83 if (priv->pix_desc->flags & AV_PIX_FMT_FLAG_PAL || in filter_frame()
84 ((priv->pix_desc->flags & FF_PSEUDOPAL) && out->data[1] && in->data[1])) in filter_frame()
87 for (c = 0; c < priv->pix_desc->nb_components; c++) { in filter_frame()
95 priv->pix_desc, in filter_frame()
101 priv->pix_desc, in filter_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_pixdesctest.c33 const AVPixFmtDescriptor *pix_desc; member
47 priv->pix_desc = av_pix_fmt_desc_get(inlink->format); in config_props()
62 const int cw = AV_CEIL_RSHIFT(w, priv->pix_desc->log2_chroma_w); in filter_frame()
63 const int ch = AV_CEIL_RSHIFT(h, priv->pix_desc->log2_chroma_h); in filter_frame()
83 if (priv->pix_desc->flags & AV_PIX_FMT_FLAG_PAL || in filter_frame()
84 ((priv->pix_desc->flags & FF_PSEUDOPAL) && out->data[1] && in->data[1])) in filter_frame()
87 for (c = 0; c < priv->pix_desc->nb_components; c++) { in filter_frame()
95 priv->pix_desc, in filter_frame()
101 priv->pix_desc, in filter_frame()
H A Dvf_framepack.c48 const AVPixFmtDescriptor *pix_desc; ///< agreed pixel format member
134 s->pix_desc = av_pix_fmt_desc_get(outlink->format); in config_output()
135 if (!s->pix_desc) in config_output()
137 s->depth = s->pix_desc->comp[0].depth; in config_output()
181 for (plane = 0; plane < s->pix_desc->nb_components; plane++) { in horizontal_frame_pack()
195 if ((s->pix_desc->log2_chroma_w || in horizontal_frame_pack()
196 s->pix_desc->log2_chroma_h) && in horizontal_frame_pack()
216 for (plane = 0; plane < s->pix_desc->nb_components; plane++) { in horizontal_frame_pack()
230 if ((s->pix_desc->log2_chroma_w || in horizontal_frame_pack()
231 s->pix_desc->log2_chroma_h) && in horizontal_frame_pack()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_pixdesctest.c33 const AVPixFmtDescriptor *pix_desc; member
47 priv->pix_desc = av_pix_fmt_desc_get(inlink->format); in config_props()
62 const int cw = AV_CEIL_RSHIFT(w, priv->pix_desc->log2_chroma_w); in filter_frame()
63 const int ch = AV_CEIL_RSHIFT(h, priv->pix_desc->log2_chroma_h); in filter_frame()
83 if (priv->pix_desc->flags & AV_PIX_FMT_FLAG_PAL || in filter_frame()
84 ((priv->pix_desc->flags & FF_PSEUDOPAL) && out->data[1] && in->data[1])) in filter_frame()
87 for (c = 0; c < priv->pix_desc->nb_components; c++) { in filter_frame()
95 priv->pix_desc, in filter_frame()
101 priv->pix_desc, in filter_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dvf_pixdesctest.c33 const AVPixFmtDescriptor *pix_desc; member
47 priv->pix_desc = av_pix_fmt_desc_get(inlink->format); in config_props()
62 const int cw = FF_CEIL_RSHIFT(w, priv->pix_desc->log2_chroma_w); in filter_frame()
63 const int ch = FF_CEIL_RSHIFT(h, priv->pix_desc->log2_chroma_h); in filter_frame()
83 if (priv->pix_desc->flags & AV_PIX_FMT_FLAG_PAL || in filter_frame()
84 priv->pix_desc->flags & AV_PIX_FMT_FLAG_PSEUDOPAL) in filter_frame()
87 for (c = 0; c < priv->pix_desc->nb_components; c++) { in filter_frame()
95 priv->pix_desc, in filter_frame()
101 priv->pix_desc, in filter_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_pixdesctest.c33 const AVPixFmtDescriptor *pix_desc; member
47 priv->pix_desc = av_pix_fmt_desc_get(inlink->format); in config_props()
62 const int cw = AV_CEIL_RSHIFT(w, priv->pix_desc->log2_chroma_w); in filter_frame()
63 const int ch = AV_CEIL_RSHIFT(h, priv->pix_desc->log2_chroma_h); in filter_frame()
83 if (priv->pix_desc->flags & AV_PIX_FMT_FLAG_PAL || in filter_frame()
84 ((priv->pix_desc->flags & FF_PSEUDOPAL) && out->data[1] && in->data[1])) in filter_frame()
87 for (c = 0; c < priv->pix_desc->nb_components; c++) { in filter_frame()
95 priv->pix_desc, in filter_frame()
101 priv->pix_desc, in filter_frame()
/dports/multimedia/handbrake/ffmpeg-4.4/libswscale/tests/
H A Dpixdesc_query.c64 const AVPixFmtDescriptor *pix_desc = NULL; in main() local
66 while ((pix_desc = av_pix_fmt_desc_next(pix_desc))) { in main()
67 enum AVPixelFormat pix_fmt = av_pix_fmt_desc_get_id(pix_desc); in main()
69 const char *pix_name = pix_desc->name; in main()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libswscale/tests/
H A Dpixdesc_query.c63 const AVPixFmtDescriptor *pix_desc = NULL; in main() local
65 while ((pix_desc = av_pix_fmt_desc_next(pix_desc))) { in main()
66 enum AVPixelFormat pix_fmt = av_pix_fmt_desc_get_id(pix_desc); in main()
68 const char *pix_name = pix_desc->name; in main()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libswscale/tests/
H A Dpixdesc_query.c64 const AVPixFmtDescriptor *pix_desc = NULL; in main() local
66 while ((pix_desc = av_pix_fmt_desc_next(pix_desc))) { in main()
67 enum AVPixelFormat pix_fmt = av_pix_fmt_desc_get_id(pix_desc); in main()
69 const char *pix_name = pix_desc->name; in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libswscale/tests/
H A Dpixdesc_query.c64 const AVPixFmtDescriptor *pix_desc = NULL; in main() local
66 while ((pix_desc = av_pix_fmt_desc_next(pix_desc))) { in main()
67 enum AVPixelFormat pix_fmt = av_pix_fmt_desc_get_id(pix_desc); in main()
69 const char *pix_name = pix_desc->name; in main()
/dports/graphics/libbpg/libbpg-0.9.8/libavutil/
H A Dpixdesc.c40 static const AVPixFmtDescriptorEntry pix_desc[] = { variable
164 for(i = 0; i < countof(pix_desc); i++) { in av_pix_fmt_desc_get()
165 if (pix_desc[i].pix_fmt == pix_fmt) { in av_pix_fmt_desc_get()
166 return &pix_desc[i].desc; in av_pix_fmt_desc_get()
/dports/emulators/vice/vice-3.5/src/lib/libx264/filters/video/
H A Dresize.c166 static int pix_number_of_planes( const AVPixFmtDescriptor *pix_desc ) in pix_number_of_planes() argument
169 for( int i = 0; i < pix_desc->nb_components; i++ ) in pix_number_of_planes()
171 int plane_plus1 = pix_desc->comp[i].plane + 1; in pix_number_of_planes()
183 if( !pix_desc || !pix_desc->name ) in pick_closest_supported_csp()
186 const char *pix_fmt_name = pix_desc->name; in pick_closest_supported_csp()
191 if( pix_desc->nb_components == 4 ) // has alpha in pick_closest_supported_csp()
201 if( pix_desc->nb_components == 1 || pix_desc->nb_components == 2 ) // no chroma in pick_closest_supported_csp()
203 … else if( pix_desc->log2_chroma_w && pix_desc->log2_chroma_h ) // reduced chroma width & height in pick_closest_supported_csp()
205 else if( pix_desc->log2_chroma_w ) // reduced chroma width only in pick_closest_supported_csp()
211 for( int i = 0; i < pix_desc->nb_components; i++ ) in pick_closest_supported_csp()
[all …]
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/filters/video/
H A Dresize.c171 static int pix_number_of_planes( const AVPixFmtDescriptor *pix_desc ) in pix_number_of_planes() argument
174 for( int i = 0; i < pix_desc->nb_components; i++ ) in pix_number_of_planes()
176 int plane_plus1 = pix_desc->comp[i].plane + 1; in pix_number_of_planes()
188 if( !pix_desc || !pix_desc->name ) in pick_closest_supported_csp()
191 const char *pix_fmt_name = pix_desc->name; in pick_closest_supported_csp()
196 if( pix_desc->nb_components == 4 ) // has alpha in pick_closest_supported_csp()
206 if( pix_desc->nb_components == 1 || pix_desc->nb_components == 2 ) // no chroma in pick_closest_supported_csp()
208 … else if( pix_desc->log2_chroma_w && pix_desc->log2_chroma_h ) // reduced chroma width & height in pick_closest_supported_csp()
210 else if( pix_desc->log2_chroma_w ) // reduced chroma width only in pick_closest_supported_csp()
216 for( int i = 0; i < pix_desc->nb_components; i++ ) in pick_closest_supported_csp()
[all …]
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/filters/video/
H A Dresize.c171 static int pix_number_of_planes( const AVPixFmtDescriptor *pix_desc ) in pix_number_of_planes() argument
174 for( int i = 0; i < pix_desc->nb_components; i++ ) in pix_number_of_planes()
176 int plane_plus1 = pix_desc->comp[i].plane + 1; in pix_number_of_planes()
188 if( !pix_desc || !pix_desc->name ) in pick_closest_supported_csp()
191 const char *pix_fmt_name = pix_desc->name; in pick_closest_supported_csp()
196 if( pix_desc->nb_components == 4 ) // has alpha in pick_closest_supported_csp()
206 if( pix_desc->nb_components == 1 || pix_desc->nb_components == 2 ) // no chroma in pick_closest_supported_csp()
208 … else if( pix_desc->log2_chroma_w && pix_desc->log2_chroma_h ) // reduced chroma width & height in pick_closest_supported_csp()
210 else if( pix_desc->log2_chroma_w ) // reduced chroma width only in pick_closest_supported_csp()
216 for( int i = 0; i < pix_desc->nb_components; i++ ) in pick_closest_supported_csp()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/filters/video/
H A Dresize.c166 static int pix_number_of_planes( const AVPixFmtDescriptor *pix_desc ) in pix_number_of_planes() argument
169 for( int i = 0; i < pix_desc->nb_components; i++ ) in pix_number_of_planes()
171 int plane_plus1 = pix_desc->comp[i].plane + 1; in pix_number_of_planes()
183 if( !pix_desc || !pix_desc->name ) in pick_closest_supported_csp()
186 const char *pix_fmt_name = pix_desc->name; in pick_closest_supported_csp()
191 if( pix_desc->nb_components == 4 ) // has alpha in pick_closest_supported_csp()
201 if( pix_desc->nb_components == 1 || pix_desc->nb_components == 2 ) // no chroma in pick_closest_supported_csp()
203 … else if( pix_desc->log2_chroma_w && pix_desc->log2_chroma_h ) // reduced chroma width & height in pick_closest_supported_csp()
205 else if( pix_desc->log2_chroma_w ) // reduced chroma width only in pick_closest_supported_csp()
211 for( int i = 0; i < pix_desc->nb_components; i++ ) in pick_closest_supported_csp()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tools/
H A Dfourcc2pixfmt.c98 const AVPixFmtDescriptor *pix_desc = av_pix_fmt_desc_get(i); in main() local
99 if (!pix_desc->name || pix_desc->flags & AV_PIX_FMT_FLAG_HWACCEL) in main()
101 printf("%s: ", pix_desc->name); in main()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tools/
H A Dfourcc2pixfmt.c98 const AVPixFmtDescriptor *pix_desc = av_pix_fmt_desc_get(i); in main() local
99 if (!pix_desc->name || pix_desc->flags & AV_PIX_FMT_FLAG_HWACCEL) in main()
101 printf("%s: ", pix_desc->name); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/tools/
H A Dfourcc2pixfmt.c98 const AVPixFmtDescriptor *pix_desc = av_pix_fmt_desc_get(i); in main() local
99 if (!pix_desc->name || pix_desc->flags & AV_PIX_FMT_FLAG_HWACCEL) in main()
101 printf("%s: ", pix_desc->name); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tools/
H A Dfourcc2pixfmt.c98 const AVPixFmtDescriptor *pix_desc = av_pix_fmt_desc_get(i); in main() local
99 if (!pix_desc->name || pix_desc->flags & AV_PIX_FMT_FLAG_HWACCEL) in main()
101 printf("%s: ", pix_desc->name); in main()
/dports/multimedia/handbrake/ffmpeg-4.4/tools/
H A Dfourcc2pixfmt.c98 const AVPixFmtDescriptor *pix_desc = av_pix_fmt_desc_get(i); in main() local
99 if (!pix_desc->name || pix_desc->flags & AV_PIX_FMT_FLAG_HWACCEL) in main()
101 printf("%s: ", pix_desc->name); in main()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/tools/
H A Dfourcc2pixfmt.c105 const AVPixFmtDescriptor *pix_desc = av_pix_fmt_desc_get(i); in main() local
106 if (!pix_desc->name || pix_desc->flags & AV_PIX_FMT_FLAG_HWACCEL) in main()
108 printf("%s: ", pix_desc->name); in main()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/tools/
H A Dfourcc2pixfmt.c105 const AVPixFmtDescriptor *pix_desc = av_pix_fmt_desc_get(i); in main() local
106 if (!pix_desc->name || pix_desc->flags & AV_PIX_FMT_FLAG_HWACCEL) in main()
108 printf("%s: ", pix_desc->name); in main()

1234567