| /third_party/gstreamer/gstreamer/gst/ |
| D | gstsample.c | 62 _gst_sample_copy (GstSample * sample) in _gst_sample_copy() 79 _gst_sample_free (GstSample * sample) in _gst_sample_free() 129 GstSample *sample; in gst_sample_new() local 187 gst_sample_get_buffer (GstSample * sample) in gst_sample_get_buffer() 206 gst_sample_get_caps (GstSample * sample) in gst_sample_get_caps() 223 gst_sample_get_segment (GstSample * sample) in gst_sample_get_segment() 240 gst_sample_get_info (GstSample * sample) in gst_sample_get_info() 261 gst_sample_get_buffer_list (GstSample * sample) in gst_sample_get_buffer_list() 278 gst_sample_set_buffer_list (GstSample * sample, GstBufferList * buffer_list) in gst_sample_set_buffer_list() 314 gst_sample_set_buffer (GstSample * sample, GstBuffer * buffer) in gst_sample_set_buffer() [all …]
|
| D | gstsample.h | 100 gst_sample_ref (GstSample * sample) in gst_sample_ref() 114 gst_sample_unref (GstSample * sample) in gst_sample_unref() 127 #define gst_sample_is_writable(sample) gst_mini_object_is_writable (GST_MINI_OBJECT_CAS… argument 155 #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/ |
| D | histogram_macros.h | 15 #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/ |
| D | histogram_macros.h | 15 #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/ |
| D | atl.cpp | 54 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 …]
|
| D | mfc.cpp | 52 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/gstreamer/gstplugins_good/tests/check/pipelines/ |
| D | flacdec.c | 25 _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/abseil-cpp/absl/container/internal/ |
| D | hashtablez_sampler.cc | 100 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/abseil-cpp/absl/container/internal/ |
| D | hashtablez_sampler.cc | 101 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/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
| D | InputStreamCallbackAnalyzer.cpp | 36 float sample = frameData[iChannel] / 32768.0f; in onAudioReady() local 49 float sample = frameData[iChannel]; in onAudioReady() local
|
| /third_party/ffmpeg/libavformat/ |
| D | sdsdec.c | 46 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/ |
| D | RoundedManchesterEncoder.h | 41 float sample = -cosf(phase); in RoundedManchesterEncoder() local 53 float sample = cosf(phase); in RoundedManchesterEncoder() local
|
| /third_party/libsnd/tests/ |
| D | alaw_test.c | 174 unsigned char alaw_encode (int sample) in alaw_encode() 221 int sign, exponent, mantissa, sample ; in alaw_decode() local
|
| D | ulaw_test.c | 188 unsigned char ulaw_encode (int sample) in ulaw_encode() 247 int sign, exponent, mantissa, sample ; in ulaw_decode() local
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/util/ |
| D | WaveFileWriter.cpp | 93 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/ |
| D | convertframe.c | 301 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
| D | Random.h | 53 template <typename RangeT> ReservoirSampler &sample(RangeT &&Items) { in sample() function 60 ReservoirSampler &sample(const T &Item, uint64_t Weight) { in sample() function
|
| /third_party/boringssl/src/util/ar/testdata/sample/ |
| D | CMakeLists.txt | 3 add_library(sample STATIC foo.c bar.cc) target
|
| /third_party/libsnd/src/ |
| D | txw.c | 241 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/ |
| D | weighted_p_square_cumul_dist.cpp | 61 double sample = normal_upper(); in test_stat() local 67 double sample = normal_lower(); in test_stat() local
|
| D | p_square_quantile.cpp | 50 double sample = rng(); in test_stat() local 90 double sample = rng(); in test_persistency() local
|
| D | extended_p_square_quantile.cpp | 62 double sample = rng(); in test_stat() local 126 double sample = rng(); in test_persistency() local
|
| D | median.cpp | 42 double sample = normal(); in test_stat() local 71 double sample = normal(); in test_persistency() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | mfenc.c | 115 static void mf_sample_set_pts(AVCodecContext *avctx, IMFSample *sample, int64_t av_pts) in mf_sample_set_pts() 127 static int64_t mf_sample_get_pts(AVCodecContext *avctx, IMFSample *sample) in mf_sample_get_pts() 229 static int mf_sample_to_avpacket(AVCodecContext *avctx, IMFSample *sample, AVPacket *avpkt) in mf_sample_to_avpacket() 289 IMFSample *sample; in mf_a_avframe_to_sample() local 303 IMFSample *sample; in mf_v_avframe_to_sample() local 349 IMFSample *sample; in mf_avframe_to_sample() local 363 static int mf_send_sample(AVCodecContext *avctx, IMFSample *sample) in mf_send_sample() 405 IMFSample *sample = NULL; in mf_send_frame() local 427 IMFSample *sample; in mf_receive_sample() local 503 IMFSample *sample; in mf_receive_packet() local
|
| /third_party/boost/libs/mpi/example/ |
| D | parallel_example.cpp | 26 std::vector<double> sample(sample_length); in calculate_samples() local 95 std::vector<double> sample; in accumulate_samples() local
|