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

  /frameworks/base/media/libstagefright/matroska/
MatroskaExtractor.h 76 bool isLiveStreaming() const;
MatroskaExtractor.cpp 403 && !mExtractor->isLiveStreaming()) {
547 if (isLiveStreaming()) {
601 && !isLiveStreaming()) {
609 bool MatroskaExtractor::isLiveStreaming() const {
806 if (!isLiveStreaming()) {

Completed in 43 milliseconds