Home
last modified time | relevance | path

Searched refs:AV_PIX_FMT_FLAG_PLANAR (Results 1 – 25 of 32) sorted by relevance

12

/third_party/ffmpeg/libavutil/
Dpixdesc.c184 .flags = AV_PIX_FMT_FLAG_PLANAR,
265 .flags = AV_PIX_FMT_FLAG_PLANAR,
277 .flags = AV_PIX_FMT_FLAG_PLANAR,
289 .flags = AV_PIX_FMT_FLAG_PLANAR,
301 .flags = AV_PIX_FMT_FLAG_PLANAR,
313 .flags = AV_PIX_FMT_FLAG_PLANAR,
366 .flags = AV_PIX_FMT_FLAG_PLANAR,
378 .flags = AV_PIX_FMT_FLAG_PLANAR,
390 .flags = AV_PIX_FMT_FLAG_PLANAR,
500 .flags = AV_PIX_FMT_FLAG_PLANAR,
[all …]
Dpixdesc.h144 #define AV_PIX_FMT_FLAG_PLANAR (1 << 4) macro
/third_party/ffmpeg/libswscale/
Dswscale_internal.h682 return ((desc->flags & AV_PIX_FMT_FLAG_PLANAR) && isYUV(pix_fmt)); in isPlanarYUV()
793 return (desc->nb_components >= 2 && !(desc->flags & AV_PIX_FMT_FLAG_PLANAR)) || in isPacked()
802 return (desc->nb_components >= 2 && (desc->flags & AV_PIX_FMT_FLAG_PLANAR)); in isPlanar()
809 return ((desc->flags & (AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB)) == AV_PIX_FMT_FLAG_RGB); in isPackedRGB()
816 return ((desc->flags & (AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB)) == in isPlanarRGB()
817 (AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB)); in isPlanarRGB()
Dalphablend.c48 if (desc->flags & AV_PIX_FMT_FLAG_PLANAR) { in ff_sws_alphablendaway()
Dswscale_unscaled.c724 if ((dst_format->flags & (AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB)) != in Rgb16ToPlanarRgb16Wrapper()
725 (AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB) || bpc < 9) { in Rgb16ToPlanarRgb16Wrapper()
900 if ((src_format->flags & (AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB)) != in planarRgb16ToRgb16Wrapper()
901 (AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_RGB) || in planarRgb16ToRgb16Wrapper()
/third_party/ffmpeg/libavfilter/
Dvf_swapuv.c74 if (desc->flags & ~(AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_PLANAR | AV_PIX_FMT_FLAG_ALPHA) || in is_planar_yuv()
Dvf_vidstabdetect.c110 int is_planar = desc->flags & AV_PIX_FMT_FLAG_PLANAR; in config_input()
Dvf_scdet.c90 (desc->flags & AV_PIX_FMT_FLAG_PLANAR) && in config_input()
Dvf_fade.c417 s->bpp = pixdesc->flags & AV_PIX_FMT_FLAG_PLANAR ? in config_props()
421 s->is_planar = pixdesc->flags & AV_PIX_FMT_FLAG_PLANAR; in config_props()
Dvf_vidstabtransform.c149 int is_planar = desc->flags & AV_PIX_FMT_FLAG_PLANAR; in config_input()
Dvf_mergeplanes.c68 if (!(s->outdesc->flags & AV_PIX_FMT_FLAG_PLANAR) || in init()
Dvf_extractplanes.c222 s->is_packed = !(desc->flags & AV_PIX_FMT_FLAG_PLANAR) && in config_input()
Dvf_boxblur.c66 (desc->flags & AV_PIX_FMT_FLAG_PLANAR || desc->nb_components == 1) && in query_formats()
Dvf_vmafmotion.c272 (desc->flags & AV_PIX_FMT_FLAG_PLANAR || desc->nb_components == 1) && in query_formats()
Dvf_noise.c140 if (desc->flags & AV_PIX_FMT_FLAG_PLANAR && !(desc->comp[0].depth & 7) in query_formats()
Dvf_pad_opencl.c92 ctx->is_packed = !(desc->flags & AV_PIX_FMT_FLAG_PLANAR); in pad_opencl_init()
Df_select.c213 (desc->flags & AV_PIX_FMT_FLAG_PLANAR) && in config_input()
Dformats.c384 !(desc->flags & AV_PIX_FMT_FLAG_PLANAR) && in ff_formats_pixdesc_filter()
Dvf_lut.c286 s->is_planar = desc->flags & AV_PIX_FMT_FLAG_PLANAR; in config_props()
Dvf_normalize.c455 planar = desc->flags & AV_PIX_FMT_FLAG_PLANAR; in config_input()
/third_party/ffmpeg/libavcodec/
Dpnm.c221 if (av_pix_fmt_desc_get(avctx->pix_fmt)->flags & AV_PIX_FMT_FLAG_PLANAR) { in ff_pnm_decode_header()
Dimgconvert.c93 || !(desc->flags & AV_PIX_FMT_FLAG_PLANAR)) in is_yuv_planar()
Ddpxenc.c45 s->planar = !!(desc->flags & AV_PIX_FMT_FLAG_PLANAR); in encode_init()
/third_party/ffmpeg/libavformat/
Dimg2enc.c69 &&(desc->flags & AV_PIX_FMT_FLAG_PLANAR) in write_header()
/third_party/ffmpeg/libavdevice/
Dopengl_enc.c1168 if (!(desc->flags & AV_PIX_FMT_FLAG_PLANAR)) \
1218 if (desc->flags & AV_PIX_FMT_FLAG_PLANAR) { in opengl_draw()

12