Home
last modified time | relevance | path

Searched defs:ext (Results 1 – 25 of 503) sorted by relevance

12345678910>>...21

/third_party/alsa-lib/src/pcm/
Dpcm_extplug.c209 extplug_priv_t *ext = pcm->private_data; in snd_pcm_extplug_hw_refine_cprepare() local
226 extplug_priv_t *ext = pcm->private_data; in snd_pcm_extplug_hw_refine_sprepare() local
262 extplug_priv_t *ext = pcm->private_data; in snd_pcm_extplug_hw_refine_schange() local
272 extplug_priv_t *ext = pcm->private_data; in snd_pcm_extplug_hw_refine_cchange() local
295 extplug_priv_t *ext = pcm->private_data; in snd_pcm_extplug_hw_params() local
325 extplug_priv_t *ext = pcm->private_data; in snd_pcm_extplug_hw_free() local
345 extplug_priv_t *ext = pcm->private_data; in snd_pcm_extplug_write_areas() local
367 extplug_priv_t *ext = pcm->private_data; in snd_pcm_extplug_read_areas() local
382 extplug_priv_t *ext = pcm->private_data; in snd_pcm_extplug_init() local
391 extplug_priv_t *ext = pcm->private_data; in snd_pcm_extplug_dump() local
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspextension.c89 gst_rtsp_extension_detect_server (GstRTSPExtension * ext, GstRTSPMessage * resp) in gst_rtsp_extension_detect_server()
102 gst_rtsp_extension_before_send (GstRTSPExtension * ext, GstRTSPMessage * req) in gst_rtsp_extension_before_send()
115 gst_rtsp_extension_after_send (GstRTSPExtension * ext, GstRTSPMessage * req, in gst_rtsp_extension_after_send()
129 gst_rtsp_extension_parse_sdp (GstRTSPExtension * ext, GstSDPMessage * sdp, in gst_rtsp_extension_parse_sdp()
143 gst_rtsp_extension_setup_media (GstRTSPExtension * ext, GstSDPMedia * media) in gst_rtsp_extension_setup_media()
156 gst_rtsp_extension_configure_stream (GstRTSPExtension * ext, GstCaps * caps) in gst_rtsp_extension_configure_stream()
169 gst_rtsp_extension_get_transports (GstRTSPExtension * ext, in gst_rtsp_extension_get_transports()
183 gst_rtsp_extension_stream_select (GstRTSPExtension * ext, GstRTSPUrl * url) in gst_rtsp_extension_stream_select()
196 gst_rtsp_extension_receive_request (GstRTSPExtension * ext, in gst_rtsp_extension_receive_request()
210 gst_rtsp_extension_send (GstRTSPExtension * ext, GstRTSPMessage * req, in gst_rtsp_extension_send()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtphdrext.c195 gst_rtp_header_extension_init (GstRTPHeaderExtension * ext) in gst_rtp_header_extension_init()
213 gst_rtp_header_extension_get_uri (GstRTPHeaderExtension * ext) in gst_rtp_header_extension_get_uri()
235 gst_rtp_header_extension_get_supported_flags (GstRTPHeaderExtension * ext) in gst_rtp_header_extension_get_supported_flags()
263 gst_rtp_header_extension_get_max_size (GstRTPHeaderExtension * ext, in gst_rtp_header_extension_get_max_size()
295 gst_rtp_header_extension_write (GstRTPHeaderExtension * ext, in gst_rtp_header_extension_write()
331 gst_rtp_header_extension_read (GstRTPHeaderExtension * ext, in gst_rtp_header_extension_read()
359 gst_rtp_header_extension_get_id (GstRTPHeaderExtension * ext) in gst_rtp_header_extension_get_id()
379 gst_rtp_header_extension_set_id (GstRTPHeaderExtension * ext, guint ext_id) in gst_rtp_header_extension_set_id()
417 gst_rtp_header_extension_set_attributes_from_caps (GstRTPHeaderExtension * ext, in gst_rtp_header_extension_set_attributes_from_caps()
548 gst_rtp_header_extension_wants_update_non_rtp_src_caps (GstRTPHeaderExtension * in gst_rtp_header_extension_wants_update_non_rtp_src_caps()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkSemaphore.cpp143 External *ext = tempExternal ? tempExternal : external; in wait() local
178 External *ext = tempExternal ? tempExternal : external; in signal() local
206 External *ext = tempExternal; in destroy() local
226 auto *ext = reinterpret_cast<BinarySemaphore::External *>( in allocateExternal() local
232 void BinarySemaphore::deallocateExternal(BinarySemaphore::External *ext) in deallocateExternal()
246 External *ext = external; in importPayload() local
286 External *ext = alloc_func(); in exportPayload() local
306 [fd](External *ext) { in importFd()
323 [pFd](External *ext) { in exportFd()
337 [handle](External *ext) { in importHandle()
[all …]
/third_party/gstreamer/gstplugins_good/gst/rtsp/
Dgstrtspext.c109 gst_rtsp_ext_list_free (GstRTSPExtensionList * ext) in gst_rtsp_ext_list_free()
123 gst_rtsp_ext_list_detect_server (GstRTSPExtensionList * ext, in gst_rtsp_ext_list_detect_server()
138 gst_rtsp_ext_list_before_send (GstRTSPExtensionList * ext, GstRTSPMessage * req) in gst_rtsp_ext_list_before_send()
152 gst_rtsp_ext_list_after_send (GstRTSPExtensionList * ext, GstRTSPMessage * req, in gst_rtsp_ext_list_after_send()
167 gst_rtsp_ext_list_parse_sdp (GstRTSPExtensionList * ext, GstSDPMessage * sdp, in gst_rtsp_ext_list_parse_sdp()
182 gst_rtsp_ext_list_setup_media (GstRTSPExtensionList * ext, GstSDPMedia * media) in gst_rtsp_ext_list_setup_media()
196 gst_rtsp_ext_list_configure_stream (GstRTSPExtensionList * ext, GstCaps * caps) in gst_rtsp_ext_list_configure_stream()
212 gst_rtsp_ext_list_get_transports (GstRTSPExtensionList * ext, in gst_rtsp_ext_list_get_transports()
227 gst_rtsp_ext_list_stream_select (GstRTSPExtensionList * ext, GstRTSPUrl * url) in gst_rtsp_ext_list_stream_select()
241 gst_rtsp_ext_list_connect (GstRTSPExtensionList * ext, in gst_rtsp_ext_list_connect()
[all …]
/third_party/alsa-lib/src/control/
Dcontrol_ext.c44 snd_ctl_ext_t *ext = handle->private_data; in snd_ctl_ext_close() local
53 snd_ctl_ext_t *ext = handle->private_data; in snd_ctl_ext_nonblock() local
68 snd_ctl_ext_t *ext = handle->private_data; in snd_ctl_ext_subscribe_events() local
80 snd_ctl_ext_t *ext = handle->private_data; in snd_ctl_ext_card_info() local
94 snd_ctl_ext_t *ext = handle->private_data; in snd_ctl_ext_elem_list() local
118 static snd_ctl_ext_key_t get_elem(snd_ctl_ext_t *ext, snd_ctl_elem_id_t *id) in get_elem()
131 snd_ctl_ext_t *ext = handle->private_data; in snd_ctl_ext_elem_info() local
210 snd_ctl_ext_t *ext = handle->private_data; in snd_ctl_ext_elem_read() local
264 snd_ctl_ext_t *ext = handle->private_data; in snd_ctl_ext_elem_write() local
331 snd_ctl_ext_t *ext = handle->private_data; in snd_ctl_ext_elem_tlv() local
[all …]
/third_party/node/test/parallel/
Dtest-path-parse-format.js54 ['t', { base: 't', name: 't', root: '', dir: '', ext: '' }], property
55 ['/foo/bar', { root: '/', dir: '/foo', base: 'bar', ext: '', name: 'bar' }], property
62 [{ name: 'index', ext: '.html' }, 'index.html'], property
63 [{ dir: 'some\\dir', name: 'index', ext: '.html' }, 'some\\dir\\index.html'], property
64 [{ root: 'C:\\', name: 'index', ext: '.html' }, 'C:\\index.html'], property
96 [{ name: 'index', ext: '.html' }, 'index.html'], property
97 [{ dir: 'some/dir', name: 'index', ext: '.html' }, 'some/dir/index.html'], property
98 [{ root: '/', name: 'index', ext: '.html' }, '/index.html'], property
125 [['.\\', { root: '', dir: '', base: '.', ext: '', name: '.' }], property
126 ['\\\\', { root: '\\', dir: '\\', base: '', ext: '', name: '' }], property
[all …]
/third_party/ffmpeg/libavformat/
Dpcmenc.c25 #define PCMDEF_0(name_, long_name_, ext, codec) argument
26 #define PCMDEF_1(name_, long_name_, ext, codec) \ argument
36 #define PCMDEF_2(name, long_name, ext, codec, enabled) \ argument
38 #define PCMDEF_3(name, long_name, ext, codec, config) \ argument
40 #define PCMDEF(name, long_name, ext, uppercase) \ argument
Dpcmdec.c103 #define PCMDEF_0(name_, long_name_, ext, codec, ...) argument
104 #define PCMDEF_1(name_, long_name_, ext, codec, ...) \ argument
124 #define PCMDEF_2(name, long_name, ext, codec, enabled, ...) \ argument
126 #define PCMDEF_3(name, long_name, ext, codec, config, ...) \ argument
128 #define PCMDEF_EXT(name, long_name, ext, uppercase, ...) \ argument
131 #define PCMDEF(name, long_name, ext, uppercase) \ argument
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtphdrext-clientaudiolevel.c92 (GstRTPHeaderExtension * ext) in gst_rtp_header_extension_client_audio_level_get_supported_flags()
98 gst_rtp_header_extension_client_audio_level_get_max_size (GstRTPHeaderExtension in gst_rtp_header_extension_client_audio_level_get_max_size()
105 set_vad (GstRTPHeaderExtension * ext, gboolean vad) in set_vad()
120 (GstRTPHeaderExtension * ext, GstRTPHeaderExtensionDirection direction, in gst_rtp_header_extension_client_audio_level_set_attributes()
137 (GstRTPHeaderExtension * ext, GstCaps * caps) in gst_rtp_header_extension_client_audio_level_set_caps_from_attributes()
153 gst_rtp_header_extension_client_audio_level_write (GstRTPHeaderExtension * ext, in gst_rtp_header_extension_client_audio_level_write()
192 gst_rtp_header_extension_client_audio_level_read (GstRTPHeaderExtension * ext, in gst_rtp_header_extension_client_audio_level_read()
Dgstrtphdrext-twcc.c154 gst_rtp_header_extension_twcc_get_supported_flags (GstRTPHeaderExtension * ext) in gst_rtp_header_extension_twcc_get_supported_flags()
160 gst_rtp_header_extension_twcc_get_max_size (GstRTPHeaderExtension * ext, in gst_rtp_header_extension_twcc_get_max_size()
167 gst_rtp_header_extension_twcc_write (GstRTPHeaderExtension * ext, in gst_rtp_header_extension_twcc_write()
224 gst_rtp_header_extension_twcc_read (GstRTPHeaderExtension * ext, in gst_rtp_header_extension_twcc_read()
/third_party/openssl/crypto/x509/
Dv3_lib.c25 int X509V3_EXT_add(X509V3_EXT_METHOD *ext) in X509V3_EXT_add()
70 const X509V3_EXT_METHOD *X509V3_EXT_get(X509_EXTENSION *ext) in X509V3_EXT_get()
88 const X509V3_EXT_METHOD *ext; in X509V3_EXT_add_alias() local
111 static void ext_list_free(X509V3_EXT_METHOD *ext) in ext_list_free()
129 void *X509V3_EXT_d2i(X509_EXTENSION *ext) in X509V3_EXT_d2i()
222 X509_EXTENSION *ext = NULL, *extmp; in X509V3_add1_i2d() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanExtensions.cpp55 const InstanceExtInfo& GetInstanceExtInfo(InstanceExt ext) { in GetInstanceExtInfo()
79 auto HasDep = [&](InstanceExt ext) -> bool { in EnsureDependencies()
85 InstanceExt ext = static_cast<InstanceExt>(i); in EnsureDependencies() local
164 const DeviceExtInfo& GetDeviceExtInfo(DeviceExt ext) { in GetDeviceExtInfo()
187 auto HasDep = [&](DeviceExt ext) -> bool { in EnsureDependencies()
193 DeviceExt ext = static_cast<DeviceExt>(i); in EnsureDependencies() local
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtpdummyhdrextimpl.c155 gst_rtp_dummy_hdr_ext_get_supported_flags (GstRTPHeaderExtension * ext) in gst_rtp_dummy_hdr_ext_get_supported_flags()
163 gst_rtp_dummy_hdr_ext_get_max_size (GstRTPHeaderExtension * ext, in gst_rtp_dummy_hdr_ext_get_max_size()
174 gst_rtp_dummy_hdr_ext_write (GstRTPHeaderExtension * ext, in gst_rtp_dummy_hdr_ext_write()
190 gst_rtp_dummy_hdr_ext_read (GstRTPHeaderExtension * ext, in gst_rtp_dummy_hdr_ext_read()
209 gst_rtp_dummy_hdr_ext_set_caps_from_attributes (GstRTPHeaderExtension * ext, in gst_rtp_dummy_hdr_ext_set_caps_from_attributes()
219 gst_rtp_dummy_hdr_ext_set_attributes (GstRTPHeaderExtension * ext, in gst_rtp_dummy_hdr_ext_set_attributes()
233 gst_rtp_dummy_hdr_ext_update_non_rtp_src_caps (GstRTPHeaderExtension * ext, in gst_rtp_dummy_hdr_ext_update_non_rtp_src_caps()
/third_party/skia/third_party/externals/opengl-registry/extensions/
Dprintreg.py29 def printNum(ext, key): argument
33 def printSet(ext, key): argument
40 def printStr(ext, key): argument
/third_party/openGLES/extensions/
Dprintreg.py17 def printNum(ext, key): argument
21 def printSet(ext, key): argument
28 def printStr(ext, key): argument
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtphdrextclientaudiolevel.c70 check_caps (GstRTPHeaderExtension * ext, gboolean vad) in check_caps()
103 GstRTPHeaderExtension *ext; in GST_START_TEST() local
145 GstRTPHeaderExtension *ext; in GST_START_TEST() local
193 GstRTPHeaderExtension *ext; in GST_START_TEST() local
241 GstRTPHeaderExtension *ext; in GST_START_TEST() local
310 GstRTPHeaderExtension *ext; in GST_START_TEST() local
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtphdrext-colorspace.c76 gst_rtp_header_extension_colorspace_get_supported_flags (GstRTPHeaderExtension * in gst_rtp_header_extension_colorspace_get_supported_flags()
87 gst_rtp_header_extension_colorspace_get_max_size (GstRTPHeaderExtension * ext, in gst_rtp_header_extension_colorspace_get_max_size()
99 gst_rtp_header_extension_colorspace_write (GstRTPHeaderExtension * ext, in gst_rtp_header_extension_colorspace_write()
332 gst_rtp_header_extension_colorspace_read (GstRTPHeaderExtension * ext, in gst_rtp_header_extension_colorspace_read()
402 (GstRTPHeaderExtension * ext, const GstCaps * caps) in gst_rtp_header_extension_colorspace_set_non_rtp_sink_caps()
432 (GstRTPHeaderExtension * ext, GstCaps * caps) in gst_rtp_header_extension_colorspace_update_non_rtp_src_caps()
/third_party/skia/src/gpu/gl/
DGrGLExtensions.cpp22 static int find_string(const SkTArray<SkString>& strings, const char ext[]) { in find_string()
103 const char* ext = (const char*) getStringi(GR_GL_EXTENSIONS, i); in init() local
130 bool GrGLExtensions::remove(const char ext[]) { in remove()
146 void GrGLExtensions::add(const char ext[]) { in add()
/third_party/spirv-tools/source/opt/
Dfeature_manager.cpp33 for (auto ext : module->extensions()) { in AddExtensions() local
38 void FeatureManager::AddExtension(Instruction* ext) { in AddExtension()
50 void FeatureManager::RemoveExtension(Extension ext) { in RemoveExtension()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfeature_manager.cpp33 for (auto ext : module->extensions()) { in AddExtensions() local
38 void FeatureManager::AddExtension(Instruction* ext) { in AddExtension()
50 void FeatureManager::RemoveExtension(Extension ext) { in RemoveExtension()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfeature_manager.cpp33 for (auto ext : module->extensions()) { in AddExtensions() local
38 void FeatureManager::AddExtension(Instruction* ext) { in AddExtension()
50 void FeatureManager::RemoveExtension(Extension ext) { in RemoveExtension()
/third_party/flutter/skia/src/gpu/gl/
DGrGLExtensions.cpp24 static int find_string(const SkTArray<SkString>& strings, const char ext[]) { in find_string()
105 const char* ext = (const char*) getStringi(GR_GL_EXTENSIONS, i); in init() local
133 bool GrGLExtensions::remove(const char ext[]) { in remove()
150 void GrGLExtensions::add(const char ext[]) { in add()
/third_party/node/src/
Ddiagnosticfilename-inl.h14 const char* ext) : in DiagnosticFilename()
21 const char* ext) : in DiagnosticFilename()
/third_party/mesa3d/src/amd/compiler/tests/
Dtest_sdwa.cpp166 aco_opcode ext = aco_opcode::p_extract; variable
283 aco_opcode ext = aco_opcode::p_extract; variable
340 aco_opcode ext = aco_opcode::p_extract; variable
431 aco_opcode ext = aco_opcode::p_extract; variable

12345678910>>...21