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

  /external/webp/src/dec/
webp_dec.c 51 // and VP8_STATUS_OK otherwise.
83 return VP8_STATUS_OK;
89 // VP8_STATUS_OK otherwise.
136 return VP8_STATUS_OK;
143 // VP8_STATUS_OK otherwise.
196 return VP8_STATUS_OK;
218 // VP8_STATUS_OK otherwise.
261 return VP8_STATUS_OK;
306 if (status != VP8_STATUS_OK) {
316 if (status != VP8_STATUS_OK) {
    [all...]
idec_dec.c 254 if (status != VP8_STATUS_OK) return status;
262 return VP8_STATUS_OK;
319 } else if (status != VP8_STATUS_OK) {
342 return VP8_STATUS_OK;
365 return VP8_STATUS_OK;
394 return VP8_STATUS_OK;
421 if (dec->status_ != VP8_STATUS_OK) {
430 if (dec->status_ != VP8_STATUS_OK) {
435 if (VP8EnterCritical(dec, io) != VP8_STATUS_OK) {
446 return VP8_STATUS_OK;
    [all...]
buffer_dec.c 82 return ok ? VP8_STATUS_OK : VP8_STATUS_INVALID_PARAM;
174 return VP8_STATUS_OK;
218 if (status != VP8_STATUS_OK) return status;
277 if (CheckDecBuffer(dst_buf) != VP8_STATUS_OK) {
300 return VP8_STATUS_OK;
vp8_dec.c 43 dec->status_ = VP8_STATUS_OK;
90 if (dec->status_ == VP8_STATUS_OK) {
197 // If the partitions were positioned ok, VP8_STATUS_OK is returned.
225 return (part_start < buf_end) ? VP8_STATUS_OK :
368 if (status != VP8_STATUS_OK) {
687 ok = (VP8EnterCritical(dec, io) == VP8_STATUS_OK);
vp8l_dec.c     [all...]
frame_dec.c 601 return VP8_STATUS_OK;
  /external/webp/include/webp/
decode.h 232 VP8_STATUS_OK = 0,
258 // if (status != VP8_STATUS_OK && status != VP8_STATUS_SUSPENDED) {
324 // Copies and decodes the next available data. Returns VP8_STATUS_OK when
385 CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);
398 CHECK(WebPDecode(data, data_size, &config) == VP8_STATUS_OK);
425 // Returns VP8_STATUS_OK when the features are successfully retrieved. Returns
485 // 'config' into account. Returns decoding status (which should be VP8_STATUS_OK
  /external/webp/src/webp/
decode.h 232 VP8_STATUS_OK = 0,
258 // if (status != VP8_STATUS_OK && status != VP8_STATUS_SUSPENDED) {
324 // Copies and decodes the next available data. Returns VP8_STATUS_OK when
385 CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);
398 CHECK(WebPDecode(data, data_size, &config) == VP8_STATUS_OK);
425 // Returns VP8_STATUS_OK when the features are successfully retrieved. Returns
485 // 'config' into account. Returns decoding status (which should be VP8_STATUS_OK
  /external/ImageMagick/coders/
webp.c 280 if (webp_status == VP8_STATUS_OK)
298 if (webp_status != VP8_STATUS_OK)
  /external/skia/src/codec/
SkWebpCodec.cpp 121 case VP8_STATUS_OK:
601 case VP8_STATUS_OK:
  /external/skqp/src/codec/
SkWebpCodec.cpp 121 case VP8_STATUS_OK:
601 case VP8_STATUS_OK:
  /frameworks/ex/framesequence/jni/
FrameSequence_webp.cpp 242 if (WebPDecode(currFrame.bytes, currFrame.size, &mDecoderConfig) != VP8_STATUS_OK) {
  /external/webp/src/demux/
demux.c 260 } else if (vp8_status != VP8_STATUS_OK) {
668 if (status != VP8_STATUS_OK) {
anim_decode.c 357 if (WebPDecode(in, in_size, config) != VP8_STATUS_OK) {
  /external/webp/src/mux/
anim_encode.c     [all...]

Completed in 386 milliseconds