Searched refs:readFromSource (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/tests/
H A DDummyRecorder.h41 void readFromSource();
H A DDummyRecorder.cpp32 writer->readFromSource();
71 void DummyRecorder::readFromSource() { function in class:android::DummyRecorder
H A DSurfaceMediaSource_test.cpp607 status_t readFromSource() {
673 ASSERT_EQ(NO_ERROR, writer.readFromSource());
700 ASSERT_EQ(NO_ERROR, writer.readFromSource());
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp228 bool readFromSource = false; local
267 readFromSource = true;
269 readFromSource = false;
325 if (readFromSource && wallClockTimeUs != -1) {

Completed in 100 milliseconds