Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DDataSource.h77 bool getUInt16Var(off64_t offset, uint16_t *x, size_t size);
/frameworks/av/media/libstagefright/
DDataSource.cpp95 bool DataSource::getUInt16Var(off64_t offset, uint16_t *x, size_t size) { in getUInt16Var() function in android::DataSource
DItemTable.cpp810 if (!source()->getUInt16Var(offset, &propIndex, propIndexSize)) { in parse()