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 228 bool readFromSource = false;
267 readFromSource = true;
269 readFromSource = false;
325 if (readFromSource && wallClockTimeUs != -1) {

Completed in 81 milliseconds