/frameworks/av/services/audioflinger/ |
H A D | AudioStreamOut.h | 81 virtual size_t getFrameSize() const { return mHalFrameSize; } function in class:android::AudioStreamOut
|
H A D | SpdifStreamOut.h | 68 virtual size_t getFrameSize() const { return sizeof(int8_t); } function in class:android::SpdifStreamOut
|
H A D | AudioStreamOut.cpp | 165 status = stream->getFrameSize(&mHalFrameSize);
|
H A D | Threads.cpp | 2494 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 D | StreamHalLocal.h | 97 virtual status_t getFrameSize(size_t *size); 172 virtual status_t getFrameSize(size_t *size);
|
H A D | StreamHalHidl.h | 122 virtual status_t getFrameSize(size_t *size); 201 virtual status_t getFrameSize(size_t *size);
|
H A D | StreamHalLocal.cpp | 124 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 D | StreamHalHidl.cpp | 302 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 D | StreamHalLocal.h | 98 virtual status_t getFrameSize(size_t *size); 173 virtual status_t getFrameSize(size_t *size);
|
H A D | StreamHalHidl.h | 123 virtual status_t getFrameSize(size_t *size); 202 virtual status_t getFrameSize(size_t *size);
|
H A D | StreamHalLocal.cpp | 126 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 D | StreamHalHidl.cpp | 313 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 D | AAMRAssembler.cpp | 81 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 D | ARTPWriter.cpp | 728 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 D | AacAdtsExtractor.cpp | 49 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 D | AMRExtractor.cpp | 73 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 D | StreamHalInterface.h | 57 virtual status_t getFrameSize(size_t *size) = 0;
|
/frameworks/av/media/libaudiohal/include/media/audiohal/ |
H A D | StreamHalInterface.h | 57 virtual status_t getFrameSize(size_t *size) = 0;
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/ |
H A D | SoftAMR.cpp | 327 static size_t getFrameSize(unsigned FT) { function in namespace:android 457 size_t frameSize = getFrameSize(mode);
|