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

  /frameworks/av/media/libstagefright/include/
ItemTable.h 41 * ItemTable keeps track of all image items (including coded images, grids and
45 class ItemTable : public RefBase {
47 explicit ItemTable(const sp<DataSource> &source);
60 ~ItemTable();
92 DISALLOW_EVIL_CONSTRUCTORS(ItemTable);
MPEG4Extractor.h 36 class ItemTable;
38 using heif::ItemTable;
142 sp<ItemTable> mItemTable;
  /frameworks/av/media/libstagefright/
ItemTable.cpp 18 #define LOG_TAG "ItemTable"
20 #include <include/ItemTable.h>
1153 ItemTable::ItemTable(const sp<DataSource> &source)
    [all...]
MPEG4Extractor.cpp 31 #include "include/ItemTable.h"
78 const sp<ItemTable> &itemTable);
141 sp<ItemTable> mItemTable;
    [all...]

Completed in 63 milliseconds