/third_party/glfw/src/ |
H A D | x11_window.c | 795 const Atom formats[] = { _glfw.x11.UTF8_STRING, XA_STRING }; in writeTargetToProperty() local 796 const int formatCount = sizeof(formats) / sizeof(formats[0]); in writeTargetToProperty() 848 if (targets[i] == formats[j]) in writeTargetToProperty() 902 if (request->target == formats[i]) in writeTargetToProperty() 1578 Atom* formats = NULL; in processEvent() local 1593 (unsigned char**) &formats); in processEvent() 1598 formats = (Atom*) event->xclient.data.l + 2; in processEvent() 1603 if (formats[i] == _glfw.x11.text_uri_list) in processEvent() 1610 if (list && formats) in processEvent() [all...] |
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ohos/ |
H A D | platform_hardware_buffer_util.cpp | 18 #include <base/util/formats.h>
|
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/ |
H A D | intf_mesh_builder.h | 23 #include <base/util/formats.h>
|
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/ |
H A D | mesh_component.h | 22 #include <base/util/formats.h>
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_node_mip_chain_post_process.h | 22 #include <base/util/formats.h>
|
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | image_packer.h | 98 static uint32_t GetSupportedFormats(std::set<std::string> &formats);
|
/foundation/multimedia/media_utils_lite/interfaces/kits/ |
H A D | source.h | 20 * @brief Provides data types and media formats required for recording and playing audio and videos. 225 * @param formats Indicates stream data information, which is subject to the stream type. For example, the key 231 Source(const std::shared_ptr<StreamSource> &stream, const Format &formats);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/pl111/ |
H A D | pl111_drm.h | 115 * @formats: array of supported pixel formats on this variant 116 * @nformats: the length of the array of supported pixel formats 127 const u32 *formats; member
|
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
H A D | ispcsi2.h | 121 struct v4l2_mbus_framefmt formats[CSI2_PADS_NUM]; member
|
/kernel/linux/linux-5.10/sound/aoa/soundbus/ |
H A D | soundbus.h | 36 u64 formats; /* SNDRV_PCM_FMTBIT_* */ member 67 * formats or rates being 0. */ 95 * the formats that can be used at the moment, for
|
/kernel/linux/linux-5.10/sound/aoa/codecs/ |
H A D | toonie.c | 42 .formats = SNDRV_PCM_FMTBIT_S16_BE |
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm8782.c | 44 .formats = SNDRV_PCM_FMTBIT_S16_LE |
|
H A D | max98357a.c | 107 .formats = SNDRV_PCM_FMTBIT_S16 |
|
H A D | rt1015p.c | 102 .formats = SNDRV_PCM_FMTBIT_S24,
|
/kernel/linux/linux-5.10/sound/soc/samsung/ |
H A D | lowland.c | 78 .formats = SNDRV_PCM_FMTBIT_S32_LE,
|
/kernel/linux/linux-5.10/sound/soc/meson/ |
H A D | aiu-fifo-spdif.c | 35 .formats = AIU_FORMATS,
|
H A D | aiu-codec-ctrl.c | 98 .formats = AIU_CODEC_CTRL_FORMATS, \
|
H A D | aiu-fifo-i2s.c | 33 .formats = AIU_FORMATS,
|
H A D | gx-card.c | 22 .formats = SNDRV_PCM_FMTBIT_S24_LE,
|
H A D | meson-codec-glue.c | 77 data->params.formats = 1ULL << (__force int) params_format(params); in meson_codec_glue_input_hw_params()
|
/kernel/linux/linux-5.10/include/xen/interface/io/ |
H A D | sndif.h | 100 * /local/domain/1/device/vsnd/0/sample-formats = "s8,u8,s16_le,s16_be" 111 * /local/domain/1/device/vsnd/0/0/0/sample-formats = "s8,u8" 215 * o supported sample formats. 242 * sample-formats 245 * List of supported sample formats separated by XENSND_LIST_SEPARATOR. 503 #define XENSND_FIELD_SAMPLE_FORMATS "sample-formats" 855 * | formats mask low 32-bit | 12 857 * | formats mask high 32-bit | 16 882 * formats - uint64_t, bit mask representing values of the parameter 894 uint64_t formats; member [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/ |
H A D | mdp_kms.h | 89 uint32_t mdp_get_formats(uint32_t *formats, uint32_t max_formats, bool rgb_only);
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_mipi_dbi.h | 144 const uint32_t *formats, unsigned int format_count,
|
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/ |
H A D | iss_csi2.h | 121 struct v4l2_mbus_framefmt formats[CSI2_PADS_NUM]; member
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/ |
H A D | ispcsi2.h | 121 struct v4l2_mbus_framefmt formats[CSI2_PADS_NUM]; member
|