Home
last modified time | relevance | path

Searched defs:idata (Results 1 – 24 of 24) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/audiofx/
Daudiopanorama.c385 gst_audio_panorama_m2s_int (gfloat pan, gint16 * idata, gint16 * odata, guint n) in gst_audio_panorama_m2s_int()
392 gst_audio_panorama_m2s_float (gfloat pan, gfloat * idata, in gst_audio_panorama_m2s_float()
407 gst_audio_panorama_s2s_int (gfloat pan, gint16 * idata, gint16 * odata, guint n) in gst_audio_panorama_s2s_int()
423 gst_audio_panorama_s2s_float (gfloat pan, gfloat * idata, in gst_audio_panorama_s2s_float()
442 gst_audio_panorama_m2s_int_simple (gfloat pan, gint16 * idata, in gst_audio_panorama_m2s_int_simple()
457 gst_audio_panorama_s2s_int_simple (gfloat pan, gint16 * idata, in gst_audio_panorama_s2s_int_simple()
472 gst_audio_panorama_m2s_float_simple (gfloat pan, gfloat * idata, in gst_audio_panorama_m2s_float_simple()
487 gst_audio_panorama_s2s_float_simple (gfloat pan, gfloat * idata, in gst_audio_panorama_s2s_float_simple()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavaudenc.c471 const guint8 *idata = (const guint8 *) audio_in; in gst_ffmpegaudenc_send_frame() local
482 const guint16 *idata = (const guint16 *) audio_in; in gst_ffmpegaudenc_send_frame() local
493 const guint32 *idata = (const guint32 *) audio_in; in gst_ffmpegaudenc_send_frame() local
505 const guint64 *idata = (const guint64 *) audio_in; in gst_ffmpegaudenc_send_frame() local
/third_party/gstreamer/gstplugins_bad/gst/freeverb/
Dgstfreeverb.c692 gint16 * idata, gint16 * odata, guint num_samples) in gst_freeverb_transform_m2s_int()
741 gint16 * idata, gint16 * odata, guint num_samples) in gst_freeverb_transform_s2s_int()
788 gfloat * idata, gfloat * odata, guint num_samples) in gst_freeverb_transform_m2s_float()
835 gfloat * idata, gfloat * odata, guint num_samples) in gst_freeverb_transform_s2s_float()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwpa_auth_glue.c533 struct wpa_auth_ft_iface_iter_data *idata = ctx; in hostapd_wpa_auth_ft_iter() local
610 struct wpa_auth_ft_iface_iter_data idata; in hostapd_wpa_auth_send_ether() local
710 struct wpa_auth_oui_iface_iter_data *idata = ctx; in hostapd_wpa_auth_oui_iter() local
767 struct wpa_auth_oui_iface_iter_data idata; in hostapd_wpa_auth_send_oui() local
Dwpa_auth_ie.c889 struct wpa_auth_okc_iter_data idata; in wpa_validate_wpa_ie() local
Dwpa_auth.c4894 struct wpa_auth_fils_iter_data idata; in wpa_auth_pmksa_get_fils_cache_id() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwpa_auth_glue.c626 struct wpa_auth_ft_iface_iter_data *idata = ctx; in hostapd_wpa_auth_ft_iter() local
703 struct wpa_auth_ft_iface_iter_data idata; in hostapd_wpa_auth_send_ether() local
805 struct wpa_auth_oui_iface_iter_data *idata = ctx; in hostapd_wpa_auth_oui_iter() local
886 struct wpa_auth_oui_iface_iter_data idata; in hostapd_wpa_auth_send_oui() local
Dwpa_auth_ie.c950 struct wpa_auth_okc_iter_data idata; in wpa_validate_wpa_ie() local
Dwpa_auth.c5300 struct wpa_auth_fils_iter_data idata; in wpa_auth_pmksa_get_fils_cache_id() local
/third_party/skia/tests/
DDataRefTest.cpp59 const int idata[] = { 1, 4, 9, 16, 25, 63 }; in test_simpletable() local
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_shader_dump.c271 static void dump_idata( struct sh_idata idata ) in dump_idata()
Dsvga_shader.h93 struct sh_idata idata; member
/third_party/gstreamer/gstreamer/tests/check/libs/
Dadapter.c43 const guint8 *data1 = NULL, *data2 = NULL, *idata = NULL; in GST_START_TEST() local
/third_party/flutter/skia/tests/
DDataRefTest.cpp60 const int idata[] = { 1, 4, 9, 16, 25, 63 }; in test_simpletable() local
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c197 uint8_t *idata = xcb_get_image_data(reply); in swrastGetImage() local
/third_party/glib/glib/
Dgregex.c2993 InterpolationData *idata; in interpolate_replacement() local
/third_party/ffmpeg/libavcodec/
Dvc2enc.c118 void *idata; member
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cComputeShaderTests.cpp3279 GLint* idata; in RunIteration() local
3437 GLint* idata; in RunIteration() local
Des31cShaderStorageBufferObjectTests.cpp2724 GLint* idata = (GLint*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, 32, GL_MAP_READ_BIT); in Run() local
2809 GLint* idata = (GLint*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 32, 32, GL_MAP_READ_BIT); in Run() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cComputeShaderTests.cpp3634 std::vector<GLint> idata(kBufferSize); in RunIteration() local
3785 std::vector<GLint> idata(kBufferSize); in RunIteration() local
Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp2708 GLint* idata = (GLint*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 32, 32, GL_MAP_READ_BIT); in Run() local
2795 GLint* idata = (GLint*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 32, 32, GL_MAP_READ_BIT); in Run() local
Dgl4cShaderStorageBufferObjectTests.cpp2954 GLint idata[8]; in Run() local
3039 GLint* idata = (GLint*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 32, 32, GL_MAP_READ_BIT); in Run() local
/third_party/node/src/
Djs_native_api_v8.cc3194 v8impl::RefBase* idata = static_cast<v8impl::RefBase*>(env->instance_data); in napi_get_instance_data() local
/third_party/python/Objects/
Dunicodeobject.c13217 const void *idata; in unicode_repr() local