Searched refs:ItemParams (Results 1 – 5 of 5) sorted by relevance
/external/dynamic_depth/includes/dynamic_depth/ |
D | item.h | 15 struct ItemParams { struct 29 ItemParams(const string& in_mime, unsigned int len) in ItemParams() function 35 ItemParams(const string& in_mime, unsigned int len, const string& uri) in ItemParams() argument 42 inline bool operator==(const ItemParams& other) const { 48 inline bool operator!=(const ItemParams& other) const { 61 static std::unique_ptr<Item> FromData(const ItemParams& params); 79 Item(const ItemParams& params); 80 static std::unique_ptr<Item> FromDataInternal(const ItemParams& params, 83 ItemParams params_;
|
/external/dynamic_depth/internal/dynamic_depth/ |
D | item.cc | 22 Item::Item(const ItemParams& params) : params_(params) {} in Item() 26 std::unique_ptr<Item> Item::FromDataInternal(const ItemParams& params, in FromDataInternal() 64 std::unique_ptr<Item> Item::FromData(const ItemParams& params) { in FromData() 91 ItemParams params(mime, length); in FromDeserializer()
|
D | image.cc | 78 ItemParams item_params(mime, data.size(), item_uri); in FromData() 100 ItemParams item_params(mime, 0, kPrimaryImagePlaceholderItemUri); in FromDataForPrimaryImage() 127 ItemParams item_params(mime, data_size, item_uri); in FromData()
|
D | depth_map.cc | 238 ItemParams depth_item_params(params.mime, params.depth_image_data.size(), in FromData() 246 ItemParams confidence_item_params( in FromData()
|
D | app_info.cc | 69 ItemParams item_params(kTextMime, data.size(), item_uri); in FromData()
|