Home
last modified time | relevance | path

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

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