Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioStreamOut.h81 virtual size_t getFrameSize() const { return mHalFrameSize; } in getFrameSize() function
DSpdifStreamOut.h68 virtual size_t getFrameSize() const { return sizeof(int8_t); } in getFrameSize() function
/frameworks/av/media/libstagefright/rtsp/
DAAMRAssembler.cpp81 static size_t getFrameSize(bool isWide, unsigned FT) { in getFrameSize() function
DARTPWriter.cpp730 static size_t getFrameSize(bool isWide, unsigned FT) { in getFrameSize() function
/frameworks/wilhelm/src/android/util/
DAacAdtsExtractor.cpp49 static size_t getFrameSize(const sp<DataSource> &source, off64_t offset) { in getFrameSize() function
/frameworks/av/media/libaudiohal/impl/
DStreamHalLocal.cpp127 status_t StreamOutHalLocal::getFrameSize(size_t *size) { in getFrameSize() function in android::CPP_VERSION::StreamOutHalLocal
287 status_t StreamInHalLocal::getFrameSize(size_t *size) { in getFrameSize() function in android::CPP_VERSION::StreamInHalLocal
DStreamHalHidl.cpp312 status_t StreamOutHalHidl::getFrameSize(size_t *size) { in getFrameSize() function in android::CPP_VERSION::StreamOutHalHidl
654 status_t StreamInHalHidl::getFrameSize(size_t *size) { in getFrameSize() function in android::CPP_VERSION::StreamInHalHidl
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DSoftAMR.cpp327 static size_t getFrameSize(unsigned FT) { in getFrameSize() function
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrDec.cpp198 static size_t getFrameSize(bool isWide, unsigned FM) { in getFrameSize() function
/frameworks/av/media/extractors/amr/
DAMRExtractor.cpp71 static size_t getFrameSize(bool isWide, unsigned FT) { in getFrameSize() function