Home
last modified time | relevance | path

Searched refs:pixdesc (Results 1 – 25 of 906) sorted by relevance

12345678910>>...37

/dports/multimedia/QtAV/QtAV-1.13.0/src/
H A DVideoFormat.cpp57 , pixdesc(0) in VideoFormatPrivate()
74 , pixdesc(0) in VideoFormatPrivate()
86 , pixdesc(0) in VideoFormatPrivate()
121 if (!pixdesc) in init()
129 if (!pixdesc) in flags()
131 return pixdesc->flags; in flags()
147 AVPixFmtDescriptor *pixdesc; member in QtAV::VideoFormatPrivate
155 bpc = DESC_VAL(pixdesc->comp[0].depth); in initBpp()
156 const int log2_pixels = pixdesc->log2_chroma_w + pixdesc->log2_chroma_h; in initBpp()
599 if (!d->pixdesc) in channels()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tests/fate/
H A Dlibswscale.mak1 FATE_LIBSWSCALE += fate-sws-pixdesc-query
2 fate-sws-pixdesc-query: libswscale/tests/pixdesc_query$(EXESUF)
3 fate-sws-pixdesc-query: CMD = run libswscale/tests/pixdesc_query
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tests/fate/
H A Dlibswscale.mak1 FATE_LIBSWSCALE += fate-sws-pixdesc-query
2 fate-sws-pixdesc-query: libswscale/tests/pixdesc_query$(EXESUF)
3 fate-sws-pixdesc-query: CMD = run libswscale/tests/pixdesc_query$(EXESUF)
/dports/multimedia/handbrake/ffmpeg-4.4/tests/fate/
H A Dlibswscale.mak1 FATE_LIBSWSCALE += fate-sws-pixdesc-query
2 fate-sws-pixdesc-query: libswscale/tests/pixdesc_query$(EXESUF)
3 fate-sws-pixdesc-query: CMD = run libswscale/tests/pixdesc_query$(EXESUF)
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tests/fate/
H A Dlibswscale.mak1 FATE_LIBSWSCALE += fate-sws-pixdesc-query
2 fate-sws-pixdesc-query: libswscale/tests/pixdesc_query$(EXESUF)
3 fate-sws-pixdesc-query: CMD = run libswscale/tests/pixdesc_query$(EXESUF)
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dvsrc_testsrc.c915 p_w = FFALIGN(r_w * 5 / 4, 1 << pixdesc->log2_chroma_w); in smptebars_fill_picture()
930 tmp = FFALIGN(5 * r_w - x, 1 << pixdesc->log2_chroma_w); in smptebars_fill_picture()
933 tmp = FFALIGN(r_w / 3, 1 << pixdesc->log2_chroma_w); in smptebars_fill_picture()
979 d_w = FFALIGN(test->w / 8, 1 << pixdesc->log2_chroma_w); in smptehdbars_fill_picture()
991 r_h = FFALIGN(test->h / 12, 1 << pixdesc->log2_chroma_h); in smptehdbars_fill_picture()
1007 for (i = 0; i < tmp; i += 1 << pixdesc->log2_chroma_w) { in smptehdbars_fill_picture()
1016 x += 1 << pixdesc->log2_chroma_w; in smptehdbars_fill_picture()
1022 tmp = FFALIGN(r_w * 3 / 2, 1 << pixdesc->log2_chroma_w); in smptehdbars_fill_picture()
1025 tmp = FFALIGN(r_w * 2, 1 << pixdesc->log2_chroma_w); in smptehdbars_fill_picture()
1028 tmp = FFALIGN(r_w * 5 / 6, 1 << pixdesc->log2_chroma_w); in smptehdbars_fill_picture()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dvsrc_testsrc.c915 p_w = FFALIGN(r_w * 5 / 4, 1 << pixdesc->log2_chroma_w); in smptebars_fill_picture()
930 tmp = FFALIGN(5 * r_w - x, 1 << pixdesc->log2_chroma_w); in smptebars_fill_picture()
933 tmp = FFALIGN(r_w / 3, 1 << pixdesc->log2_chroma_w); in smptebars_fill_picture()
979 d_w = FFALIGN(test->w / 8, 1 << pixdesc->log2_chroma_w); in smptehdbars_fill_picture()
991 r_h = FFALIGN(test->h / 12, 1 << pixdesc->log2_chroma_h); in smptehdbars_fill_picture()
1007 for (i = 0; i < tmp; i += 1 << pixdesc->log2_chroma_w) { in smptehdbars_fill_picture()
1016 x += 1 << pixdesc->log2_chroma_w; in smptehdbars_fill_picture()
1022 tmp = FFALIGN(r_w * 3 / 2, 1 << pixdesc->log2_chroma_w); in smptehdbars_fill_picture()
1025 tmp = FFALIGN(r_w * 2, 1 << pixdesc->log2_chroma_w); in smptehdbars_fill_picture()
1028 tmp = FFALIGN(r_w * 5 / 6, 1 << pixdesc->log2_chroma_w); in smptehdbars_fill_picture()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dvdpau_vp9.c43 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in vdpau_vp9_start_frame() local
44 if (!pixdesc) { in vdpau_vp9_start_frame()
72 info->subSamplingX = pixdesc->log2_chroma_w; in vdpau_vp9_start_frame()
73 info->subSamplingY = pixdesc->log2_chroma_h; in vdpau_vp9_start_frame()
79 info->bitDepthMinus8Luma = pixdesc->comp[0].depth - 8; in vdpau_vp9_start_frame()
80 info->bitDepthMinus8Chroma = pixdesc->comp[1].depth - 8; in vdpau_vp9_start_frame()
H A Dnvdec_vp9.c34 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in nvdec_vp9_start_frame() local
71 .subSamplingX = pixdesc->log2_chroma_w, in nvdec_vp9_start_frame()
72 .subSamplingY = pixdesc->log2_chroma_h, in nvdec_vp9_start_frame()
77 .bitDepthMinus8Luma = pixdesc->comp[0].depth - 8, in nvdec_vp9_start_frame()
78 .bitDepthMinus8Chroma = pixdesc->comp[1].depth - 8, in nvdec_vp9_start_frame()
H A Ddxva2_vp9.c47 const AVPixFmtDescriptor * pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in fill_picture_parameters() local
49 if (!pixdesc) in fill_picture_parameters()
60 (pixdesc->log2_chroma_w << 3) | /* subsampling_x */ in fill_picture_parameters()
61 (pixdesc->log2_chroma_h << 4) | /* subsampling_y */ in fill_picture_parameters()
73 pp->BitDepthMinus8Luma = pixdesc->comp[0].depth - 8; in fill_picture_parameters()
74 pp->BitDepthMinus8Chroma = pixdesc->comp[1].depth - 8; in fill_picture_parameters()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dvdpau_vp9.c43 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in vdpau_vp9_start_frame() local
44 if (!pixdesc) { in vdpau_vp9_start_frame()
72 info->subSamplingX = pixdesc->log2_chroma_w; in vdpau_vp9_start_frame()
73 info->subSamplingY = pixdesc->log2_chroma_h; in vdpau_vp9_start_frame()
79 info->bitDepthMinus8Luma = pixdesc->comp[0].depth - 8; in vdpau_vp9_start_frame()
80 info->bitDepthMinus8Chroma = pixdesc->comp[1].depth - 8; in vdpau_vp9_start_frame()
H A Dnvdec_vp9.c34 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in nvdec_vp9_start_frame() local
71 .subSamplingX = pixdesc->log2_chroma_w, in nvdec_vp9_start_frame()
72 .subSamplingY = pixdesc->log2_chroma_h, in nvdec_vp9_start_frame()
77 .bitDepthMinus8Luma = pixdesc->comp[0].depth - 8, in nvdec_vp9_start_frame()
78 .bitDepthMinus8Chroma = pixdesc->comp[1].depth - 8, in nvdec_vp9_start_frame()
H A Ddxva2_vp9.c47 const AVPixFmtDescriptor * pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in fill_picture_parameters() local
49 if (!pixdesc) in fill_picture_parameters()
60 (pixdesc->log2_chroma_w << 3) | /* subsampling_x */ in fill_picture_parameters()
61 (pixdesc->log2_chroma_h << 4) | /* subsampling_y */ in fill_picture_parameters()
73 pp->BitDepthMinus8Luma = pixdesc->comp[0].depth - 8; in fill_picture_parameters()
74 pp->BitDepthMinus8Chroma = pixdesc->comp[1].depth - 8; in fill_picture_parameters()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dvdpau_vp9.c43 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in vdpau_vp9_start_frame() local
44 if (!pixdesc) { in vdpau_vp9_start_frame()
72 info->subSamplingX = pixdesc->log2_chroma_w; in vdpau_vp9_start_frame()
73 info->subSamplingY = pixdesc->log2_chroma_h; in vdpau_vp9_start_frame()
79 info->bitDepthMinus8Luma = pixdesc->comp[0].depth - 8; in vdpau_vp9_start_frame()
80 info->bitDepthMinus8Chroma = pixdesc->comp[1].depth - 8; in vdpau_vp9_start_frame()
H A Dnvdec_vp9.c34 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in nvdec_vp9_start_frame() local
71 .subSamplingX = pixdesc->log2_chroma_w, in nvdec_vp9_start_frame()
72 .subSamplingY = pixdesc->log2_chroma_h, in nvdec_vp9_start_frame()
77 .bitDepthMinus8Luma = pixdesc->comp[0].depth - 8, in nvdec_vp9_start_frame()
78 .bitDepthMinus8Chroma = pixdesc->comp[1].depth - 8, in nvdec_vp9_start_frame()
H A Ddxva2_vp9.c47 const AVPixFmtDescriptor * pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in fill_picture_parameters() local
49 if (!pixdesc) in fill_picture_parameters()
60 (pixdesc->log2_chroma_w << 3) | /* subsampling_x */ in fill_picture_parameters()
61 (pixdesc->log2_chroma_h << 4) | /* subsampling_y */ in fill_picture_parameters()
73 pp->BitDepthMinus8Luma = pixdesc->comp[0].depth - 8; in fill_picture_parameters()
74 pp->BitDepthMinus8Chroma = pixdesc->comp[1].depth - 8; in fill_picture_parameters()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dvdpau_vp9.c43 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in vdpau_vp9_start_frame() local
44 if (!pixdesc) { in vdpau_vp9_start_frame()
72 info->subSamplingX = pixdesc->log2_chroma_w; in vdpau_vp9_start_frame()
73 info->subSamplingY = pixdesc->log2_chroma_h; in vdpau_vp9_start_frame()
79 info->bitDepthMinus8Luma = pixdesc->comp[0].depth - 8; in vdpau_vp9_start_frame()
80 info->bitDepthMinus8Chroma = pixdesc->comp[1].depth - 8; in vdpau_vp9_start_frame()
H A Dnvdec_vp9.c34 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in nvdec_vp9_start_frame() local
71 .subSamplingX = pixdesc->log2_chroma_w, in nvdec_vp9_start_frame()
72 .subSamplingY = pixdesc->log2_chroma_h, in nvdec_vp9_start_frame()
77 .bitDepthMinus8Luma = pixdesc->comp[0].depth - 8, in nvdec_vp9_start_frame()
78 .bitDepthMinus8Chroma = pixdesc->comp[1].depth - 8, in nvdec_vp9_start_frame()
H A Ddxva2_vp9.c47 const AVPixFmtDescriptor * pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in fill_picture_parameters() local
49 if (!pixdesc) in fill_picture_parameters()
60 (pixdesc->log2_chroma_w << 3) | /* subsampling_x */ in fill_picture_parameters()
61 (pixdesc->log2_chroma_h << 4) | /* subsampling_y */ in fill_picture_parameters()
73 pp->BitDepthMinus8Luma = pixdesc->comp[0].depth - 8; in fill_picture_parameters()
74 pp->BitDepthMinus8Chroma = pixdesc->comp[1].depth - 8; in fill_picture_parameters()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dnvdec_vp9.c34 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in nvdec_vp9_start_frame() local
71 .subSamplingX = pixdesc->log2_chroma_w, in nvdec_vp9_start_frame()
72 .subSamplingY = pixdesc->log2_chroma_h, in nvdec_vp9_start_frame()
77 .bitDepthMinus8Luma = pixdesc->comp[0].depth - 8, in nvdec_vp9_start_frame()
78 .bitDepthMinus8Chroma = pixdesc->comp[1].depth - 8, in nvdec_vp9_start_frame()
H A Ddxva2_vp9.c47 const AVPixFmtDescriptor * pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in fill_picture_parameters() local
49 if (!pixdesc) in fill_picture_parameters()
60 (pixdesc->log2_chroma_w << 3) | /* subsampling_x */ in fill_picture_parameters()
61 (pixdesc->log2_chroma_h << 4) | /* subsampling_y */ in fill_picture_parameters()
73 pp->BitDepthMinus8Luma = pixdesc->comp[0].depth - 8; in fill_picture_parameters()
74 pp->BitDepthMinus8Chroma = pixdesc->comp[1].depth - 8; in fill_picture_parameters()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavutil/
H A Dpixdesc.c1950 int av_get_bits_per_pixel(const AVPixFmtDescriptor *pixdesc) in av_get_bits_per_pixel() argument
1953 int log2_pixels = pixdesc->log2_chroma_w + pixdesc->log2_chroma_h; in av_get_bits_per_pixel()
1955 for (c = 0; c < pixdesc->nb_components; c++) { in av_get_bits_per_pixel()
1957 bits += (pixdesc->comp[c].depth_minus1 + 1) << s; in av_get_bits_per_pixel()
1966 int log2_pixels = pixdesc->log2_chroma_w + pixdesc->log2_chroma_h; in av_get_padded_bits_per_pixel()
1969 for (c = 0; c < pixdesc->nb_components; c++) { in av_get_padded_bits_per_pixel()
1970 const AVComponentDescriptor *comp = &pixdesc->comp[c]; in av_get_padded_bits_per_pixel()
1977 if(!(pixdesc->flags & AV_PIX_FMT_FLAG_BITSTREAM)) in av_get_padded_bits_per_pixel()
1992 pixdesc->nb_components, av_get_bits_per_pixel(pixdesc)); in av_get_pix_fmt_string()
2120 #define pixdesc_has_alpha(pixdesc) \ argument
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavutil/
H A Dpixdesc.c1950 int av_get_bits_per_pixel(const AVPixFmtDescriptor *pixdesc) in av_get_bits_per_pixel() argument
1953 int log2_pixels = pixdesc->log2_chroma_w + pixdesc->log2_chroma_h; in av_get_bits_per_pixel()
1955 for (c = 0; c < pixdesc->nb_components; c++) { in av_get_bits_per_pixel()
1957 bits += (pixdesc->comp[c].depth_minus1 + 1) << s; in av_get_bits_per_pixel()
1966 int log2_pixels = pixdesc->log2_chroma_w + pixdesc->log2_chroma_h; in av_get_padded_bits_per_pixel()
1969 for (c = 0; c < pixdesc->nb_components; c++) { in av_get_padded_bits_per_pixel()
1970 const AVComponentDescriptor *comp = &pixdesc->comp[c]; in av_get_padded_bits_per_pixel()
1977 if(!(pixdesc->flags & AV_PIX_FMT_FLAG_BITSTREAM)) in av_get_padded_bits_per_pixel()
1992 pixdesc->nb_components, av_get_bits_per_pixel(pixdesc)); in av_get_pix_fmt_string()
2120 #define pixdesc_has_alpha(pixdesc) \ argument
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/ffvpx/libavutil/
H A Dpixdesc.c2174 int av_get_bits_per_pixel(const AVPixFmtDescriptor *pixdesc)
2177 int log2_pixels = pixdesc->log2_chroma_w + pixdesc->log2_chroma_h;
2179 for (c = 0; c < pixdesc->nb_components; c++) {
2181 bits += pixdesc->comp[c].depth << s;
2190 int log2_pixels = pixdesc->log2_chroma_w + pixdesc->log2_chroma_h;
2193 for (c = 0; c < pixdesc->nb_components; c++) {
2194 const AVComponentDescriptor *comp = &pixdesc->comp[c];
2201 if(!(pixdesc->flags & AV_PIX_FMT_FLAG_BITSTREAM))
2216 pixdesc->nb_components, av_get_bits_per_pixel(pixdesc));
2344 #define pixdesc_has_alpha(pixdesc) \
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/ffvpx/libavutil/
H A Dpixdesc.c2371 int av_get_bits_per_pixel(const AVPixFmtDescriptor *pixdesc) in av_get_bits_per_pixel() argument
2374 int log2_pixels = pixdesc->log2_chroma_w + pixdesc->log2_chroma_h; in av_get_bits_per_pixel()
2376 for (c = 0; c < pixdesc->nb_components; c++) { in av_get_bits_per_pixel()
2378 bits += pixdesc->comp[c].depth << s; in av_get_bits_per_pixel()
2387 int log2_pixels = pixdesc->log2_chroma_w + pixdesc->log2_chroma_h; in av_get_padded_bits_per_pixel()
2390 for (c = 0; c < pixdesc->nb_components; c++) { in av_get_padded_bits_per_pixel()
2391 const AVComponentDescriptor *comp = &pixdesc->comp[c]; in av_get_padded_bits_per_pixel()
2398 if(!(pixdesc->flags & AV_PIX_FMT_FLAG_BITSTREAM)) in av_get_padded_bits_per_pixel()
2413 pixdesc->nb_components, av_get_bits_per_pixel(pixdesc)); in av_get_pix_fmt_string()
2541 #define pixdesc_has_alpha(pixdesc) \ argument
[all …]

12345678910>>...37