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

  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.h 52 CStreamInfo *mStreamInfo;
  /frameworks/av/media/libstagefright/
FLACExtractor.cpp 88 return mStreamInfo.max_blocksize;
91 return mStreamInfo.sample_rate;
94 return mStreamInfo.channels;
97 return mStreamInfo.bits_per_sample;
100 return mStreamInfo.total_samples;
135 FLAC__StreamMetadata_StreamInfo mStreamInfo;
340 mStreamInfo = metadata->data.stream_info;
458 memset(&mStreamInfo, 0, sizeof(mStreamInfo));
  /frameworks/wilhelm/src/
classes.h 318 IStreamInformation mStreamInfo;

Completed in 195 milliseconds