/third_party/skia/third_party/externals/libwebp/examples/ |
D | dwebp.c | 148 assert(format >= YUV && format <= YUVA); in AllocateExternalBuffer() 152 output_buffer->u.YUVA.y = tmp; in AllocateExternalBuffer() 153 output_buffer->u.YUVA.y_stride = stride; in AllocateExternalBuffer() 154 output_buffer->u.YUVA.y_size = stride * h; in AllocateExternalBuffer() 155 tmp += output_buffer->u.YUVA.y_size; in AllocateExternalBuffer() 157 output_buffer->u.YUVA.a = tmp; in AllocateExternalBuffer() 158 output_buffer->u.YUVA.a_stride = stride; in AllocateExternalBuffer() 159 output_buffer->u.YUVA.a_size = stride * h; in AllocateExternalBuffer() 160 tmp += output_buffer->u.YUVA.a_size; in AllocateExternalBuffer() 162 output_buffer->u.YUVA.a = NULL; in AllocateExternalBuffer() [all …]
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
D | webpdec.c | 199 output_buffer->u.YUVA.y = pic->y; in ReadWebP() 200 output_buffer->u.YUVA.u = pic->u; in ReadWebP() 201 output_buffer->u.YUVA.v = pic->v; in ReadWebP() 202 output_buffer->u.YUVA.a = has_alpha ? pic->a : NULL; in ReadWebP() 203 output_buffer->u.YUVA.y_stride = pic->y_stride; in ReadWebP() 204 output_buffer->u.YUVA.u_stride = pic->uv_stride; in ReadWebP() 205 output_buffer->u.YUVA.v_stride = pic->uv_stride; in ReadWebP() 206 output_buffer->u.YUVA.a_stride = has_alpha ? pic->a_stride : 0; in ReadWebP() 207 output_buffer->u.YUVA.y_size = pic->height * pic->y_stride; in ReadWebP() 208 output_buffer->u.YUVA.u_size = (pic->height + 1) / 2 * pic->uv_stride; in ReadWebP() [all …]
|
D | image_enc.c | 446 const uint8_t* a = buffer->u.YUVA.a; in WebPWriteAlphaPlane() 447 const int a_stride = buffer->u.YUVA.a_stride; in WebPWriteAlphaPlane() 470 const WebPYUVABuffer* const yuv = &buffer->u.YUVA; in WebPWritePGM() 514 const WebPYUVABuffer* const yuv = &buffer->u.YUVA; in WebPWriteYUV() 595 } else if (format == PGM || format == YUV || format == YUVA) { in WebPSaveImage()
|
D | image_enc.h | 44 YUV, YUVA enumerator
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | idec_dec.c | 744 idec->output_.u.YUVA.y = luma; in WebPINewYUVA() 745 idec->output_.u.YUVA.y_stride = luma_stride; in WebPINewYUVA() 746 idec->output_.u.YUVA.y_size = luma_size; in WebPINewYUVA() 747 idec->output_.u.YUVA.u = u; in WebPINewYUVA() 748 idec->output_.u.YUVA.u_stride = u_stride; in WebPINewYUVA() 749 idec->output_.u.YUVA.u_size = u_size; in WebPINewYUVA() 750 idec->output_.u.YUVA.v = v; in WebPINewYUVA() 751 idec->output_.u.YUVA.v_stride = v_stride; in WebPINewYUVA() 752 idec->output_.u.YUVA.v_size = v_size; in WebPINewYUVA() 753 idec->output_.u.YUVA.a = a; in WebPINewYUVA() [all …]
|
D | webp_dec.c | 586 output.u.YUVA.y = luma; in WebPDecodeYUVInto() 587 output.u.YUVA.y_stride = luma_stride; in WebPDecodeYUVInto() 588 output.u.YUVA.y_size = luma_size; in WebPDecodeYUVInto() 589 output.u.YUVA.u = u; in WebPDecodeYUVInto() 590 output.u.YUVA.u_stride = u_stride; in WebPDecodeYUVInto() 591 output.u.YUVA.u_size = u_size; in WebPDecodeYUVInto() 592 output.u.YUVA.v = v; in WebPDecodeYUVInto() 593 output.u.YUVA.v_stride = v_stride; in WebPDecodeYUVInto() 594 output.u.YUVA.v_size = v_size; in WebPDecodeYUVInto() 630 return WebPIsRGBMode(mode) ? output.u.RGBA.rgba : output.u.YUVA.y; in Decode() [all …]
|
D | buffer_dec.c | 49 const WebPYUVABuffer* const buf = &buffer->u.YUVA; in CheckDecBuffer() 127 WebPYUVABuffer* const buf = &buffer->u.YUVA; in AllocateBuffer() 161 WebPYUVABuffer* const buf = &buffer->u.YUVA; in WebPFlipBuffer() 286 const WebPYUVABuffer* const src = &src_buf->u.YUVA; in WebPCopyDecBufferPixels() 287 const WebPYUVABuffer* const dst = &dst_buf->u.YUVA; in WebPCopyDecBufferPixels()
|
D | io_dec.c | 27 const WebPYUVABuffer* const buf = &output->u.YUVA; in EmitYUV() 128 const WebPYUVABuffer* const buf = &p->output->u.YUVA; in EmitAlphaYUV() 273 const WebPYUVABuffer* const buf = &p->output->u.YUVA; in EmitRescaledAlphaYUV() 294 const WebPYUVABuffer* const buf = &p->output->u.YUVA; in InitYUVRescaler()
|
D | vp8l_dec.c | 644 const WebPYUVABuffer* const buf = &output->u.YUVA; in ConvertToYUVA() 1716 if (dec->output_->u.YUVA.a != NULL) WebPInitAlphaProcessing(); in VP8LDecodeImage()
|
/third_party/ffmpeg/doc/ |
D | nut.texi | 48 @section Generic raw YUVA formats 50 Since many exotic planar YUVA pixel formats are not considered by 58 Y4 = YUVA
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_EGL_image_external_wrap_modes.txt | 154 first converted into a YUVA value in the colorspace of the 191 specified as RGBA or YUVA ?
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_EGL_image_external_wrap_modes.txt | 154 first converted into a YUVA value in the colorspace of the 191 specified as RGBA or YUVA ?
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
D | decode.h | 209 WebPYUVABuffer YUVA; member
|
/third_party/skia/ |
D | RELEASE_NOTES.txt | 238 on GrDirectContext and as planes of YUVA images via GrYUVABackendTextures. 298 be null. Added a new SkYUVAInfo-based factory for YUVA promise texture images 368 1) Make SkImage from YUVA planes using SkImage::MakeFromYUVATextures 437 * New YUVA planar specifications for SkCodec, SkImageGenerator, SkImage::MakeFromYUVAPixmaps.
|
/third_party/skia/third_party/externals/libwebp/ |
D | NEWS | 231 * Add support for ARGB -> YUVA conversion for lossless decoder
|
D | ChangeLog | 1017 9e478f80 dec/vp8l.c: add assertions in EmitRescaledRowsRGBA/YUVA 1189 77cad885 Merge "ReadWebP: avoid conversion to ARGB if final format is YUVA" 1190 ab8d6698 ReadWebP: avoid conversion to ARGB if final format is YUVA 2117 1549d620 reorder the YUVA->ARGB and ARGB->YUVA functions correctly 2223 399b916d lossy decoding: correct alpha-rescaling for YUVA format 2919 68111ab0 add missing YUVA->ARGB automatic conversion in WebPEncode() 2922 2aaa423b Merge "add missing YUVA->ARGB automatic conversion in WebPEncode()" 2923 07d87bda add missing YUVA->ARGB automatic conversion in WebPEncode() 3103 60904aa6 Merge "allow WebPINewRGB/YUVA to be passed a NULL output buffer." 3104 b7adf376 allow WebPINewRGB/YUVA to be passed a NULL output buffer. [all …]
|
/third_party/skia/site/docs/user/release/ |
D | release_notes.md | 181 on GrDirectContext and as planes of YUVA images via GrYUVABackendTextures. 241 be null. Added a new SkYUVAInfo-based factory for YUVA promise texture images 331 * New YUVA planar specifications for SkCodec, SkImageGenerator, SkImage::MakeFromYUVAPixmaps.
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | samplers.txt | 851 For example, an "`YUVA`" 32-bit format comprising four 8-bit components can
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_video_capture.txt | 479 is in YUVA color space: a = Yi, b=Ui, c=Vi and d = Ai. When in
|
/third_party/openGLES/extensions/NV/ |
D | NV_video_capture.txt | 479 is in YUVA color space: a = Yi, b=Ui, c=Vi and d = Ai. When in
|
/third_party/ffmpeg/ |
D | Changelog | 964 - FFV1: YUVA(444,422,420) 9, 10 and 16 bit support
|