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.cpp603 status_t readFromSource() {
669 ASSERT_EQ(NO_ERROR, writer.readFromSource());
696 ASSERT_EQ(NO_ERROR, writer.readFromSource());
/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 82 milliseconds