Searched defs:mStreamInfo (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.h52 CStreamInfo *mStreamInfo; member in struct:android::SoftAAC2
/frameworks/wilhelm/src/
H A Dclasses.h318 IStreamInformation mStreamInfo; member in struct:CMediaPlayer_struct
/frameworks/av/media/libstagefright/
H A DFLACExtractor.cpp88 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; member in class:android::FLACParser
340 mStreamInfo = metadata->data.stream_info;
458 memset(&mStreamInfo, 0, sizeof(mStreamInfo));

Completed in 195 milliseconds