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

  /external/libmtp/examples/
pathutils.c 61 /* Parses a string to find item_id */
66 uint32_t item_id; local
68 // Check if path is an item_id
70 item_id = strtoul(path, &rest, 0);
73 if (item_id == 0) {
79 return file->item_id;
84 return item_id;
87 item_id = lookup_folder_id(folders,path,"");
88 if (item_id == (uint32_t) -1) {
102 return file->item_id;
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
random_op.cc 579 const size_t item_id = item.get_global(0); local
581 size_t offset = item_id * kGroupSize;
582 gen_.Skip(item_id);
633 const size_t item_id = item.get_global(0); local
635 size_t group_index = item_id;
  /frameworks/av/media/extractors/mp4/
ItemTable.cpp 264 ItemLoc(uint32_t item_id, uint16_t construction_method,
266 itemId(item_id),
374 uint32_t item_id;
375 if (!source()->getUInt32Var(offset, &item_id, itemFieldSize)) {
378 ALOGV("item[%zu]: id %lld", i, (long long)item_id);
416 ssize_t index = mItemLocs->add(item_id, ItemLoc(
417 item_id, construction_method, data_reference_index, base_offset));
1067 uint32_t item_id; local
1072 if (!source()->getUInt32Var(offset, &item_id, itemIdSize)) {
1075 ALOGV("item_id %d", item_id)
    [all...]

Completed in 221 milliseconds