Searched defs:readFromSource (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/tests/
H A DDummyRecorder.cpp32 writer->readFromSource();
71 void DummyRecorder::readFromSource() { function in class:android::DummyRecorder
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp226 bool readFromSource = false; local
265 readFromSource = true;
267 readFromSource = false;
323 if (readFromSource && wallClockTimeUs != -1) {

Completed in 45 milliseconds