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

  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
flow_cache.h 33 image_size_(config->image_size),
105 if (InRange(*final_x, 0.0f, static_cast<float>(image_size_.width) - 1) &&
106 InRange(*final_y, 0.0f, static_cast<float>(image_size_.height) - 1)) {
130 BoundingBox(0, 0, image_size_.width - 1, image_size_.height - 1));
204 (image_size_.width + level_dim - 1) / level_dim;
206 (image_size_.height + level_dim - 1) / level_dim;
252 if (x < 0 || x >= image_size_.width || y < 0 || y >= image_size_.height) {
290 const Size image_size_; member in class:tf_tracking::FlowCache
    [all...]
  /art/runtime/
image.cc 51 image_size_(image_size),
107 if (image_begin_ >= image_begin_ + image_size_) {
158 CHECK_EQ(image_size_, data_size_);
169 image_size_);
170 CHECK_EQ(decompressed_size, image_size_);
image.h 97 image_size_(image_size) {}
110 return image_size_;
123 uint32_t image_size_ = 0u; variable
158 return image_size_;
429 // App images have reservation equal to `image_size_` rounded up to page size because
443 uint32_t image_size_ = 0u; variable
  /art/dex2oat/linker/
image_test.cc 68 uint32_t image_size_ = 16 * KB; local
80 image_size_,
image_writer.h 347 // The next image may only start at image_begin_ + image_size_ (which is guaranteed to be
349 size_t image_size_ = 0; member in struct:art::linker::final::ImageInfo
    [all...]
image_writer.cc     [all...]
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format2.h 98 int32_t image_size_; member in class:sfntly::IndexSubTableFormat2
index_sub_table_format2.cc 50 return loca * image_size_;
57 return image_size_;
64 image_size_ =
index_sub_table_format5.h 109 int32_t image_size_; member in class:sfntly::IndexSubTableFormat5
index_sub_table_format5.cc 55 return image_size_;
75 image_size_ = data_->ReadULongAsInt(

Completed in 691 milliseconds