HomeSort by relevance Sort by last modified time
    Searched defs:Refresh (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 198 Refresh();
229 Refresh();
233 void Tokenizer::Refresh() {
coded_stream.cc 192 if (BufferSize() == 0 && !Refresh()) return false;
202 // Reading past end of buffer. Copy what we have, then refresh.
207 if (!Refresh()) return false;
237 if (!Refresh()) return false;
343 // Call refresh.
344 if (!Refresh()) {
345 // Refresh failed. Make sure that it failed due to EOF, not because
384 // in that case we still need to call Refresh() so that it prints an
397 // need to check and refresh the buffer if and when it does.
406 if (!Refresh()) return false
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 204 /* Intra Refresh Parameters */
206 Int Refresh; /* Number of MBs refresh in each frame */

Completed in 91 milliseconds