Home | History | Annotate | Download | only in dec

Lines Matching defs:ok

44   dec->error_msg_ = "OK";
76 if (!dec->error_msg_) return "OK";
197 // If the partitions were positioned ok, VP8_STATUS_OK is returned.
226 VP8_STATUS_SUSPENDED; // Init is ok, but there's not enough data
670 int ok = 0;
687 ok = (VP8EnterCritical(dec, io) == VP8_STATUS_OK);
688 if (ok) { // good to go.
690 if (ok) ok = VP8InitFrame(dec, io);
693 if (ok) ok = ParseFrame(dec, io);
696 ok &= VP8ExitCritical(dec, io);
699 if (!ok) {
705 return ok;