Home
last modified time | relevance | path

Searched defs:getFrameSize (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/av/services/audioflinger/
H A DAudioStreamOut.h81 virtual size_t getFrameSize() const { return mHalFrameSize; } in getFrameSize() function
H A DSpdifStreamOut.h68 virtual size_t getFrameSize() const { return sizeof(int8_t); } in getFrameSize() function
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DAAMRAssembler.cpp81 static size_t getFrameSize(bool isWide, unsigned FT) { in getFrameSize() function
H A DARTPWriter.cpp1483 static size_t getFrameSize(bool isWide, unsigned FT) { in getFrameSize() function
/aosp12/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp49 static size_t getFrameSize(const sp<DataSource> &source, off64_t offset) { in getFrameSize() function
/aosp12/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp324 static size_t getFrameSize(unsigned FT) { in getFrameSize() function
/aosp12/frameworks/av/media/libaudiohal/impl/
H A DStreamHalLocal.cpp113 status_t StreamOutHalLocal::getFrameSize(size_t *size) { in getFrameSize() function in android::CPP_VERSION::StreamOutHalLocal
380 status_t StreamInHalLocal::getFrameSize(size_t *size) { in getFrameSize() function in android::CPP_VERSION::StreamInHalLocal
H A DStreamHalHidl.cpp355 status_t StreamOutHalHidl::getFrameSize(size_t *size) { in getFrameSize() function in android::CPP_VERSION::StreamOutHalHidl
836 status_t StreamInHalHidl::getFrameSize(size_t *size) { in getFrameSize() function in android::CPP_VERSION::StreamInHalHidl
/aosp12/frameworks/av/media/codec2/components/amr_nb_wb/
H A DC2SoftAmrDec.cpp198 static size_t getFrameSize(bool isWide, unsigned FM) { in getFrameSize() function
/aosp12/frameworks/av/media/extractors/amr/
H A DAMRExtractor.cpp73 static size_t getFrameSize(bool isWide, unsigned FT) { in getFrameSize() function
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DStream.cpp71 Return<uint64_t> Stream::getFrameSize() { in getFrameSize() function in android::hardware::audio::CPP_VERSION::implementation::Stream
H A DStreamIn.cpp171 Return<uint64_t> StreamIn::getFrameSize() { in getFrameSize() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn
H A DStreamOut.cpp178 Return<uint64_t> StreamOut::getFrameSize() { in getFrameSize() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut