Home
last modified time | relevance | path

Searched defs:samples (Results 351 - 375 of 717) sorted by relevance

1...<<11121314151617181920>>...29

/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dqt1050.c109 u32 samples; member
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Delantech.h141 unsigned char samples[3]; member
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/
H A Dpcm-test.c269 unsigned char *samples = NULL; in test_pcm_time() local
[all...]
/kernel/linux/linux-6.6/sound/core/oss/
H A Dpcm_plugin.c672 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 Disight.c75 __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 Dq6apm.c301 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 Dg726.c356 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 Ddca_xll.c1447 int32_t *samples = s->output_samples[ch_remap[i]]; in ff_dca_xll_filter_frame() local
[all...]
H A Dmpegaudioenc_template.c324 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 Dadpcmenc.c603 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 Daacenc.c561 float **samples = s->planar_samples, *samples2, *la, *overlap; in aac_encode_frame() local
[all...]
H A Dqcelpdec.c655 static void postfilter(QCELPContext *q, float *samples, float *lpc) in postfilter() argument
H A Dsipr.c274 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 Dsmacker.c598 int16_t *samples; in smka_decode_frame() local
H A Dsonic.c727 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 Dtakdec.c893 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 Dmpegaudiodsp_mips_float.c65 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 Daf_adeclick.c202 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 Davf_avectorscope.c287 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 Dpulse_audio_enc.c644 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 Dwavdec.c909 int64_t samples; in w64_read_header() local
H A Dspdifenc.c360 uint32_t samples; in spdif_header_aac() local
/third_party/ffmpeg/libavresample/
H A Daudio_mix.c126 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 Dogg_opus.c939 { int i, samples, duration ; ogg_opus_calculate_page_duration() local
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_surface_meta_address_test.c195 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...]

Completed in 27 milliseconds

1...<<11121314151617181920>>...29