Home
last modified time | relevance | path

Searched full:discrete (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20/
H A D0008-v4l2src-Support-setting-max-resolution.patch40 GST_LOG_OBJECT (v4l2object->dbg_obj, "got discrete frame size %dx%d",
41 size.discrete.width, size.discrete.height);
43 - w = MIN (size.discrete.width, G_MAXINT);
44 - h = MIN (size.discrete.height, G_MAXINT);
45 + w = MIN (size.discrete.width, max_width);
46 + h = MIN (size.discrete.height, max_height);
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/
H A D0008-v4l2src-Support-setting-max-resolution.patch40 GST_LOG_OBJECT (v4l2object->dbg_obj, "got discrete frame size %dx%d",
41 size.discrete.width, size.discrete.height);
43 - w = MIN (size.discrete.width, G_MAXINT);
44 - h = MIN (size.discrete.height, G_MAXINT);
45 + w = MIN (size.discrete.width, max_width);
46 + h = MIN (size.discrete.height, max_height);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22/
H A D0008-v4l2src-Support-setting-max-resolution.patch40 GST_LOG_OBJECT (v4l2object->dbg_obj, "got discrete frame size %dx%d",
41 size.discrete.width, size.discrete.height);
43 - w = MIN (size.discrete.width, G_MAXINT);
44 - h = MIN (size.discrete.height, G_MAXINT);
45 + w = MIN (size.discrete.width, max_width);
46 + h = MIN (size.discrete.height, max_height);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_atpx_handler.c262 * radeon_atpx_set_discrete_state - power up/down discrete GPU
265 * @state: discrete GPU state (0 = power down, 1 = power up)
268 * power down/up the discrete GPU (all asics).
300 * @mux_id: mux state (0 = integrated GPU, 1 = discrete GPU)
303 * switch the display mux between the discrete GPU and integrated GPU
332 * @mux_id: mux state (0 = integrated GPU, 1 = discrete GPU)
335 * switch the i2c/hpd mux between the discrete GPU and integrated GPU
364 * @mux_id: mux state (0 = integrated GPU, 1 = discrete GPU)
367 * function to notify the sbios that a switch between the discrete GPU and
396 * @mux_id: mux state (0 = integrated GPU, 1 = discrete GPU)
[all …]
H A Dradeon_bios.c43 /* If you boot an IGP board with a discrete card as the primary,
46 * copy of the igp rom at the start of vram if a discrete card is
141 /* ATRM is used to get the BIOS on the discrete cards in
154 * Executes ATRM to fetch a chunk of the discrete
198 /* ATRM is for the discrete card only */ in radeon_atrm_get_bios()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atpx_handler.c291 * amdgpu_atpx_set_discrete_state - power up/down discrete GPU
294 * @state: discrete GPU state (0 = power down, 1 = power up)
297 * power down/up the discrete GPU (all asics).
329 * @mux_id: mux state (0 = integrated GPU, 1 = discrete GPU)
332 * switch the display mux between the discrete GPU and integrated GPU
361 * @mux_id: mux state (0 = integrated GPU, 1 = discrete GPU)
364 * switch the i2c/hpd mux between the discrete GPU and integrated GPU
393 * @mux_id: mux state (0 = integrated GPU, 1 = discrete GPU)
396 * function to notify the sbios that a switch between the discrete GPU and
425 * @mux_id: mux state (0 = integrated GPU, 1 = discrete GPU)
[all …]
H A Damdgpu_bios.c84 /* If you boot an IGP board with a discrete card as the primary,
87 * copy of the igp rom at the start of vram if a discrete card is
227 /* ATRM is used to get the BIOS on the discrete cards in
240 * Executes ATRM to fetch a chunk of the discrete
284 /* ATRM is for the discrete card only */ in amdgpu_atrm_get_bios()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A DKconfig21 # before discrete ones so they will be the initial/default value:
23 # - licensed IP used in both SOC and discrete versions
24 # - discrete ones (including all PCI-only controllers)
174 R8A66597 is a discrete USB host and peripheral controller chip that
186 Renesas USBHS is a discrete USB host and peripheral controller chip
291 # Controllers available in both integrated and discrete versions
298 M66592 is a discrete USB peripheral controller chip that
309 # Controllers available only in discrete form (and all PCI controllers)
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-enum-frameintervals.rst46 - **Discrete:** The function returns success if the given index value
51 the `discrete` member is valid.
147 - ``discrete``
176 - Discrete frame interval.
H A Dvidioc-enum-framesizes.rst47 - **Discrete:** The function returns success if the given index value
52 ``discrete`` member is valid.
157 - ``discrete``
185 - Discrete frame size.
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dapple-gmux.c342 * connecting it either to the discrete GPU or the Thunderbolt controller.
351 * the discrete GPU can then be woken to drive the newly connected display.
354 * ports while the discrete GPU is asleep, but currently we do not make use
361 * The user may manually switch to the discrete GPU if more performance is
365 * discrete GPU. If a display is plugged in while the panel is switched to
368 * discrete GPU, thereby suspending the integrated GPU.
456 * gmux is able to cut power to the discrete GPU. It automatically takes care
469 pr_debug("Discrete card powered up\n"); in gmux_set_discrete_state()
473 pr_debug("Discrete card powered down\n"); in gmux_set_discrete_state()
740 * switchable. Force its AUX channel to the discrete GPU. in gmux_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/vga/
H A Dvga_switcheroo.c67 * discrete GPU while it is not used.
71 * handler to control the power state of the discrete GPU, its ->switchto
72 * callback is a no-op for obvious reasons. The discrete GPU is often equipped
75 * suspend/resume order when changing the discrete GPU's power state. In total
77 * client (on the discrete GPU). The code is mostly prepared to support
622 * Power on the integrated GPU if necessary, power off the discrete GPU.
627 * * DIS: Switch to the discrete graphics device.
631 * * DDIS: Delayed switch to the discrete graphics device.
637 * * MDIS: Mux-only switch to the discrete graphics device.
969 * In this mode of use, the discrete GPU automatically powers up and down at
[all …]
/OK3568_Linux_fs/kernel/include/linux/soundwire/
H A Dsdw.h232 * discrete values, implementation can define based on the wordlengths they
249 * @bus_num_freq: Number of discrete frequencies supported
250 * @bus_freq: Discrete bus frequencies, in Hz
253 * @num_freq: Number of discrete sampling frequency supported
254 * @freq: Discrete sampling frequencies, in Hz
284 * @num_words: Number of discrete supported wordlengths
285 * @words: Discrete supported wordlength
296 * @num_channels: Number of discrete channels supported
297 * @channels: Discrete channels supported
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/camera/
H A DCamera.cpp210 … qDebug() << "width: " << frmsize.discrete.width << "height: " << frmsize.discrete.height; in StartWorkThread()
211 if ((w == frmsize.discrete.width) in StartWorkThread()
212 && (h == frmsize.discrete.height)) { in StartWorkThread()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Drtc.rst128 integrated into embeddable system-on-chip (SOC) processors to discrete chips
134 example, maybe the low-power battery-backed RTC is a discrete I2C chip, but
136 the system clock from the discrete RTC, but use the integrated one for all
/OK3568_Linux_fs/kernel/include/linux/
H A Dvga_switcheroo.h81 * @VGA_SWITCHEROO_DIS: discrete graphics device
110 * @get_client_id: determine if given pci device is integrated or discrete GPU.
128 * Mandatory. This should not cut power to the discrete GPU,
H A Dmxm-wmi.h11 /* discrete adapters */
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Damc6821.rst75 It can only have certain discrete values
91 speed. It can only have certain discrete
/OK3568_Linux_fs/kernel/include/drm/
H A Di915_mei_hdcp_interface.h20 * @HDCP_PORT_TYPE_LSPCON: HDCP2.2 discrete wired Tx port with LSPCON
22 * @HDCP_PORT_TYPE_CPDP: HDCP2.2 discrete wired Tx port using the CPDP (DP 1.3)
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_mru_cache.c48 * representing discrete time intervals is that it's only practical to reap
56 * up into discrete time groups. More critically, the process of touching or
73 * that allows efficient lookups, but also groups them into discrete time
96 unsigned int grp_count; /* Number of discrete groups. */
/OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/
H A DKconfig12 Renesas USBHS is a discrete USB host and peripheral controller chip
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-counter-ftm-quaddec5 Discrete set of available values for the respective Count Y
/OK3568_Linux_fs/u-boot/drivers/thermal/
H A DKconfig7 devices may be discrete but connected on a suitable bus.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Drandom.h321 * numbers, either from a discrete or a continuous interval. The in _GLIBCXX_VISIBILITY()
519 * A generalized feedback shift register discrete random number generator. in _GLIBCXX_VISIBILITY()
703 * This is a model of a Generalized Fibonacci discrete random number in _GLIBCXX_VISIBILITY()
706 * A discrete random number generator that produces pseudorandom in _GLIBCXX_VISIBILITY()
1555 * @addtogroup tr1_random_distributions_discrete Discrete Distributions in _GLIBCXX_VISIBILITY()
1561 * @brief Uniform discrete distribution for random numbers. in _GLIBCXX_VISIBILITY()
1562 * A discrete random distribution on the range @f$[min, max]@f$ with equal in _GLIBCXX_VISIBILITY()
1777 * @brief A discrete geometric random number distribution. in _GLIBCXX_VISIBILITY()
1863 * @brief A discrete Poisson random number distribution. in _GLIBCXX_VISIBILITY()
1950 * @brief A discrete binomial random number distribution. in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Drandom.h321 * numbers, either from a discrete or a continuous interval. The in _GLIBCXX_VISIBILITY()
519 * A generalized feedback shift register discrete random number generator. in _GLIBCXX_VISIBILITY()
703 * This is a model of a Generalized Fibonacci discrete random number in _GLIBCXX_VISIBILITY()
706 * A discrete random number generator that produces pseudorandom in _GLIBCXX_VISIBILITY()
1555 * @addtogroup tr1_random_distributions_discrete Discrete Distributions in _GLIBCXX_VISIBILITY()
1561 * @brief Uniform discrete distribution for random numbers. in _GLIBCXX_VISIBILITY()
1562 * A discrete random distribution on the range @f$[min, max]@f$ with equal in _GLIBCXX_VISIBILITY()
1777 * @brief A discrete geometric random number distribution. in _GLIBCXX_VISIBILITY()
1863 * @brief A discrete Poisson random number distribution. in _GLIBCXX_VISIBILITY()
1950 * @brief A discrete binomial random number distribution. in _GLIBCXX_VISIBILITY()

12345678910>>...12