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

  /frameworks/base/core/java/android/util/
Base64InputStream.java 98 refill(); method
110 refill(); method
121 refill(); method
137 private void refill() throws IOException { method in class:Base64InputStream
  /external/opencore/fileformats/rawgsmamr/parser/src/
amrfileparser.cpp 117 return refill();
121 int32 bitstreamObject::refill() function in class:bitstreamObject
123 PVMF_AMRPARSER_LOGDEBUG((0, "Refill In ipos=%d, iBytesRead=%d, iBytesProcessed=%d, iActualSize=%d, iFileSize=%d", iPos, iBytesRead, iBytesProcessed, iActual_size, iFileSize));
177 // reset iPos and refill from the beginning of the buffer.
215 PVMF_AMRPARSER_LOGDEBUG((0, "Refill Out ipos=%d, iBytesRead=%d, iBytesProcessed=%d, iActualSize=%d, iFileSize=%d", iPos, iBytesRead, iBytesProcessed, iActual_size, iFileSize));
231 // Need to refill?
234 ret_value = refill();
252 ret_value = refill();
970 PVMF_AMRPARSER_LOGERROR((0, "AMRBitstreamObject::refill- Misc Error"));
    [all...]
  /external/opencore/fileformats/rawaac/parser/src/
aacfileparser.cpp 53 return refill();
57 int32 AACBitstreamObject::refill() function in class:AACBitstreamObject
75 PVMF_AACPARSER_LOGERROR((0, "AACBitstreamObject::refill- Misc Error"));
84 PVMF_AACPARSER_LOGERROR((0, "AACBitstreamObject::refill- Misc Error"));
90 PVMF_AACPARSER_LOGERROR((0, "AACBitstreamObject::refill- Misc Error"));
122 // Need to refill?
125 ret_value = refill();
141 ret_value = refill();
152 ret_value = refill();
196 // Need to refill
    [all...]

Completed in 114 milliseconds