Lines Matching full:read
112 status_t VideoEditorSRC::read(
114 ALOGV("read %p(%p)", this, mSource.get());
126 ALOGV("read Seek %lld", seekTimeUs);
154 return read(buffer_out, NULL);
177 // Resampling not required. Read and pass-through.
179 status_t err = mSource->read(&aBuffer, options);
181 ALOGV("read returns err = %d", err);
186 return read(buffer_out, NULL);
208 // If we don't have any data left, read a new buffer.
221 status_t err = mSource->read(&mBuffer, &options);
230 ALOGV("getNextBuffer: source read returned INFO_FORMAT_CHANGED");
234 // read() handles this.
244 // So just remember the fact and let read() call stop().