Searched defs:getFrameSize (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioStreamOut.h81 virtual size_t getFrameSize() const { return mHalFrameSize; } function in class:android::AudioStreamOut
H A DSpdifStreamOut.h70 virtual size_t getFrameSize() const { return sizeof(int8_t); } function in class:android::SpdifStreamOut
/frameworks/av/media/libstagefright/rtsp/
H A DAAMRAssembler.cpp81 static size_t getFrameSize(bool isWide, unsigned FT) { function in namespace:android
177 totalSize += getFrameSize(mIsWide, (toc >> 3) & 0x0f);
193 size_t frameSize = getFrameSize(mIsWide, (toc >> 3) & 0x0f);
H A DARTPWriter.cpp728 static size_t getFrameSize(bool isWide, unsigned FT) { function in namespace:android
769 srcOffset += getFrameSize(isWide, FT);
815 size_t frameSize = getFrameSize(isWide, FT);
/frameworks/av/media/libstagefright/
H A DAMRExtractor.cpp72 static size_t getFrameSize(bool isWide, unsigned FT) { function in namespace:android
112 *frameSize = getFrameSize(isWide, FT);
301 size_t frameSize = getFrameSize(mIsWide, FT);
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp280 static size_t getFrameSize(unsigned FT) { function in namespace:android
410 size_t frameSize = getFrameSize(mode);
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp48 static size_t getFrameSize(const sp<DataSource> &source, off64_t offset) { function in namespace:android
58 SL_LOGV("AacAdtsExtractor::getFrameSize EOS");
62 SL_LOGE("AacAdtsExtractor:: getFrameSize() returns %d (syncword and header read error)",
68 SL_LOGE("AacAdtsExtractor:: getFrameSize() returns 0 (syncword pb)");
82 SL_LOGE("AacAdtsExtractor:: getFrameSize() returns 0 (frameSize %zu < headSize %zu)",
87 //SL_LOGV("AacAdtsExtractor:: getFrameSize() returns %u", frameSize);
136 if ((frameSize = getFrameSize(mDataSource, offset)) == 0) {
137 // Usually frameSize == 0 due to EOS is benign (and getFrameSize() doesn't SL_LOGE),
271 if ((frameSize = getFrameSize(mDataSource, mOffset)) == 0) {

Completed in 127 milliseconds