Home
last modified time | relevance | path

Searched defs:has_alpha (Results 1 - 25 of 44) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Dimgconvert.c31 avcodec_find_best_pix_fmt_of_list(const enum AVPixelFormat *pix_fmt_list, enum AVPixelFormat src_pix_fmt, int has_alpha, int *loss_ptr) avcodec_find_best_pix_fmt_of_list() argument
H A Dxsubdec.c61 int has_alpha = avctx->codec_tag == MKTAG('D','X','S','A'); in decode_frame() local
H A Dvp6.c641 vp6_decode_init_context(AVCodecContext *avctx, VP56Context *s, int flip, int has_alpha) vp6_decode_init_context() argument
H A Dvp56.c776 ff_vp56_init_context(AVCodecContext *avctx, VP56Context *s, int flip, int has_alpha) ff_vp56_init_context() argument
/third_party/astc-encoder/Source/
H A Dastcenccli_image.cpp97 bool has_alpha = false; in determine_image_components() local
H A Dstb_image_write.h534 int has_alpha = (comp == 2 || comp == 4); in stbi_write_tga_core() local
/third_party/mesa3d/include/
H A Dkopper_interface.h98 int has_alpha; member
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dwebpdec.c167 const int has_alpha = keep_alpha && bitstream->has_alpha; in ReadWebP() local
H A Dpngdec.c238 int has_alpha; in ReadPNG() local
H A Dwicdec.c214 int has_alpha; in HasAlpha() local
287 int has_alpha = 0; in ReadPictureWithWIC() local
H A Dimage_enc.c150 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
76 WriteUsingWIC(const char* out_file_name, int use_stdout, REFGUID container_guid, uint8_t* rgb, int stride, uint32_t width, uint32_t height, int has_alpha) WriteUsingWIC() argument
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A Ddwebp.c142 const int has_alpha = WebPIsAlphaMode(output_buffer->colorspace); in AllocateExternalBuffer() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_il.c45 int has_alpha; member
H A Davfiltergraph.c609 int has_alpha= av_pix_fmt_desc_get(ref->format)->nb_components % 2 == 0; in pick_format() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_enc.c92 const int has_alpha = (int)picture->colorspace & WEBP_CSP_ALPHA_BIT; in WebPPictureAllocYUVA() local
H A 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/
H A Ddemux.h154 int has_alpha; // True if the frame contains transparency. member
H A Ddecode.h415 int has_alpha; // True if the bitstream contains an alpha channel. member
/third_party/ffmpeg/fftools/
H A Dffmpeg_filter.c62 int has_alpha = desc ? desc->nb_components % 2 == 0 : 0; in choose_pixel_fmt() local
/third_party/glfw/deps/
H A Dstb_image_write.h534 int has_alpha = (comp == 2 || comp == 4); in stbi_write_tga_core() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_kopper.c226 bool has_alpha = cdt->info.has_alpha && (cdt->caps.supportedCompositeAlpha & VK_COMPOSITE_ALPHA_PRE_MULTIPLIED_BIT_KHR); in kopper_CreateSwapchain() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c769 bool has_alpha = util_format_has_alpha(format); in fd3_emit_state() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c861 bool has_alpha = util_format_has_alpha(format); in fd4_emit_state() local
/third_party/skia/third_party/externals/libwebp/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
[all...]
H A Dwebp_dec.c277 ParseHeadersInternal(const uint8_t* data, size_t data_size, int* const width, int* const height, int* const has_alpha, int* const has_animation, int* const format, WebPHeaderStructure* const headers) ParseHeadersInternal() argument

Completed in 30 milliseconds

12