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/module/extractors/mp4/ |
D | ItemTable.cpp | 250 if (!source()->getUInt32Var(offset, &itemId, itemIdSize)) { in parse() 374 if (!source()->getUInt32Var(offset, &item_count, itemFieldSize)) { in parse() 384 if (!source()->getUInt32Var(offset, &item_id, itemFieldSize)) { in parse() 610 if (!source()->getUInt32Var(offset, &mItemId, mRefIdSize)) { in parse() 628 if (!source()->getUInt32Var(offset, &refItemId, mRefIdSize)) { in parse() 961 if (!source()->getUInt32Var(offset, &itemId, itemIdSize)) { in parse() 1188 if (!source()->getUInt32Var(offset, &item_id, itemIdSize)) { in parse() 1275 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
|