Home
last modified time | relevance | path

Searched defs:isWide (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/module/extractors/amr/
DAMRExtractor.cpp73 static size_t getFrameSize(bool isWide, unsigned FT) { in getFrameSize()
102 off64_t offset, bool isWide, size_t *frameSize) { in getFrameSizeByOffset()
121 DataSourceHelper *source, bool *isWide, float *confidence) { in SniffAMR()
238 bool isWide, const off64_t *offset_table, size_t offset_table_length) in AMRSource()
/frameworks/av/media/libstagefright/rtsp/
DAAMRAssembler.cpp61 const sp<AMessage> &notify, bool isWide, const AString &params) in AAMRAssembler()
80 static size_t getFrameSize(bool isWide, unsigned FT) { in getFrameSize()
DARTPWriter.cpp1520 static size_t getFrameSize(bool isWide, unsigned FT) { in getFrameSize()
1544 const bool isWide = (mMode == AMR_WB); in sendAMRData() local
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrDec.cpp198 static size_t getFrameSize(bool isWide, unsigned FM) { in getFrameSize()
222 std::vector<size_t> *frameSizeList, bool isWide) { in calculateNumFrames()
/frameworks/av/media/libstagefright/
DAMRWriter.cpp72 bool isWide = false; in addSource() local