Searched refs:getFrameSize (Results 1 - 19 of 19) 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.h68 virtual size_t getFrameSize() const { return sizeof(int8_t); } function in class:android::SpdifStreamOut
H A DAudioStreamOut.cpp165 status = stream->getFrameSize(&mHalFrameSize);
H A DThreads.cpp2494 mFrameSize = mOutput->getFrameSize();
5896 mBytesWritten / mOutput->getFrameSize();
7649 result = mInput->stream->getFrameSize(&mFrameSize);
8202 result = mHalStream->getFrameSize(&mFrameSize);
/frameworks/av/media/libaudiohal/2.0/
H A DStreamHalLocal.h97 virtual status_t getFrameSize(size_t *size);
172 virtual status_t getFrameSize(size_t *size);
H A DStreamHalHidl.h122 virtual status_t getFrameSize(size_t *size);
201 virtual status_t getFrameSize(size_t *size);
H A DStreamHalLocal.cpp124 status_t StreamOutHalLocal::getFrameSize(size_t *size) { function in class:android::StreamOutHalLocal
277 status_t StreamInHalLocal::getFrameSize(size_t *size) { function in class:android::StreamInHalLocal
H A DStreamHalHidl.cpp302 status_t StreamOutHalHidl::getFrameSize(size_t *size) { function in class:android::StreamOutHalHidl
304 return processReturn("getFrameSize", mStream->getFrameSize(), size);
600 status_t StreamInHalHidl::getFrameSize(size_t *size) {
602 return processReturn("getFrameSize", mStream->getFrameSize(), size);
/frameworks/av/media/libaudiohal/4.0/
H A DStreamHalLocal.h98 virtual status_t getFrameSize(size_t *size);
173 virtual status_t getFrameSize(size_t *size);
H A DStreamHalHidl.h123 virtual status_t getFrameSize(size_t *size);
202 virtual status_t getFrameSize(size_t *size);
H A DStreamHalLocal.cpp126 status_t StreamOutHalLocal::getFrameSize(size_t *size) { function in class:android::V4_0::StreamOutHalLocal
279 status_t StreamInHalLocal::getFrameSize(size_t *size) { function in class:android::V4_0::StreamInHalLocal
H A DStreamHalHidl.cpp313 status_t StreamOutHalHidl::getFrameSize(size_t *size) { function in class:android::V4_0::StreamOutHalHidl
315 return processReturn("getFrameSize", mStream->getFrameSize(), size);
628 status_t StreamInHalHidl::getFrameSize(size_t *size) { function in class:StreamInHalHidl
630 return processReturn("getFrameSize", mStream->getFrameSize(), size);
/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/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp49 static size_t getFrameSize(const sp<DataSource> &source, off64_t offset) { function in namespace:android
59 SL_LOGV("AacAdtsExtractor::getFrameSize EOS");
63 SL_LOGE("AacAdtsExtractor:: getFrameSize() returns %d (syncword and header read error)",
69 SL_LOGE("AacAdtsExtractor:: getFrameSize() returns 0 (syncword pb)");
83 SL_LOGE("AacAdtsExtractor:: getFrameSize() returns 0 (frameSize %zu < headSize %zu)",
88 //SL_LOGV("AacAdtsExtractor:: getFrameSize() returns %u", frameSize);
138 if ((frameSize = getFrameSize(mDataSource, offset)) == 0) {
139 // Usually frameSize == 0 due to EOS is benign (and getFrameSize() doesn't SL_LOGE),
246 if ((frameSize = getFrameSize(mDataSource, mOffset)) == 0) {
/frameworks/av/media/extractors/amr/
H A DAMRExtractor.cpp73 static size_t getFrameSize(bool isWide, unsigned FT) { function in namespace:android
113 *frameSize = getFrameSize(isWide, FT);
325 size_t frameSize = getFrameSize(mIsWide, FT);
/frameworks/av/include/media/audiohal/
H A DStreamHalInterface.h57 virtual status_t getFrameSize(size_t *size) = 0;
/frameworks/av/media/libaudiohal/include/media/audiohal/
H A DStreamHalInterface.h57 virtual status_t getFrameSize(size_t *size) = 0;
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp327 static size_t getFrameSize(unsigned FT) { function in namespace:android
457 size_t frameSize = getFrameSize(mode);

Completed in 75 milliseconds