Home
last modified time | relevance | path

Searched defs:mix (Results 1 – 25 of 59) sorted by relevance

123

/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dvideomixer2.c97 #define GST_VIDEO_MIXER2_GET_LOCK(mix) \ argument
99 #define GST_VIDEO_MIXER2_LOCK(mix) \ argument
101 #define GST_VIDEO_MIXER2_UNLOCK(mix) \ argument
103 #define GST_VIDEO_MIXER2_GET_SETCAPS_LOCK(mix) \ argument
105 #define GST_VIDEO_MIXER2_SETCAPS_LOCK(mix) \ argument
107 #define GST_VIDEO_MIXER2_SETCAPS_UNLOCK(mix) \ argument
176 gst_videomixer2_update_src_caps (GstVideoMixer2 * mix) in gst_videomixer2_update_src_caps()
298 gst_videomixer2_update_converters (GstVideoMixer2 * mix) in gst_videomixer2_update_converters()
477 GstVideoMixer2 *mix; in gst_videomixer2_pad_sink_setcaps() local
522 gst_videomixer2_pad_sink_getcaps (GstPad * pad, GstVideoMixer2 * mix, in gst_videomixer2_pad_sink_getcaps()
[all …]
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglbasemixer.c96 _find_local_gl_context (GstGLBaseMixer * mix) in _find_local_gl_context()
108 _get_gl_context (GstGLBaseMixer * mix) in _get_gl_context()
177 GstGLBaseMixer *mix = GST_GL_BASE_MIXER (agg); in gst_gl_base_mixer_propose_allocation() local
189 GstGLBaseMixer *mix = GST_GL_BASE_MIXER (agg); in gst_gl_base_mixer_sink_query() local
283 gst_gl_base_mixer_init (GstGLBaseMixer * mix) in gst_gl_base_mixer_init()
291 GstGLBaseMixer *mix = GST_GL_BASE_MIXER (element); in gst_gl_base_mixer_set_context() local
304 gst_gl_base_mixer_activate (GstGLBaseMixer * mix, gboolean active) in gst_gl_base_mixer_activate()
324 GstGLBaseMixer *mix; in gst_gl_base_mixer_src_activate_mode() local
344 GstGLBaseMixer *mix = GST_GL_BASE_MIXER (agg); in gst_gl_base_mixer_src_query() local
364 GstGLBaseMixer *mix = GST_GL_BASE_MIXER (agg); in gst_gl_base_mixer_decide_allocation() local
[all …]
Dgstglmixer.c108 GstGLMixer *mix = GST_GL_MIXER (vagg); in gst_gl_mixer_pad_prepare_frame() local
149 GstGLMixer *mix = GST_GL_MIXER (agg); in _negotiated_caps() local
185 GstGLMixer *mix = GST_GL_MIXER (agg); in gst_gl_mixer_propose_allocation() local
254 gst_gl_mixer_pad_sink_acceptcaps (GstPad * pad, GstGLMixer * mix, in gst_gl_mixer_pad_sink_acceptcaps()
274 gst_gl_mixer_pad_sink_getcaps (GstPad * pad, GstGLMixer * mix, GstCaps * filter) in gst_gl_mixer_pad_sink_getcaps()
312 GstGLMixer *mix = GST_GL_MIXER (agg); in gst_gl_mixer_sink_query() local
437 gst_gl_mixer_reset (GstGLMixer * mix) in gst_gl_mixer_reset()
443 gst_gl_mixer_init (GstGLMixer * mix) in gst_gl_mixer_init()
457 GstGLMixer *mix = GST_GL_MIXER (object); in gst_gl_mixer_finalize() local
519 _mixer_create_fbo (GstGLContext * context, GstGLMixer * mix) in _mixer_create_fbo()
[all …]
Dgstglstereomix.c216 gst_gl_stereo_mix_init (GstGLStereoMix * mix) in gst_gl_stereo_mix_init()
269 GstGLStereoMix *mix = GST_GL_STEREO_MIX (videoaggregator); in gst_gl_stereo_mix_create_output_buffer() local
305 gst_gl_stereo_mix_make_output (GstGLStereoMix * mix) in gst_gl_stereo_mix_make_output()
363 GstGLStereoMix *mix = GST_GL_STEREO_MIX (vagg); in gst_gl_stereo_mix_aggregate_frames() local
386 GstGLStereoMix *mix = GST_GL_STEREO_MIX (object); in gst_gl_stereo_mix_get_property() local
402 GstGLStereoMix *mix = GST_GL_STEREO_MIX (object); in gst_gl_stereo_mix_set_property() local
456 GstGLStereoMix *mix = GST_GL_STEREO_MIX (agg); in gst_gl_stereo_mix_start() local
473 GstGLStereoMix *mix = GST_GL_STEREO_MIX (agg); in gst_gl_stereo_mix_stop() local
488 get_converted_caps (GstGLStereoMix * mix, GstCaps * caps) in get_converted_caps()
525 GstGLStereoMix *mix = GST_GL_STEREO_MIX (vagg); in _update_caps() local
[all …]
Dgstglvideomixer.c779 GstGLMixer *mix = GST_GL_MIXER (gst_pad_get_parent (GST_PAD (pad))); in gst_gl_video_mixer_pad_set_property() local
886 GstGLBaseMixer *mix = GST_GL_BASE_MIXER (element); in gst_gl_video_mixer_release_pad() local
990 _mixer_pad_get_output_size (GstGLVideoMixer * mix, in _mixer_pad_get_output_size()
1075 GstGLVideoMixer *mix = GST_GL_VIDEO_MIXER (vagg); in _fixate_caps() local
1242 gst_gl_video_mixer_process_textures (GstGLMixer * mix, GstGLMemory * out_tex) in gst_gl_video_mixer_process_textures()
Dgstglmosaic.c261 gst_gl_mosaic_process_textures (GstGLMixer * mix, GstGLMemory * out_tex) in gst_gl_mosaic_process_textures()
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitMixinPrivateProtected.ts3 declare function mix<TMix>(mixin: TMix): TMix; function
21 declare function mix<TMix>(mixin: TMix): TMix; function
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserUsingConstructorAsIdentifier.ts32 function mix(constructor) { function
/third_party/ffmpeg/libavcodec/aarch64/
Dvp9lpf_neon.S589 .macro loop_filter_4_16b_mix mix argument
599 .macro loop_filter_8_16b_mix mix argument
806 .macro mix_v_16 mix argument
897 .macro mix_h_16 mix argument
/third_party/gstreamer/gstplugins_base/tests/examples/audio/
Daudiomix.c128 make_mixer_channel (GstElement * pipeline, GstElement * mix, gchar * file_name) in make_mixer_channel()
165 GstElement *mix, *convert, *sink; in main() local
/third_party/skia/src/gpu/tessellate/
DTessellation.h52 AI vec<N> mix(vec<N> a, vec<N> b, vec<N> T) { in mix() function
58 AI vec<N> mix(vec<N> a, vec<N> b, float T) { in mix() function
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-channel-mixer.c83 gst_audio_channel_mixer_free (GstAudioChannelMixer * mix) in gst_audio_channel_mixer_free()
658 gst_audio_channel_mixer_setup_matrix_int (GstAudioChannelMixer * mix) in gst_audio_channel_mixer_setup_matrix_int()
831 GstAudioChannelMixer *mix; in gst_audio_channel_mixer_new_with_matrix() local
1028 gst_audio_channel_mixer_is_passthrough (GstAudioChannelMixer * mix) in gst_audio_channel_mixer_is_passthrough()
1069 gst_audio_channel_mixer_samples (GstAudioChannelMixer * mix, in gst_audio_channel_mixer_samples()
/third_party/boost/libs/log/src/
Dmurmur3.hpp51 void mix(uint32_t value) BOOST_NOEXCEPT in mix() function in boost::aux::murmur3_32
/third_party/typescript/tests/baselines/reference/
DparserUsingConstructorAsIdentifier.js33 function mix(constructor) { function
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
DSynthVoice.java50 public void mix(float[] outputBuffer, int samplesPerFrame, float level) { in mix() method in SynthVoice
/third_party/gstreamer/gstplugins_base/tests/icles/
Daudio-trickplay.c50 GstElement *src, *mix = NULL, *sink; in main() local
/third_party/abseil-cpp/absl/random/internal/
Dseed_material.cc187 auto mix = [&](uint32_t x, uint32_t y) { in MixIntoSeedMaterial() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dseed_material.cc235 auto mix = [&](uint32_t x, uint32_t y) { in MixIntoSeedMaterial() local
/third_party/libnl/lib/
Dhash.c102 #define mix(a,b,c) \ macro
/third_party/uboot/u-boot-2020.01/drivers/w1-eeprom/
Dds2502.c48 u8 mix = (crc ^ data) & 1; in ds2502_crc8() local
/third_party/gstreamer/gstreamer/tests/benchmarks/
Dcapsnego.c68 GstElement *mix, *proc, *conv; in create_node() local
/third_party/ffmpeg/libavfilter/
Daf_acrusher.c48 double mix; member
226 const double mix = s->mix; in filter_frame() local
Daf_sidechaincompress.c51 double mix; member
169 const double mix = s->mix; in compressor() local
/third_party/flutter/skia/modules/skparagraph/src/
DParagraphCache.cpp41 uint32_t ParagraphCache::KeyHash::mix(uint32_t hash, uint32_t data) const { in mix() function in skia::textlayout::ParagraphCache::KeyHash
/third_party/skia/modules/skparagraph/src/
DParagraphCache.cpp64 uint32_t ParagraphCache::KeyHash::mix(uint32_t hash, uint32_t data) const { in mix() function in skia::textlayout::ParagraphCache::KeyHash

123