Searched defs:WebPIDecoder (Results 1 - 5 of 5) sorted by relevance

/external/opencv3/3rdparty/libwebp/webp/
H A Ddecode.h32 typedef struct WebPIDecoder WebPIDecoder; typedef in typeref:struct:WebPIDecoder
241 // WebPIDecoder object. This object can be left in a SUSPENDED state if the
248 // WebPIDecoder* idec = WebPINewDecoder(&buffer);
266 // that of the returned WebPIDecoder object.
274 WEBP_EXTERN(WebPIDecoder*) WebPINewDecoder(WebPDecBuffer* output_buffer);
286 WEBP_EXTERN(WebPIDecoder*) WebPINewRGB(
301 WEBP_EXTERN(WebPIDecoder*) WebPINewYUVA(
309 WEBP_EXTERN(WebPIDecoder*) WebPINewYUV(
314 // Deletes the WebPIDecoder objec
[all...]
/external/webp/include/webp/
H A Ddecode.h32 typedef struct WebPIDecoder WebPIDecoder; typedef in typeref:struct:WebPIDecoder
244 // WebPIDecoder object. This object can be left in a SUSPENDED state if the
251 // WebPIDecoder* idec = WebPINewDecoder(&buffer);
269 // that of the returned WebPIDecoder object.
277 WEBP_EXTERN(WebPIDecoder*) WebPINewDecoder(WebPDecBuffer* output_buffer);
289 WEBP_EXTERN(WebPIDecoder*) WebPINewRGB(
304 WEBP_EXTERN(WebPIDecoder*) WebPINewYUVA(
312 WEBP_EXTERN(WebPIDecoder*) WebPINewYUV(
317 // Deletes the WebPIDecoder objec
[all...]
/external/webp/src/webp/
H A Ddecode.h32 typedef struct WebPIDecoder WebPIDecoder; typedef in typeref:struct:WebPIDecoder
244 // WebPIDecoder object. This object can be left in a SUSPENDED state if the
251 // WebPIDecoder* idec = WebPINewDecoder(&buffer);
269 // that of the returned WebPIDecoder object.
277 WEBP_EXTERN(WebPIDecoder*) WebPINewDecoder(WebPDecBuffer* output_buffer);
289 WEBP_EXTERN(WebPIDecoder*) WebPINewRGB(
304 WEBP_EXTERN(WebPIDecoder*) WebPINewYUVA(
312 WEBP_EXTERN(WebPIDecoder*) WebPINewYUV(
317 // Deletes the WebPIDecoder objec
[all...]
/external/opencv3/3rdparty/libwebp/dec/
H A Didec.c66 struct WebPIDecoder { struct
104 static int NeedCompressedAlpha(const WebPIDecoder* const idec) {
119 static void DoRemap(WebPIDecoder* const idec, ptrdiff_t offset) {
154 static int AppendToMemBuffer(WebPIDecoder* const idec,
193 static int RemapMemBuffer(WebPIDecoder* const idec,
268 static VP8StatusCode IDecError(WebPIDecoder* const idec, VP8StatusCode error) {
279 static void ChangeState(WebPIDecoder* const idec, DecState new_state,
290 static VP8StatusCode DecodeWebPHeaders(WebPIDecoder* const idec) {
334 static VP8StatusCode DecodeVP8FrameHeader(WebPIDecoder* const idec) {
357 static int CopyParts0Data(WebPIDecoder* cons
[all...]
/external/webp/src/dec/
H A Didec.c65 struct WebPIDecoder { struct
95 static int NeedCompressedAlpha(const WebPIDecoder* const idec) {
110 static void DoRemap(WebPIDecoder* const idec, ptrdiff_t offset) {
164 static int AppendToMemBuffer(WebPIDecoder* const idec,
203 static int RemapMemBuffer(WebPIDecoder* const idec,
246 static VP8StatusCode FinishDecoding(WebPIDecoder* const idec) {
277 static VP8StatusCode IDecError(WebPIDecoder* const idec, VP8StatusCode error) {
288 static void ChangeState(WebPIDecoder* const idec, DecState new_state,
299 static VP8StatusCode DecodeWebPHeaders(WebPIDecoder* const idec) {
338 static VP8StatusCode DecodeVP8FrameHeader(WebPIDecoder* cons
[all...]

Completed in 186 milliseconds