| /third_party/gstreamer/gstreamer/gst/ |
| D | gstsample.c | 63 _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 …]
|
| D | gstsample.h | 93 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/ |
| 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/alsa-lib/src/pcm/ |
| D | pcm_dmix_generic.c | 55 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/vulkan-loader/loader/ |
| D | asm_test_x86.S | 20 .global sample symbol 23 sample: label
|
| D | asm_test_aarch64.S | 18 .global sample symbol 21 sample: label
|
| /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/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/libavfilter/ |
| D | af_asoftclip.c | 150 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/ |
| 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
|
| D | movenchint.c | 100 int sample) in sample_queue_push() 129 HintSample *sample = &queue->samples[i]; in sample_queue_retain() local 221 HintSample *sample = &queue->samples[0]; in find_sample_match() local 402 int track_index, int sample, in ff_mov_add_hinted_packet()
|
| /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/mesa3d/src/broadcom/compiler/ |
| D | v3d_nir_lower_logic_ops.c | 205 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/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/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/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/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/vk-gl-cts/framework/randomshaders/ |
| D | rsgSamplers.hpp | 49 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/ |
| 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/ffmpeg/libavcodec/ |
| D | adpcmenc.c | 215 int16_t sample) in adpcm_ima_compress_sample() 227 static inline uint8_t adpcm_ima_alp_compress_sample(ADPCMChannelStatus *c, int16_t sample) in adpcm_ima_alp_compress_sample() 247 int16_t sample) in adpcm_ima_qt_compress_sample() 284 int16_t sample) in adpcm_ms_compress_sample() 313 int16_t sample) in adpcm_yamaha_compress_sample() 378 int sample = samples[i * stride]; in adpcm_compress_trellis() local 570 int16_t sample = ff_adpcm_argo_expand_nibble(cs, nibble, shift, flag); in adpcm_argo_compress_block() local
|
| D | mfenc.c | 117 static void mf_sample_set_pts(AVCodecContext *avctx, IMFSample *sample, int64_t av_pts) in mf_sample_set_pts() 129 static int64_t mf_sample_get_pts(AVCodecContext *avctx, IMFSample *sample) in mf_sample_get_pts() 231 static int mf_sample_to_avpacket(AVCodecContext *avctx, IMFSample *sample, AVPacket *avpkt) in mf_sample_to_avpacket() 291 IMFSample *sample; in mf_a_avframe_to_sample() local 305 IMFSample *sample; in mf_v_avframe_to_sample() local 351 IMFSample *sample; in mf_avframe_to_sample() local 365 static int mf_send_sample(AVCodecContext *avctx, IMFSample *sample) in mf_send_sample() 409 IMFSample *sample; in mf_receive_sample() local 486 IMFSample *sample = NULL; in mf_receive_packet() local
|
| /third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/ |
| D | arm_biquad_cascade_df1_f32.c | 182 uint32_t sample, stage = S->numStages; /* loop counters */ in arm_biquad_cascade_df1_f32() local 357 uint32_t sample, stage = S->numStages; /* loop counters */ in arm_biquad_cascade_df1_f32() local 520 uint32_t sample, stage = S->numStages; /* Loop counters */ in arm_biquad_cascade_df1_f32() local
|