Searched refs:PARSE_OK (Results 1 – 1 of 1) sorted by relevance
77 PARSE_OK, enumerator216 ParseStatus status = PARSE_OK; in StoreFrame()266 status == PARSE_OK, &features, frame); in StoreFrame()285 } while (!done && status == PARSE_OK); in StoreFrame()302 return (*frame == NULL) ? PARSE_ERROR : PARSE_OK; in NewFrame()318 if (status != PARSE_OK) return status; in ParseAnimationFrame()394 return PARSE_OK; in ReadHeader()447 ParseStatus status = PARSE_OK; in ParseVP8XChunks()529 } while (status == PARSE_OK); in ParseVP8XChunks()693 return PARSE_OK; in CreateRawImageDemuxer()[all …]