Home | History | Annotate | Download | only in dec

Lines Matching refs:ok

36   dec->error_msg_ = "OK";
67 if (!dec->error_msg_) return "OK";
188 // If the partitions were positioned ok, VP8_STATUS_OK is returned.
215 VP8_STATUS_SUSPENDED; // Init is ok, but there's not enough data
726 int ok = 0;
743 ok = (VP8EnterCritical(dec, io) == VP8_STATUS_OK);
744 if (ok) { // good to go.
746 if (ok) ok = VP8InitFrame(dec, io);
749 if (ok) ok = ParseFrame(dec, io);
752 ok &= VP8ExitCritical(dec, io);
755 if (!ok) {
761 return ok;