HomeSort by relevance Sort by last modified time
    Searched defs:ItemTable (Results 1 - 2 of 2) 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);
  /frameworks/av/media/libstagefright/
ItemTable.cpp 18 #define LOG_TAG "ItemTable"
20 #include <include/ItemTable.h>
1153 ItemTable::ItemTable(const sp<DataSource> &source)
    [all...]

Completed in 60 milliseconds