Searched refs:kPmpRowCountOffset (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/common/media_galleries/
H A Dpmp_constants.h39 const int kPmpRowCountOffset = 16; member in namespace:picasa
H A Dpmp_test_util.cc125 memcpy(&header[picasa::kPmpRowCountOffset], &row_count, sizeof(uint32));
/external/chromium_org/chrome/utility/media_galleries/
H A Dpmp_column_reader.cc144 rows_read_ = *(reinterpret_cast<uint32*>(&data_[kPmpRowCountOffset]));

Completed in 122 milliseconds