Lines Matching refs:VP8_STATUS_OK
88 return VP8_STATUS_OK; in ParseRIFF()
141 return VP8_STATUS_OK; in ParseVP8X()
204 return VP8_STATUS_OK; // Found. in ParseOptionalChunks()
258 return VP8_STATUS_OK; in ParseVP8Header()
294 if (status != VP8_STATUS_OK) { in ParseHeadersInternal()
303 if (status != VP8_STATUS_OK) { in ParseHeadersInternal()
313 return VP8_STATUS_OK; // Return features from VP8X header. in ParseHeadersInternal()
324 if (status != VP8_STATUS_OK) { in ParseHeadersInternal()
332 if (status != VP8_STATUS_OK) { in ParseHeadersInternal()
369 return VP8_STATUS_OK; // Return features from VP8 header. in ParseHeadersInternal()
401 if (status != VP8_STATUS_OK) { in DecodeInto()
431 if (status == VP8_STATUS_OK) { // Decode in DecodeInto()
449 if (status == VP8_STATUS_OK) { // Decode in DecodeInto()
458 if (status != VP8_STATUS_OK) { in DecodeInto()
483 if (DecodeInto(data, data_size, ¶ms) != VP8_STATUS_OK) { in DecodeIntoRGBABuffer()
535 if (DecodeInto(data, data_size, ¶ms) != VP8_STATUS_OK) { in WebPDecodeYUVInto()
562 if (DecodeInto(data, data_size, ¶ms) != VP8_STATUS_OK) { in Decode()
641 if (GetFeatures(data, data_size, &features) != VP8_STATUS_OK) { in WebPGetInfo()
694 if (status != VP8_STATUS_OK) { in WebPDecode()