HomeSort by relevance Sort by last modified time
    Searched refs:kDecodingSpace (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/qtools/
decoder.h 19 static const int kDecodingSpace = 9;
decoder.cpp 142 if (end_ - next_ < kDecodingSpace && end_ == &buf_[kBufSize]) {
208 if (end_ - next_ < kDecodingSpace)

Completed in 82 milliseconds