Searched refs:win_y (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | optical_flow.cc | 142 for (int win_y = 0; win_y < kPatchSize; ++win_y) { in FindFlowAtPoint_LK() local 143 const int fp_y = Clip(top_fixed + (win_y << 16), 0, fixed_y_max); in FindFlowAtPoint_LK() 150 for (int win_y = 0; win_y < kPatchSize; ++win_y) { in FindFlowAtPoint_LK() local 151 const float y_pos = Clip(top_real + win_y, 0.0f, real_y_max); in FindFlowAtPoint_LK() 177 for (int win_y = 0; win_y < kPatchSize; ++win_y) { in FindFlowAtPoint_LK() local
|
/external/webrtc/modules/desktop_capture/linux/ |
D | mouse_cursor_monitor_x11.cc | 143 int win_y; in Capture() local 150 &root_x, &root_y, &win_x, &win_y, &mask); in Capture() 170 if (XTranslateCoordinates(display(), window_, child_window, win_x, win_y, in Capture() 173 win_y = translated_y; in Capture()
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/display/window_update/ |
D | format | 13 field:unsigned short win_y; offset:18; size:2; signed:0; 21 …u w:%u h:%u] ", REC->dev_id, REC->enabled, REC->win_fmt, REC->win_x, REC->win_y, REC->win_w, REC->…
|