Home
last modified time | relevance | path

Searched defs:sample (Results 1 – 25 of 478) sorted by relevance

12345678910>>...20

/third_party/gstreamer/gstreamer/gst/
Dgstsample.c63 _gst_sample_copy (GstSample * sample) in _gst_sample_copy()
80 _gst_sample_free (GstSample * sample) in _gst_sample_free()
130 GstSample *sample; in gst_sample_new() local
188 gst_sample_get_buffer (GstSample * sample) in gst_sample_get_buffer()
207 gst_sample_get_caps (GstSample * sample) in gst_sample_get_caps()
224 gst_sample_get_segment (GstSample * sample) in gst_sample_get_segment()
241 gst_sample_get_info (GstSample * sample) in gst_sample_get_info()
262 gst_sample_get_buffer_list (GstSample * sample) in gst_sample_get_buffer_list()
279 gst_sample_set_buffer_list (GstSample * sample, GstBufferList * buffer_list) in gst_sample_set_buffer_list()
315 gst_sample_set_buffer (GstSample * sample, GstBuffer * buffer) in gst_sample_set_buffer()
[all …]
Dgstsample.h93 gst_sample_ref (GstSample * sample) in gst_sample_ref()
100 gst_sample_unref (GstSample * sample) in gst_sample_unref()
120 #define gst_sample_is_writable(sample) gst_mini_object_is_writable (GST_MINI_OBJECT_CAS… argument
148 #define gst_sample_make_writable(sample) GST_SAMPLE_CAST (gst_mini_object_make_writable (… argument
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dhistogram_macros.h15 #define ANGLE_HISTOGRAM_TIMES(name, sample) ANGLE_HISTOGRAM_CUSTOM_TIMES(name, sample, 1, 10000, 50) argument
17 #define ANGLE_HISTOGRAM_MEDIUM_TIMES(name, sample) \ argument
21 #define ANGLE_HISTOGRAM_LONG_TIMES(name, sample) \ argument
26 #define ANGLE_HISTOGRAM_LONG_TIMES_100(name, sample) \ argument
31 #define ANGLE_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument
34 #define ANGLE_HISTOGRAM_COUNTS(name, sample) \ argument
37 #define ANGLE_HISTOGRAM_COUNTS_100(name, sample) \ argument
40 #define ANGLE_HISTOGRAM_COUNTS_10000(name, sample) \ argument
43 #define ANGLE_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument
50 #define ANGLE_HISTOGRAM_BOOLEAN(name, sample) \ argument
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dhistogram_macros.h15 #define ANGLE_HISTOGRAM_TIMES(name, sample) ANGLE_HISTOGRAM_CUSTOM_TIMES(name, sample, 1, 10000, 50) argument
17 #define ANGLE_HISTOGRAM_MEDIUM_TIMES(name, sample) \ argument
21 #define ANGLE_HISTOGRAM_LONG_TIMES(name, sample) \ argument
26 #define ANGLE_HISTOGRAM_LONG_TIMES_100(name, sample) \ argument
31 #define ANGLE_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \ argument
34 #define ANGLE_HISTOGRAM_COUNTS(name, sample) \ argument
37 #define ANGLE_HISTOGRAM_COUNTS_100(name, sample) \ argument
40 #define ANGLE_HISTOGRAM_COUNTS_10000(name, sample) \ argument
43 #define ANGLE_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \ argument
50 #define ANGLE_HISTOGRAM_BOOLEAN(name, sample) \ argument
[all …]
/third_party/boost/libs/range/test/
Datl.cpp54 bool test_init_auto_ptr_array(ArrayT& arr, SampleRange& sample) in test_init_auto_ptr_array()
67 bool test_init_auto_ptr_list(ListT& lst, SampleRange& sample) in test_init_auto_ptr_list()
98 bool test_atl_map(AtlMapT& map, const MapT& sample) in test_atl_map()
126 bool test_init_atl_multimap(MapT& map, const SampleMap& sample) in test_init_atl_multimap()
142 void test_CAtlArray(const Range& sample) in test_CAtlArray()
158 void test_CAutoPtrArray(Range& sample) in test_CAutoPtrArray()
174 void test_CInterfaceArray(const Range& sample) in test_CInterfaceArray()
193 void test_CAtlList(const Range& sample) in test_CAtlList()
209 void test_CAutoPtrList(Range& sample) in test_CAutoPtrList()
225 void test_CHeapPtrList(const Range& sample) in test_CHeapPtrList()
[all …]
Dmfc.cpp52 bool test_mfc_map(MfcMapT& map, const MapT& sample) in test_mfc_map()
80 bool test_mfc_cpair_map(MfcMapT& map, const MapT& sample) in test_mfc_cpair_map()
110 void test_CByteArray(const Range& sample) in test_CByteArray()
126 void test_CDWordArray(const Range& sample) in test_CDWordArray()
142 void test_CObArray(const Range& sample) in test_CObArray()
158 void test_CPtrArray(const Range& sample) in test_CPtrArray()
174 void test_CStringArray(const Range& sample) in test_CStringArray()
190 void test_CUIntArray(const Range& sample) in test_CUIntArray()
206 void test_CWordArray(const Range& sample) in test_CWordArray()
225 void test_CObList(const Range& sample) in test_CObList()
[all …]
/third_party/alsa-lib/src/pcm/
Dpcm_dmix_generic.c55 register signed int sample, old_sample; in mix_areas_16() local
86 register signed int sample, old_sample; in mix_areas_32() local
137 register signed int sample; in generic_mix_areas_16_native() local
169 register signed int sample; in generic_remix_areas_16_native() local
200 register signed int sample; in generic_mix_areas_32_native() local
234 register signed int sample; in generic_remix_areas_32_native() local
267 register signed int sample; in generic_mix_areas_16_swap() local
299 register signed int sample; in generic_remix_areas_16_swap() local
330 register signed int sample; in generic_mix_areas_32_swap() local
364 register signed int sample; in generic_remix_areas_32_swap() local
[all …]
/third_party/gstreamer/gstplugins_good/tests/check/pipelines/
Dflacdec.c25 _get_first_sample (GstSample * sample) in _get_first_sample()
68 GstSample *sample = NULL; in GST_START_TEST() local
119 GstSample *sample = NULL; in GST_START_TEST() local
179 GstSample *sample = NULL; in GST_START_TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.cc101 void HashtablezSampler::PushNew(HashtablezInfo* sample) { in PushNew()
109 void HashtablezSampler::PushDead(HashtablezInfo* sample) { in PushDead()
126 HashtablezInfo* sample = graveyard_.dead; in PopDead() local
143 HashtablezInfo* sample = PopDead(); in Register() local
153 void HashtablezSampler::Unregister(HashtablezInfo* sample) { in Unregister()
/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.cc100 void HashtablezSampler::PushNew(HashtablezInfo* sample) { in PushNew()
108 void HashtablezSampler::PushDead(HashtablezInfo* sample) { in PushDead()
125 HashtablezInfo* sample = graveyard_.dead; in PopDead() local
142 HashtablezInfo* sample = PopDead(); in Register() local
152 void HashtablezSampler::Unregister(HashtablezInfo* sample) { in Unregister()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DInputStreamCallbackAnalyzer.cpp36 float sample = frameData[iChannel] / 32768.0f; in onAudioReady() local
49 float sample = frameData[iChannel]; in onAudioReady() local
/third_party/boost/libs/pfr/example/
Dquick_examples.cpp63 struct sample { in test_examples() struct
64 tag0 a; in test_examples()
65 tag1 b; in test_examples()
95 struct sample { in test_examples() struct
96 char c; in test_examples()
97 float f; in test_examples()
/third_party/ffmpeg/libavfilter/
Daf_asoftclip.c150 float sample = src[n] * factor; in filter_flt() local
167 float sample = src[n] * factor; in filter_flt() local
175 float sample = src[n] * factor; in filter_flt() local
186 float sample = src[n] * factor; in filter_flt() local
242 double sample = src[n] * factor; in filter_dbl() local
259 double sample = src[n] * factor; in filter_dbl() local
267 double sample = src[n] * factor; in filter_dbl() local
278 double sample = src[n] * factor; in filter_dbl() local
/third_party/ffmpeg/libavformat/
Dsdsdec.c46 unsigned sample = ((unsigned)src[i + 0] << 25) + ((unsigned)src[i + 1] << 18); in byte2_read() local
57 unsigned sample; in byte3_read() local
69 unsigned sample; in byte4_read() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DRoundedManchesterEncoder.h41 float sample = -cosf(phase); in RoundedManchesterEncoder() local
53 float sample = cosf(phase); in RoundedManchesterEncoder() local
/third_party/libsnd/tests/
Dalaw_test.c174 unsigned char alaw_encode (int sample) in alaw_encode()
221 int sign, exponent, mantissa, sample ; in alaw_decode() local
Dulaw_test.c188 unsigned char ulaw_encode (int sample) in ulaw_encode()
247 int sign, exponent, mantissa, sample ; in ulaw_decode() local
/third_party/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_logic_ops.c205 v3d_nir_get_tlb_color(nir_builder *b, struct v3d_compile *c, int rt, int sample) in v3d_nir_get_tlb_color()
228 int rt, int sample) in v3d_emit_logic_op_raw()
266 int rt, int sample, in v3d_emit_logic_op_unorm()
285 nir_ssa_def *src, int rt, int sample) in v3d_nir_emit_logic_op()
313 nir_alu_type type, int rt, int sample) in v3d_emit_ms_output()
334 nir_ssa_def *sample = in v3d_nir_lower_logic_op_instr() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/util/
DWaveFileWriter.cpp93 int32_t sample = ((int) temp) + PCM24_MIN; in writePCM24() local
110 int32_t sample = ((int) temp) + INT16_MIN; in writePCM16() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dconvertframe.c301 gst_video_convert_sample (GstSample * sample, const GstCaps * to_caps, in gst_video_convert_sample()
430 GstSample *sample; member
473 GstSample *sample; in convert_frame_dispatch_callback() local
500 GstSample * sample, GError * error) in convert_frame_finish()
634 GstSample *sample = NULL; in convert_frame_new_preroll_callback() local
683 gst_video_convert_sample_async (GstSample * sample, in gst_video_convert_sample_async()
/third_party/vk-gl-cts/framework/randomshaders/
DrsgSamplers.hpp49 inline tcu::Vec4 sample (float s, float t, float lod) const in sample() function in rsg::Sampler2D
74 inline tcu::Vec4 sample (float s, float t, float r, float lod) const in sample() function in rsg::SamplerCube
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DRandom.h53 template <typename RangeT> ReservoirSampler &sample(RangeT &&Items) { in sample() function
60 ReservoirSampler &sample(const T &Item, uint64_t Weight) { in sample() function
/third_party/libsnd/src/
Dtxw.c241 short sample ; in txw_read_s() local
271 short sample ; in txw_read_i() local
301 short sample ; in txw_read_f() local
337 short sample ; in txw_read_d() local
/third_party/boost/libs/accumulators/test/
Dweighted_p_square_cumul_dist.cpp61 double sample = normal_upper(); in test_stat() local
67 double sample = normal_lower(); in test_stat() local
Dp_square_quantile.cpp50 double sample = rng(); in test_stat() local
90 double sample = rng(); in test_persistency() local

12345678910>>...20