Searched refs:getUInt32Var (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | DataSourceBase.h | 114 bool getUInt32Var(off64_t offset, uint32_t *x, size_t size) { in getUInt32Var() function
|
/frameworks/av/media/extractors/mp4/ |
D | ItemTable.cpp | 247 if (!source()->getUInt32Var(offset, &itemId, itemIdSize)) { in parse() 371 if (!source()->getUInt32Var(offset, &item_count, itemFieldSize)) { in parse() 381 if (!source()->getUInt32Var(offset, &item_id, itemFieldSize)) { in parse() 607 if (!source()->getUInt32Var(offset, &mItemId, mRefIdSize)) { in parse() 625 if (!source()->getUInt32Var(offset, &refItemId, mRefIdSize)) { in parse() 917 if (!source()->getUInt32Var(offset, &itemId, itemIdSize)) { in parse() 1139 if (!source()->getUInt32Var(offset, &item_id, itemIdSize)) { in parse() 1226 if (!source()->getUInt32Var(offset, &entry_count, entryCountSize)) { in parse()
|
/frameworks/av/include/media/ |
D | MediaExtractorPluginHelper.h | 396 bool getUInt32Var(off64_t offset, uint32_t *x, size_t size) { in getUInt32Var() function
|