Searched refs:VP8_ENC_OK (Results 1 - 5 of 5) sorted by relevance

/external/webp/src/enc/
H A Dsyntax.c50 return VP8_ENC_OK;
75 return VP8_ENC_OK;
101 return VP8_ENC_OK;
114 return VP8_ENC_OK;
147 return VP8_ENC_OK;
154 WebPEncodingError err = VP8_ENC_OK;
158 if (err != VP8_ENC_OK) goto Error;
163 if (err != VP8_ENC_OK) goto Error;
169 if (err != VP8_ENC_OK) goto Error;
174 if (err != VP8_ENC_OK) got
[all...]
H A Dvp8l.c731 return VP8_ENC_OK;
754 WebPEncodingError err = VP8_ENC_OK;
762 if (err != VP8_ENC_OK) goto Error;
777 return VP8_ENC_OK;
789 WebPEncodingError err = VP8_ENC_OK;
840 WebPEncodingError err = VP8_ENC_OK;
861 if (err != VP8_ENC_OK) goto Error;
956 WebPEncodingError err = VP8_ENC_OK;
980 if (err != VP8_ENC_OK) goto Error;
989 if (err != VP8_ENC_OK) got
[all...]
H A Dwebpenc.c57 WebPEncodingSetError(picture, VP8_ENC_OK);
338 assert((int)error >= VP8_ENC_OK);
362 WebPEncodingSetError(pic, VP8_ENC_OK); // all ok so far
H A Dalpha.c87 ok = ok && (VP8LEncodeStream(&config, &picture, &tmp_bw) == VP8_ENC_OK);
/external/webp/include/webp/
H A Dencode.h250 VP8_ENC_OK = 0, enumerator in enum:WebPEncodingError

Completed in 85 milliseconds