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

  /external/chromium_org/third_party/webrtc/tools/frame_editing/
frame_editing_lib.cc 53 int num_bytes_read; local
55 while ((num_bytes_read = fread(temp_buffer.get(), 1, frame_length, in_fid))
79 if (num_bytes_read > 0 && num_bytes_read < frame_length) {
  /external/chromium_org/third_party/zlib/google/
zip_reader.cc 216 const int num_bytes_read = unzReadCurrentFile(zip_file_, buf, local
218 if (num_bytes_read == 0) {
221 } else if (num_bytes_read < 0) {
222 // If num_bytes_read < 0, then it's a specific UNZ_* error code.
225 } else if (num_bytes_read > 0) {
227 if (num_bytes_read != file.WriteAtCurrentPos(buf, num_bytes_read)) {
323 const int num_bytes_read = unzReadCurrentFile(zip_file_, buf, local
325 if (num_bytes_read == 0) {
328 } else if (num_bytes_read < 0)
374 const int num_bytes_read = unzReadCurrentFile(zip_file_, buf, local
429 const int num_bytes_read = unzReadCurrentFile(zip_file_, local
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 3780 ssize_t num_bytes_read = local
3855 ssize_t num_bytes_read = 0; local
4055 ssize_t num_bytes_read = local
4131 ssize_t num_bytes_read = 0; local
    [all...]

Completed in 142 milliseconds