| /kernel/linux/linux-6.6/drivers/input/keyboard/ |
| H A D | qt1050.c | 109 u32 samples; member
|
| /kernel/linux/linux-6.6/drivers/input/mouse/ |
| H A D | elantech.h | 141 unsigned char samples[3]; member
|
| /kernel/linux/linux-6.6/tools/testing/selftests/alsa/ |
| H A D | pcm-test.c | 269 unsigned char *samples = NULL; in test_pcm_time() local [all...] |
| /kernel/linux/linux-6.6/sound/core/oss/ |
| H A D | pcm_plugin.c | 672 snd_pcm_area_silence(const struct snd_pcm_channel_area *dst_area, size_t dst_offset, size_t samples, snd_pcm_format_t format) snd_pcm_area_silence() argument 718 snd_pcm_area_copy(const struct snd_pcm_channel_area *src_area, size_t src_offset, const struct snd_pcm_channel_area *dst_area, size_t dst_offset, size_t samples, snd_pcm_format_t format) snd_pcm_area_copy() argument
|
| /kernel/linux/linux-6.6/sound/firewire/ |
| H A D | isight.c | 75 __be16 samples[2 * MAX_FRAMES_PER_PACKET]; member 108 isight_samples(struct isight *isight, const __be16 *samples, unsigned int count) isight_samples() argument
|
| /kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/ |
| H A D | q6apm.c | 301 int q6apm_remove_initial_silence(struct device *dev, struct q6apm_graph *graph, uint32_t samples) in q6apm_remove_initial_silence() argument 313 int q6apm_remove_trailing_silence(struct device *dev, struct q6apm_graph *graph, uint32_t samples) in q6apm_remove_trailing_silence() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | g726.c | 356 const int16_t *samples = (const int16_t *)frame->data[0]; in g726_encode_frame() local 470 int16_t *samples; in g726_decode_frame() local
|
| H A D | dca_xll.c | 1447 int32_t *samples = s->output_samples[ch_remap[i]]; in ff_dca_xll_filter_frame() local [all...] |
| H A D | mpegaudioenc_template.c | 324 static void filter(MpegAudioContext *s, int ch, const short *samples, int incr) in filter() argument 746 const int16_t *samples = (const int16_t *)frame->data[0]; in MPA_encode_frame() local
|
| H A D | adpcmenc.c | 603 const int16_t *samples; in adpcm_encode_frame() local 350 adpcm_compress_trellis(AVCodecContext *avctx, const int16_t *samples, uint8_t *dst, ADPCMChannelStatus *c, int n, int stride) adpcm_compress_trellis() argument 571 adpcm_argo_compress_block(ADPCMChannelStatus *cs, PutBitContext *pb, const int16_t *samples, int nsamples, int shift, int flag) adpcm_argo_compress_block() argument [all...] |
| H A D | aacenc.c | 561 float **samples = s->planar_samples, *samples2, *la, *overlap; in aac_encode_frame() local [all...] |
| H A D | qcelpdec.c | 655 static void postfilter(QCELPContext *q, float *samples, float *lpc) in postfilter() argument
|
| H A D | sipr.c | 274 static void postfilter_5k0(SiprContext *ctx, const float *lpc, float *samples) in postfilter_5k0() argument 531 float *samples; in sipr_decode_frame() local
|
| H A D | smacker.c | 598 int16_t *samples; in smka_decode_frame() local
|
| H A D | sonic.c | 727 const short *samples = (const int16_t*)frame->data[0]; in sonic_encode_frame() local 992 int16_t *samples; in sonic_decode_frame() local
|
| H A D | takdec.c | 893 uint8_t *samples = (uint8_t *)frame->extended_data[chan]; in tak_decode_frame() local 901 int16_t *samples = (int16_t *)frame->extended_data[chan]; in tak_decode_frame() local 909 int32_t *samples = (int32_t *)frame->extended_data[chan]; tak_decode_frame() local [all...] |
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | mpegaudiodsp_mips_float.c | 65 ff_mpadsp_apply_window_mips_float(float *synth_buf, float *window, int *dither_state, float *samples, ptrdiff_t incr) ff_mpadsp_apply_window_mips_float() argument [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_adeclick.c | 202 static double autoregression(const double *samples, int ar_order, in autoregression() argument 237 static int isfinite_array(double *samples, int nb_samples) in isfinite_array() argument
|
| H A D | avf_avectorscope.c | 287 int16_t *samples = (int16_t *)insamples->data[0]; in filter_frame() local 297 float *samples = (float *)insamples->data[0]; in filter_frame() local 324 int16_t *samples = (int16_t *)insamples->data[0] + i * 2; in filter_frame() local
|
| /third_party/ffmpeg/libavdevice/ |
| H A D | pulse_audio_enc.c | 644 int64_t samples = pkt->size / (av_get_bytes_per_sample(st->codecpar->format) * st->codecpar->ch_layout.nb_channels); in pulse_write_packet() local
|
| /third_party/ffmpeg/libavformat/ |
| H A D | wavdec.c | 909 int64_t samples; in w64_read_header() local
|
| H A D | spdifenc.c | 360 uint32_t samples; in spdif_header_aac() local
|
| /third_party/ffmpeg/libavresample/ |
| H A D | audio_mix.c | 126 static void mix_2_to_1_fltp_flt_c(float **samples, float **matrix, int len, in mix_2_to_1_fltp_flt_c() argument 148 static void mix_2_to_1_s16p_flt_c(int16_t **samples, float **matrix, int len, in mix_2_to_1_s16p_flt_c() argument 170 static void mix_2_to_1_s16p_q8_c(int16_t **samples, int16_ argument 192 mix_1_to_2_fltp_flt_c(float **samples, float **matrix, int len, int out_ch, int in_ch) mix_1_to_2_fltp_flt_c() argument 225 mix_6_to_2_fltp_flt_c(float **samples, float **matrix, int len, int out_ch, int in_ch) mix_6_to_2_fltp_flt_c() argument 259 mix_2_to_6_fltp_flt_c(float **samples, float **matrix, int len, int out_ch, int in_ch) mix_2_to_6_fltp_flt_c() argument [all...] |
| /third_party/libsnd/src/ |
| H A D | ogg_opus.c | 939 { int i, samples, duration ; ogg_opus_calculate_page_duration() local [all...] |
| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_surface_meta_address_test.c | 195 one_dcc_address_test(const char *name, const char *test, ADDR_HANDLE addrlib, const struct radeon_info *info, unsigned width, unsigned height, unsigned depth, unsigned samples, unsigned bpp, unsigned swizzle_mode, bool pipe_aligned, bool rb_aligned, unsigned mrt_index, unsigned start_x, unsigned start_y, unsigned start_z, unsigned start_sample) one_dcc_address_test() argument [all...] |