HomeSort by relevance Sort by last modified time
    Searched refs:getUInt32Var (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libmediaextractor/include/media/
DataSourceBase.h 55 bool getUInt32Var(off64_t offset, uint32_t *x, size_t size);
  /frameworks/av/media/libmediaextractor/
DataSourceBase.cpp 92 bool DataSourceBase::getUInt32Var(off64_t offset, uint32_t *x, size_t size) {
  /frameworks/av/media/extractors/mp4/
ItemTable.cpp 241 if (!source()->getUInt32Var(offset, &itemId, itemIdSize)) {
365 if (!source()->getUInt32Var(offset, &item_count, itemFieldSize)) {
375 if (!source()->getUInt32Var(offset, &item_id, itemFieldSize)) {
599 if (!source()->getUInt32Var(offset, &mItemId, mRefIdSize)) {
617 if (!source()->getUInt32Var(offset, &refItemId, mRefIdSize)) {
869 if (!source()->getUInt32Var(offset, &itemId, itemIdSize)) {
1072 if (!source()->getUInt32Var(offset, &item_id, itemIdSize)) {
    [all...]

Completed in 150 milliseconds