HomeSort by relevance Sort by last modified time
    Searched refs:VP8_ENC_OK (Results 1 - 9 of 9) sorted by null

  /external/webp/src/enc/
syntax_enc.c 48 return VP8_ENC_OK;
73 return VP8_ENC_OK;
99 return VP8_ENC_OK;
112 return VP8_ENC_OK;
145 return VP8_ENC_OK;
152 WebPEncodingError err = VP8_ENC_OK;
156 if (err != VP8_ENC_OK) goto Error;
161 if (err != VP8_ENC_OK) goto Error;
167 if (err != VP8_ENC_OK) goto Error;
172 if (err != VP8_ENC_OK) goto Error
    [all...]
vp8l_enc.c 771 return bw->error_ ? VP8_ENC_ERROR_OUT_OF_MEMORY : VP8_ENC_OK;
784 WebPEncodingError err = VP8_ENC_OK;
869 WebPEncodingError err = VP8_ENC_OK;
    [all...]
webp_enc.c 302 assert((int)error >= VP8_ENC_OK);
325 WebPEncodingSetError(pic, VP8_ENC_OK); // all ok so far
picture_enc.c 41 WebPEncodingSetError(picture, VP8_ENC_OK);
delta_palettization_enc.c 394 WebPEncodingError err = VP8_ENC_OK;
435 WebPEncodingError err = VP8_ENC_OK;
442 if (err != VP8_ENC_OK) goto Error;
alpha_enc.c 89 ok = (VP8LEncodeStream(&config, &picture, bw, 0 /*use_cache*/) == VP8_ENC_OK);
  /external/webp/src/mux/
anim_encode.c 793 WebPEncodingError error_code = VP8_ENC_OK;
856 WebPEncodingError error_code = VP8_ENC_OK;
    [all...]
  /external/webp/include/webp/
encode.h 275 VP8_ENC_OK = 0,
  /external/webp/src/webp/
encode.h 275 VP8_ENC_OK = 0,

Completed in 444 milliseconds