Home
last modified time | relevance | path

Searched defs:has_alpha (Results 1 – 25 of 61) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
Dimgconvert.c50 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()
Dxsubdec.c60 int has_alpha = avctx->codec_tag == MKTAG('D','X','S','A'); in decode_frame() local
Dvp56.c776 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/
Dimage_enc.c79 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
Dwicdec.c214 int has_alpha; in HasAlpha() local
287 int has_alpha = 0; in ReadPictureWithWIC() local
Dwebpdec.c167 const int has_alpha = keep_alpha && bitstream->has_alpha; in ReadWebP() local
Dpngdec.c238 int has_alpha; in ReadPNG() local
/third_party/flutter/skia/third_party/externals/libwebp/imageio/
Dimage_enc.c79 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
Dwicdec.c211 int has_alpha; in HasAlpha() local
279 int has_alpha = 0; in ReadPictureWithWIC() local
Dwebpdec.c167 const int has_alpha = keep_alpha && bitstream->has_alpha; in ReadWebP() local
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/
Dgstgdkpixbufsink.h50 gboolean has_alpha; member
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqsgtexture.cc236 const bool has_alpha = GST_VIDEO_FORMAT_INFO_HAS_ALPHA(this->v_info.finfo); in hasAlphaChannel() local
/third_party/mesa3d/include/
Dkopper_interface.h98 int has_alpha; member
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Ddwebp.c141 const int has_alpha = WebPIsAlphaMode(output_buffer->colorspace); in AllocateExternalBuffer() local
/third_party/skia/third_party/externals/libwebp/examples/
Ddwebp.c142 const int has_alpha = WebPIsAlphaMode(output_buffer->colorspace); in AllocateExternalBuffer() local
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dgdkpixbufsink.c102 gboolean has_alpha) in check_message_pixbuf()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dio_dec.c187 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/
Dio_dec.c192 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/
Dvf_il.c45 int has_alpha; member
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dpicture_enc.c92 const int has_alpha = (int)picture->colorspace & WEBP_CSP_ALPHA_BIT; in WebPPictureAllocYUVA() local
Dpicture_tools_enc.c210 const int has_alpha = pic->colorspace & WEBP_CSP_ALPHA_BIT; in WebPBlendAlpha() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_enc.c92 const int has_alpha = (int)picture->colorspace & WEBP_CSP_ALPHA_BIT; in WebPPictureAllocYUVA() local
/third_party/flutter/skia/third_party/externals/libwebp/src/webp/
Ddemux.h154 int has_alpha; // True if the frame contains transparency. member
/third_party/skia/third_party/externals/libwebp/src/webp/
Ddemux.h154 int has_alpha; // True if the frame contains transparency. member
/third_party/ffmpeg/libavutil/
Dpixdesc.c2855 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()

123