Searched defs:offset_table (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DAMRExtractor.cpp39 const off64_t *offset_table,
210 bool isWide, const off64_t *offset_table, size_t offset_table_length)
220 memcpy ((char*)mOffsetTable, (char*)offset_table, sizeof(off64_t) * mOffsetTableLength);
208 AMRSource( const sp<DataSource> &source, const sp<MetaData> &meta, bool isWide, const off64_t *offset_table, size_t offset_table_length) argument

Completed in 56 milliseconds