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

  /frameworks/av/media/libstagefright/timedtext/
TimedTextDriver.cpp 55 mTextSourceTypeVector.clear();
157 mTextSourceTypeVector.add(TEXT_SOURCE_TYPE_IN_BAND);
209 mTextSourceTypeVector.add(TEXT_SOURCE_TYPE_OUT_OF_BAND);
215 for (size_t i = 0, n = mTextSourceTypeVector.size(); i < n; ++i) {
216 if (mTextSourceTypeVector[i] == TEXT_SOURCE_TYPE_OUT_OF_BAND) {
225 for (size_t i = 0, n = mTextSourceTypeVector.size(); i < n; ++i) {
226 if (mTextSourceTypeVector[i] == TEXT_SOURCE_TYPE_IN_BAND) {
  /frameworks/av/include/media/stagefright/timedtext/
TimedTextDriver.h 84 Vector<TextSourceType> mTextSourceTypeVector;

Completed in 449 milliseconds