Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavcodec/
Dimgconvert.c33 int has_alpha, int *loss_ptr){ in avcodec_find_best_pix_fmt_of_list()
Dxsubdec.c61 int has_alpha = avctx->codec_tag == MKTAG('D','X','S','A'); in decode_frame() local
Dvp6.c642 VP56Context *s, int flip, int has_alpha) in vp6_decode_init_context()
Dvp56.c777 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/mesa3d/include/
Dkopper_interface.h98 int has_alpha; member
/third_party/skia/third_party/externals/libwebp/examples/
Ddwebp.c142 const int has_alpha = WebPIsAlphaMode(output_buffer->colorspace); in AllocateExternalBuffer() local
/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
Dvp8l_dec.c119 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
Dwebp_dec.c281 int* const has_alpha, in ParseHeadersInternal()
/third_party/ffmpeg/libavfilter/
Dvf_il.c45 int has_alpha; member
/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
Dpicture_tools_enc.c205 const int has_alpha = pic->colorspace & WEBP_CSP_ALPHA_BIT; in WebPBlendAlpha() local
/third_party/skia/third_party/externals/libwebp/src/webp/
Ddemux.h154 int has_alpha; // True if the frame contains transparency. member
Ddecode.h415 int has_alpha; // True if the bitstream contains an alpha channel. member
/third_party/ffmpeg/libavutil/
Dpixdesc.c2944 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/
Dastcenccli_image.cpp103 bool has_alpha = false; in determine_image_components() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c769 bool has_alpha = util_format_has_alpha(format); in fd3_emit_state() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c861 bool has_alpha = util_format_has_alpha(format); in fd4_emit_state() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c794 bool has_alpha = util_format_has_alpha(format); in fd5_emit_state() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_kopper.c226 …bool has_alpha = cdt->info.has_alpha && (cdt->caps.supportedCompositeAlpha & VK_COMPOSITE_ALPHA_PR… in kopper_CreateSwapchain() local
/third_party/ffmpeg/fftools/
Dffmpeg_filter.c62 int has_alpha = desc ? desc->nb_components % 2 == 0 : 0; in choose_pixel_fmt() local

12