Home
last modified time | relevance | path

Searched refs:temp_box (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dtracked_object.h100 BoundingBox temp_box(last_known_position_); in Draw()
101 DrawBox(temp_box); in Draw()
105 temp_box.left_ -= kBufferSize; in Draw()
106 temp_box.top_ -= kBufferSize; in Draw()
107 temp_box.right_ += kBufferSize; in Draw()
108 temp_box.bottom_ += kBufferSize; in Draw()
109 DrawBox(temp_box); in Draw()
112 temp_box.left_ -= -2.0f * kBufferSize; in Draw()
113 temp_box.top_ -= -2.0f * kBufferSize; in Draw()
114 temp_box.right_ += -2.0f * kBufferSize; in Draw()
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c408 struct pipe_box temp_box; in handle_complex_copy() local
450 &temp_box); in handle_complex_copy()
455 &temp_box); in handle_complex_copy()
475 &temp_box); in handle_complex_copy()
479 canon_format, 0, &temp_box); in handle_complex_copy()