Home
last modified time | relevance | path

Searched refs:offset_table (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/extractors/amr/
DAMRExtractor.cpp38 const off64_t *offset_table,
233 bool isWide, const off64_t *offset_table, size_t offset_table_length) in AMRSource() argument
243 memcpy ((char*)mOffsetTable, (char*)offset_table, sizeof(off64_t) * mOffsetTableLength); in AMRSource()