Home
last modified time | relevance | path

Searched defs:window_width (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/webrtc/modules/desktop_capture/win/
H A Dwgc_capturer_win_unittest.cc103 void SetUpForWindowCapture(int window_width = kMediumWindowWidth, in SetUpForWindowCapture()
128 void CreateWindowOnSeparateThread(int window_width, int window_height) { in CreateWindowOnSeparateThread()
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuFillKernel.cpp64 …const auto window_width = static_cast<int>(collapsed.x().end()) - static_cast<int>(colla… in run_op() local
/aosp_15_r20/external/federated-compute/fcp/client/
H A Dfederated_protocol_util.cc47 absl::Duration window_width = max_delay - min_delay; in PickRetryDelayFromRange() local
/aosp_15_r20/external/webrtc/modules/desktop_capture/win/test_support/
H A Dtest_window.cc64 int window_width = width <= 0 ? kWindowWidth : width; in CreateTestWindow() local
/aosp_15_r20/external/eigen/bench/btl/data/
H A Dsmooth.cxx102 int window_width=2*window_half_width+1; in smooth_curve() local
/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/
H A Dsurface.rs110 pub window_width: u32, field
/aosp_15_r20/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp998 int32_t window_y, int32_t window_width, in gfxstream_backend_setup_window()
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/
Dturtle.py1256 def window_width(self): member in TurtleScreen
3386 def window_width(self): member in RawTurtle
/aosp_15_r20/hardware/google/graphics/common/libacryl/local_include/uapi/
Dg2d.h301 uint16_t window_width; member
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/x11/
H A Dx11.c216 window_width, window_height; variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dturtle.py1309 def window_width(self): member in TurtleScreen
/aosp_15_r20/external/python/cpython3/Lib/
Dturtle.py1309 def window_width(self): member in TurtleScreen
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Ddnn.h755 int64_t window_width() const { return GetDim(window_, DimIndex::X); } in window_width() function
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp1505 const GLint window_width = m_context.getRenderContext().getRenderTarget().getWidth(); in iterate() local