Searched refs:VP8_STATUS_OK (Results 1 – 10 of 10) sorted by relevance
85 return VP8_STATUS_OK; in ParseRIFF()138 return VP8_STATUS_OK; in ParseVP8X()198 return VP8_STATUS_OK; // Found. in ParseOptionalChunks()252 return VP8_STATUS_OK; in ParseVP8Header()288 if (status != VP8_STATUS_OK) { in ParseHeadersInternal()297 if (status != VP8_STATUS_OK) { in ParseHeadersInternal()307 return VP8_STATUS_OK; // Return features from VP8X header. in ParseHeadersInternal()318 if (status != VP8_STATUS_OK) { in ParseHeadersInternal()326 if (status != VP8_STATUS_OK) { in ParseHeadersInternal()363 return VP8_STATUS_OK; // Return features from VP8 header. in ParseHeadersInternal()[all …]
276 } else if (status != VP8_STATUS_OK) { in DecodeWebPHeaders()305 return VP8_STATUS_OK; in DecodeWebPHeaders()327 return VP8_STATUS_OK; in DecodeVP8FrameHeader()381 if (dec->status_ != VP8_STATUS_OK) { in DecodePartition0()390 if (VP8EnterCritical(dec, io) != VP8_STATUS_OK) { in DecodePartition0()401 return VP8_STATUS_OK; in DecodePartition0()450 return VP8_STATUS_OK; in DecodeRemaining()478 if (dec->status_ != VP8_STATUS_OK) { in DecodeVP8LHeader()483 return VP8_STATUS_OK; in DecodeVP8LHeader()503 return VP8_STATUS_OK; in DecodeVP8LData()[all …]
33 dec->status_ = VP8_STATUS_OK; in SetOk()82 if (dec->status_ == VP8_STATUS_OK) { in VP8SetError()212 return (part_start < buf_end) ? VP8_STATUS_OK : in ParsePartitions()279 if (status != VP8_STATUS_OK) { in VP8GetHeaders()387 if (status != VP8_STATUS_OK) { in VP8GetHeaders()746 ok = (VP8EnterCritical(dec, io) == VP8_STATUS_OK); in VP8Decode()
904 dec->status_ = VP8_STATUS_OK; in VP8LNew()1103 dec->status_ = VP8_STATUS_OK; in VP8LDecodeAlphaImageStream()1134 dec->status_ = VP8_STATUS_OK; in VP8LDecodeHeader()1150 assert(dec->status_ != VP8_STATUS_OK); in VP8LDecodeHeader()1192 assert(dec->status_ != VP8_STATUS_OK); in VP8LDecodeImage()
72 return ok ? VP8_STATUS_OK : VP8_STATUS_INVALID_PARAM; in CheckDecBuffer()
342 return VP8_STATUS_OK; in VP8EnterCritical()
125 if (status != VP8_STATUS_OK && status != VP8_STATUS_SUSPENDED) in decode()
75 if (status != VP8_STATUS_OK) { in webp_parse_header()198 if (status == VP8_STATUS_OK || status == VP8_STATUS_SUSPENDED) { in webp_idecode()
204 VP8_STATUS_OK = 0, enumerator
445 decoding is not finished yet or VP8_STATUS_OK when decoding is done. Any other476 CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);502 CHECK(WebPDecode(data, data_size, &config) == VP8_STATUS_OK);509 if (status == VP8_STATUS_OK || status == VP8_STATUS_SUSPENDED) {