/third_party/ffmpeg/libavcodec/ |
D | imgconvert.c | 33 int has_alpha, int *loss_ptr){ in avcodec_find_best_pix_fmt_of_list()
|
D | xsubdec.c | 61 int has_alpha = avctx->codec_tag == MKTAG('D','X','S','A'); in decode_frame() local
|
D | vp6.c | 642 VP56Context *s, int flip, int has_alpha) in vp6_decode_init_context()
|
D | vp56.c | 777 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/mesa3d/include/ |
D | kopper_interface.h | 98 int has_alpha; member
|
/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/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
|
D | vp8l_dec.c | 119 int* const has_alpha) { in ReadImageInfo() 129 int* const width, int* const height, int* const has_alpha) { in VP8LGetInfo() 1646 int width, height, has_alpha; in VP8LDecodeHeader() local
|
D | webp_dec.c | 281 int* const has_alpha, in ParseHeadersInternal()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_il.c | 45 int has_alpha; member
|
/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
|
D | picture_tools_enc.c | 205 const int has_alpha = pic->colorspace & WEBP_CSP_ALPHA_BIT; in WebPBlendAlpha() local
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
D | demux.h | 154 int has_alpha; // True if the frame contains transparency. member
|
D | decode.h | 415 int has_alpha; // True if the bitstream contains an alpha channel. member
|
/third_party/ffmpeg/libavutil/ |
D | pixdesc.c | 2944 int has_alpha) in av_get_pix_fmt_loss() 2954 … enum AVPixelFormat src_pix_fmt, int has_alpha, int *loss_ptr) in av_find_best_pix_fmt_of_2()
|
/third_party/astc-encoder/Source/ |
D | astcenccli_image.cpp | 103 bool has_alpha = false; in determine_image_components() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_emit.c | 769 bool has_alpha = util_format_has_alpha(format); in fd3_emit_state() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_emit.c | 861 bool has_alpha = util_format_has_alpha(format); in fd4_emit_state() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_emit.c | 794 bool has_alpha = util_format_has_alpha(format); in fd5_emit_state() local
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_kopper.c | 226 …bool has_alpha = cdt->info.has_alpha && (cdt->caps.supportedCompositeAlpha & VK_COMPOSITE_ALPHA_PR… in kopper_CreateSwapchain() local
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_filter.c | 62 int has_alpha = desc ? desc->nb_components % 2 == 0 : 0; in choose_pixel_fmt() local
|