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

  /frameworks/av/media/libstagefright/tests/
DummyRecorder.cpp 32 writer->readFromSource();
71 void DummyRecorder::readFromSource() {
72 ALOGV("ReadFromSource");
  /frameworks/av/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 226 bool readFromSource = false;
265 readFromSource = true;
267 readFromSource = false;
323 if (readFromSource && wallClockTimeUs != -1) {

Completed in 111 milliseconds