Home
last modified time | relevance | path

Searched refs:YUVA (Results 1 – 11 of 11) sorted by relevance

/external/webp/src/dec/
Didec_dec.c739 idec->output_.u.YUVA.y = luma; in WebPINewYUVA()
740 idec->output_.u.YUVA.y_stride = luma_stride; in WebPINewYUVA()
741 idec->output_.u.YUVA.y_size = luma_size; in WebPINewYUVA()
742 idec->output_.u.YUVA.u = u; in WebPINewYUVA()
743 idec->output_.u.YUVA.u_stride = u_stride; in WebPINewYUVA()
744 idec->output_.u.YUVA.u_size = u_size; in WebPINewYUVA()
745 idec->output_.u.YUVA.v = v; in WebPINewYUVA()
746 idec->output_.u.YUVA.v_stride = v_stride; in WebPINewYUVA()
747 idec->output_.u.YUVA.v_size = v_size; in WebPINewYUVA()
748 idec->output_.u.YUVA.a = a; in WebPINewYUVA()
[all …]
Dwebp_dec.c586 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 …]
Dbuffer_dec.c49 const WebPYUVABuffer* const buf = &buffer->u.YUVA; in CheckDecBuffer()
128 WebPYUVABuffer* const buf = &buffer->u.YUVA; in AllocateBuffer()
162 WebPYUVABuffer* const buf = &buffer->u.YUVA; in WebPFlipBuffer()
288 const WebPYUVABuffer* const src = &src_buf->u.YUVA; in WebPCopyDecBufferPixels()
289 const WebPYUVABuffer* const dst = &dst_buf->u.YUVA; in WebPCopyDecBufferPixels()
Dio_dec.c27 const WebPYUVABuffer* const buf = &output->u.YUVA; in EmitYUV()
133 const WebPYUVABuffer* const buf = &p->output->u.YUVA; in EmitAlphaYUV()
278 const WebPYUVABuffer* const buf = &p->output->u.YUVA; in EmitRescaledAlphaYUV()
299 const WebPYUVABuffer* const buf = &p->output->u.YUVA; in InitYUVRescaler()
Dvp8l_dec.c639 const WebPYUVABuffer* const buf = &output->u.YUVA; in ConvertToYUVA()
1712 if (dec->output_->u.YUVA.a != NULL) WebPInitAlphaProcessing(); in VP8LDecodeImage()
/external/webp/include/webp/
Ddecode.h212 WebPYUVABuffer YUVA; member
/external/webp/src/webp/
Ddecode.h212 WebPYUVABuffer YUVA; member
/external/skqp/site/user/api/
DSkImage_Reference.md860 Creates an <a href='SkImage_Reference#SkImage'>SkImage</a> by flattening the specified YUVA planes …
879 <td>array of (up to four) YUVA textures on GPU which contain the,</td>
883 possibly interleaved, YUVA planes
892 in that <a href='undocumented#Texture'>texture</a>, maps to each component of YUVA.
933 Creates an <a href='SkImage_Reference#SkImage'>SkImage</a> by storing the specified YUVA planes int…
952 <td>array of (up to four) YUVA textures on GPU which contain the,</td>
956 possibly interleaved, YUVA planes
965 in that <a href='undocumented#Texture'>texture</a>, maps to each component of YUVA.
1008 …a> from <a href='SkPixmap_Reference#Pixmap'>pixmap</a> array representing YUVA <a href='undocument…
1038 possibly interleaved, YUVA planes
[all …]
/external/skia/site/user/api/
DSkImage_Reference.md860 Creates an <a href='SkImage_Reference#SkImage'>SkImage</a> by flattening the specified YUVA planes …
879 <td>array of (up to four) YUVA textures on GPU which contain the,</td>
883 possibly interleaved, YUVA planes
892 in that <a href='undocumented#Texture'>texture</a>, maps to each component of YUVA.
933 Creates an <a href='SkImage_Reference#SkImage'>SkImage</a> by storing the specified YUVA planes int…
952 <td>array of (up to four) YUVA textures on GPU which contain the,</td>
956 possibly interleaved, YUVA planes
965 in that <a href='undocumented#Texture'>texture</a>, maps to each component of YUVA.
1008 …a> from <a href='SkPixmap_Reference#Pixmap'>pixmap</a> array representing YUVA <a href='undocument…
1038 possibly interleaved, YUVA planes
[all …]
/external/skia/docs/
Dundocumented.bmh5 LCD RGB sRGB BGR RGBA ARGB YUV YUVA HSV SDTV HDTV
/external/skqp/docs/
Dundocumented.bmh5 LCD RGB sRGB BGR RGBA ARGB YUV YUVA HSV SDTV HDTV