Home | History | Annotate | Download | only in mp4

Lines Matching refs:RCHECK

15 #include "media/mp4/rcheck.h"
23 RCHECK(HasBytes(1));
30 RCHECK(HasBytes(sizeof(T)));
53 RCHECK(HasBytes(count));
61 RCHECK(HasBytes(bytes));
68 RCHECK(Read4(&tmp));
76 RCHECK(Read4s(&tmp));
189 RCHECK(itr != children_.end());
191 RCHECK(child->Parse(&itr->second));
203 RCHECK(Read4(&vflags));