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

  /frameworks/av/media/libstagefright/flac/dec/
FLACDecoder.h 81 bool mStreamInfoValid;
  /frameworks/av/media/extractors/flac/
FLACExtractor.cpp 138 bool mStreamInfoValid;
341 if (!mStreamInfoValid) {
343 mStreamInfoValid = true;
501 mStreamInfoValid(false),
557 if (mStreamInfoValid) {

Completed in 142 milliseconds