Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/webp/imageio/
H A 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
H A Dwicdec.c214 int has_alpha; in HasAlpha() local
287 int has_alpha = 0; in ReadPictureWithWIC() local
H A Dwebpdec.c167 const int has_alpha = keep_alpha && bitstream->has_alpha; in ReadWebP() local
/aosp_15_r20/external/webp/src/dec/
H A 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
H A Dvp8l_dec.c128 int* const has_alpha) { in ReadImageInfo()
138 int* const width, int* const height, int* const has_alpha) { in VP8LGetInfo()
1676 int width, height, has_alpha; in VP8LDecodeHeader() local
/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_renderdevice.cpp168 void NormalizeDest(bool has_alpha, in NormalizeDest()
187 void NormalizeSrc(bool has_alpha, in NormalizeSrc()
208 void SetAlpha(bool has_alpha, uint8_t* alpha) { in SetAlpha()
226 const bool has_alpha = bitmap->GetFormat() == FXDIB_Format::kArgb; in DrawNormalTextHelper() local
/aosp_15_r20/external/rust/crabbyavif/src/reformat/
Drgb.rs67 pub fn has_alpha(&self) -> bool { in has_alpha() method
218 pub fn has_alpha(&self) -> bool { in has_alpha() method
/aosp_15_r20/external/mesa3d/include/
H A Dkopper_interface.h98 int has_alpha; member
/aosp_15_r20/external/webp/examples/
H A Ddwebp.c142 const int has_alpha = WebPIsAlphaMode(output_buffer->colorspace); in AllocateExternalBuffer() local
/aosp_15_r20/external/webrtc/modules/desktop_capture/win/
H A Dcursor.cc158 bool has_alpha = false; in CreateMouseCursorFromHCursor() local
/aosp_15_r20/external/webp/src/enc/
H A Dpicture_enc.c105 const int has_alpha = (int)picture->colorspace & WEBP_CSP_ALPHA_BIT; in WebPPictureAllocYUVA() local
H A Dpicture_tools_enc.c206 const int has_alpha = picture->colorspace & WEBP_CSP_ALPHA_BIT; in WebPBlendAlpha() local
H A Dvp8l_enc.c1143 static int WriteRealAlphaAndVersion(VP8LBitWriter* const bw, int has_alpha) { in WriteRealAlphaAndVersion()
1807 int has_alpha; in VP8LEncodeImage() local
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/multiplex/
H A Dmultiplex_encoder_adapter.cc182 const bool has_alpha = forwarded_image.video_frame_buffer()->type() == in Encode() local
/aosp_15_r20/external/rust/crabbyavif/c_api_tests/
Davifincrtest.cc73 bool has_alpha, size_t available_byte_count, in GetMinDecodedRowCount()
/aosp_15_r20/hardware/google/gchips/gralloc4/src/core/
Dformat_info.h68 bool has_alpha; /* Alpha channel present. */ member
/aosp_15_r20/external/webp/src/webp/
H A Ddemux.h155 int has_alpha; // True if the frame contains transparency. member
H A Ddecode.h416 int has_alpha; // True if the bitstream contains an alpha channel. member
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/png/
H A Dpng_io.cc255 const bool has_alpha = (context->color_type & PNG_COLOR_MASK_ALPHA) != 0; in CommonInitDecode() local
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_image.cpp97 bool has_alpha = false; in determine_image_components() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c755 bool has_alpha = util_format_has_alpha(format); in fd3_emit_state() local
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_android_winscope_extensions_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/android/
Dviewcapture.pbzero.h138 bool has_alpha() const { return at<16>().valid(); } in has_alpha() function
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c846 bool has_alpha = util_format_has_alpha(format); in fd4_emit_state() local
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_android_winscope_extensions_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/android/server/
Danimationadapter.pbzero.h316 bool has_alpha() const { return at<3>().valid(); } in has_alpha() function
/aosp_15_r20/external/rust/crabbyavif/src/
Dimage.rs143 pub fn has_alpha(&self) -> bool { in has_alpha() method

123