Home
last modified time | relevance | path

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

12

/external/webp/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
304 int has_alpha, header_size; in WebPWriteBMP() local
388 int has_alpha; 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
/external/webp/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.c127 int* const has_alpha) { in ReadImageInfo()
137 int* const width, int* const height, int* const has_alpha) { in VP8LGetInfo()
1679 int width, height, has_alpha; in VP8LDecodeHeader() local
Dwebp_dec.c284 int* const has_alpha, in ParseHeadersInternal()
/external/mesa3d/include/
Dkopper_interface.h98 int has_alpha; member
/external/webp/examples/
Ddwebp.c142 const int has_alpha = WebPIsAlphaMode(output_buffer->colorspace); in AllocateExternalBuffer() local
/external/webrtc/modules/desktop_capture/win/
Dcursor.cc158 bool has_alpha = false; in CreateMouseCursorFromHCursor() local
/external/webp/src/enc/
Dpicture_enc.c105 const int has_alpha = (int)picture->colorspace & WEBP_CSP_ALPHA_BIT; in WebPPictureAllocYUVA() local
Dpicture_tools_enc.c206 const int has_alpha = picture->colorspace & WEBP_CSP_ALPHA_BIT; in WebPBlendAlpha() local
Dvp8l_enc.c1165 static int WriteRealAlphaAndVersion(VP8LBitWriter* const bw, int has_alpha) { in WriteRealAlphaAndVersion()
1835 int has_alpha; in VP8LEncodeImage() local
Dpicture_csp_enc.c486 const int has_alpha = CheckNonOpaque(a_ptr, width, height, step, rgb_stride); in ImportYUVAFromRGBA() local
/external/rust/crabbyavif/src/reformat/
Drgb.rs67 pub(crate) fn has_alpha(&self) -> bool { in has_alpha() method
219 pub fn has_alpha(&self) -> bool { in has_alpha() method
/external/rust/crabbyavif/c_api_tests/
Dincremental_tests.cc73 bool has_alpha, size_t available_byte_count, in GetMinDecodedRowCount()
/external/webrtc/modules/video_coding/codecs/multiplex/
Dmultiplex_encoder_adapter.cc182 const bool has_alpha = forwarded_image.video_frame_buffer()->type() == in Encode() local
/external/webp/src/webp/
Ddemux.h155 int has_alpha; // True if the frame contains transparency. member
Ddecode.h416 int has_alpha; // True if the bitstream contains an alpha channel. member
/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp166 void NormalizeDest(bool has_alpha, in NormalizeDest()
182 void NormalizeSrc(bool has_alpha, in NormalizeSrc()
202 void SetAlpha(bool has_alpha, uint8_t* alpha) { in SetAlpha()
220 const bool has_alpha = bitmap->IsAlphaFormat(); in DrawNormalTextHelper() local
/external/tensorflow/tensorflow/core/lib/png/
Dpng_io.cc255 const bool has_alpha = (context->color_type & PNG_COLOR_MASK_ALPHA) != 0; in CommonInitDecode() local
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c755 bool has_alpha = util_format_has_alpha(format); in fd3_emit_state() local
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.c846 bool has_alpha = util_format_has_alpha(format); in fd4_emit_state() local
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c772 bool has_alpha = util_format_has_alpha(format); in fd5_emit_state() local
/external/mesa3d/src/gallium/drivers/zink/
Dzink_kopper.c259 …bool has_alpha = cdt->info.has_alpha && (cdt->caps.supportedCompositeAlpha & VK_COMPOSITE_ALPHA_PR… in kopper_CreateSwapchain() local
/external/rust/crabbyavif/src/
Dimage.rs170 pub fn has_alpha(&self) -> bool { in has_alpha() method

12