/third_party/ffmpeg/libavcodec/ |
D | imgconvert.c | 50 int has_alpha) in avcodec_get_pix_fmt_loss() 56 … enum AVPixelFormat src_pix_fmt, int has_alpha, int *loss_ptr) in avcodec_find_best_pix_fmt_of_2() 62 … enum AVPixelFormat src_pix_fmt, int has_alpha, int *loss_ptr) in avcodec_find_best_pix_fmt2() 70 int has_alpha, int *loss_ptr){ in avcodec_find_best_pix_fmt_of_list()
|
D | xsubdec.c | 60 int has_alpha = avctx->codec_tag == MKTAG('D','X','S','A'); in decode_frame() local
|
D | vp56.c | 776 av_cold int ff_vp56_init(AVCodecContext *avctx, int flip, int has_alpha) in ff_vp56_init() 783 int flip, int has_alpha) in ff_vp56_init_context()
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
D | image_enc.c | 79 uint32_t width, uint32_t height, int has_alpha) { in WriteUsingWIC() 150 const int has_alpha = WebPIsAlphaMode(buffer->colorspace); in WebPWritePNG() local 189 const int has_alpha = WebPIsAlphaMode(buffer->colorspace); in WebPWritePNG() local 297 const int has_alpha = WebPIsAlphaMode(buffer->colorspace); in WebPWriteBMP() local 364 const int has_alpha = WebPIsAlphaMode(buffer->colorspace); in WebPWriteTIFF() local
|
D | wicdec.c | 214 int has_alpha; in HasAlpha() local 287 int has_alpha = 0; in ReadPictureWithWIC() local
|
D | webpdec.c | 167 const int has_alpha = keep_alpha && bitstream->has_alpha; in ReadWebP() local
|
D | pngdec.c | 238 int has_alpha; in ReadPNG() local
|
/third_party/flutter/skia/third_party/externals/libwebp/imageio/ |
D | image_enc.c | 79 uint32_t width, uint32_t height, int has_alpha) { in WriteUsingWIC() 150 const int has_alpha = WebPIsAlphaMode(buffer->colorspace); in WebPWritePNG() local 189 const int has_alpha = WebPIsAlphaMode(buffer->colorspace); in WebPWritePNG() local 297 const int has_alpha = WebPIsAlphaMode(buffer->colorspace); in WebPWriteBMP() local 364 const int has_alpha = WebPIsAlphaMode(buffer->colorspace); in WebPWriteTIFF() local
|
D | wicdec.c | 211 int has_alpha; in HasAlpha() local 279 int has_alpha = 0; in ReadPictureWithWIC() local
|
D | webpdec.c | 167 const int has_alpha = keep_alpha && bitstream->has_alpha; in ReadWebP() local
|
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/ |
D | gstgdkpixbufsink.h | 50 gboolean has_alpha; member
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | gstqsgtexture.cc | 236 const bool has_alpha = GST_VIDEO_FORMAT_INFO_HAS_ALPHA(this->v_info.finfo); in hasAlphaChannel() local
|
/third_party/mesa3d/include/ |
D | kopper_interface.h | 98 int has_alpha; member
|
/third_party/flutter/skia/third_party/externals/libwebp/examples/ |
D | dwebp.c | 141 const int has_alpha = WebPIsAlphaMode(output_buffer->colorspace); in AllocateExternalBuffer() local
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | dwebp.c | 142 const int has_alpha = WebPIsAlphaMode(output_buffer->colorspace); in AllocateExternalBuffer() local
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | gdkpixbufsink.c | 102 gboolean has_alpha) in check_message_pixbuf()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | io_dec.c | 187 const int has_alpha = WebPDispatchAlpha(alpha, io->width, mb_w, in EmitAlphaRGB() local 293 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); in InitYUVRescaler() local 489 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); in InitRGBRescaler() local
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/ |
D | io_dec.c | 192 const int has_alpha = WebPDispatchAlpha(alpha, io->width, mb_w, in EmitAlphaRGB() local 298 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); in InitYUVRescaler() local 483 const int has_alpha = WebPIsAlphaMode(p->output->colorspace); in InitRGBRescaler() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_il.c | 45 int has_alpha; member
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | picture_enc.c | 92 const int has_alpha = (int)picture->colorspace & WEBP_CSP_ALPHA_BIT; in WebPPictureAllocYUVA() local
|
D | picture_tools_enc.c | 210 const int has_alpha = pic->colorspace & WEBP_CSP_ALPHA_BIT; in WebPBlendAlpha() local
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | picture_enc.c | 92 const int has_alpha = (int)picture->colorspace & WEBP_CSP_ALPHA_BIT; in WebPPictureAllocYUVA() local
|
/third_party/flutter/skia/third_party/externals/libwebp/src/webp/ |
D | demux.h | 154 int has_alpha; // True if the frame contains transparency. member
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
D | demux.h | 154 int has_alpha; // True if the frame contains transparency. member
|
/third_party/ffmpeg/libavutil/ |
D | pixdesc.c | 2855 int has_alpha) in av_get_pix_fmt_loss() 2865 … enum AVPixelFormat src_pix_fmt, int has_alpha, int *loss_ptr) in av_find_best_pix_fmt_of_2()
|