| /third_party/ffmpeg/libavcodec/ |
| H A D | imgconvert.c | 31 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 D | xsubdec.c | 61 int has_alpha = avctx->codec_tag == MKTAG('D','X','S','A'); in decode_frame() local
|
| H A D | vp6.c | 641 vp6_decode_init_context(AVCodecContext *avctx, VP56Context *s, int flip, int has_alpha) vp6_decode_init_context() argument
|
| H A D | vp56.c | 776 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 D | astcenccli_image.cpp | 97 bool has_alpha = false; in determine_image_components() local
|
| H A D | stb_image_write.h | 534 int has_alpha = (comp == 2 || comp == 4); in stbi_write_tga_core() local
|
| /third_party/mesa3d/include/ |
| H A D | kopper_interface.h | 98 int has_alpha; member
|
| /third_party/skia/third_party/externals/libwebp/imageio/ |
| H A D | webpdec.c | 167 const int has_alpha = keep_alpha && bitstream->has_alpha; in ReadWebP() local
|
| H A D | pngdec.c | 238 int has_alpha; in ReadPNG() local
|
| H A D | wicdec.c | 214 int has_alpha; in HasAlpha() local 287 int has_alpha = 0; in ReadPictureWithWIC() local
|
| H A D | image_enc.c | 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 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 D | dwebp.c | 142 const int has_alpha = WebPIsAlphaMode(output_buffer->colorspace); in AllocateExternalBuffer() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_il.c | 45 int has_alpha; member
|
| H A D | avfiltergraph.c | 609 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 D | picture_enc.c | 92 const int has_alpha = (int)picture->colorspace & WEBP_CSP_ALPHA_BIT; in WebPPictureAllocYUVA() local
|
| H A 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/ |
| H A D | demux.h | 154 int has_alpha; // True if the frame contains transparency. member
|
| H A D | decode.h | 415 int has_alpha; // True if the bitstream contains an alpha channel. member
|
| /third_party/ffmpeg/fftools/ |
| H A D | ffmpeg_filter.c | 62 int has_alpha = desc ? desc->nb_components % 2 == 0 : 0; in choose_pixel_fmt() local
|
| /third_party/glfw/deps/ |
| H A D | stb_image_write.h | 534 int has_alpha = (comp == 2 || comp == 4); in stbi_write_tga_core() local
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_kopper.c | 226 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 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/ |
| H A D | fd4_emit.c | 861 bool has_alpha = util_format_has_alpha(format); in fd4_emit_state() local
|
| /third_party/skia/third_party/externals/libwebp/src/dec/ |
| H A 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 [all...] |
| H A D | webp_dec.c | 277 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
|