HomeSort by relevance Sort by last modified time
    Searched defs:in_fmt (Results 1 - 7 of 7) sorted by null

  /external/adhd/cras/src/tests/
audio_format_unittest.cc 18 in_fmt = cras_audio_format_create(SND_PCM_FORMAT_S16_LE, 44100, 6);
21 in_fmt->channel_layout[i] = -1;
27 cras_audio_format_destroy(in_fmt);
33 struct cras_audio_format *in_fmt; member in class:__anon15173::ChannelConvMtxTestSuite
39 in_fmt->channel_layout[0] = 5;
40 in_fmt->channel_layout[1] = 4;
41 in_fmt->channel_layout[2] = 3;
42 in_fmt->channel_layout[3] = 2;
43 in_fmt->channel_layout[4] = 1;
44 in_fmt->channel_layout[5] = 0
    [all...]
fmt_conv_unittest.cc 48 struct cras_audio_format in_fmt; local
57 in_fmt.format = out_fmt.format = SND_PCM_FORMAT_S16_LE;
58 in_fmt.num_channels = out_fmt.num_channels = 1;
59 in_fmt.frame_rate = 16000;
66 c = cras_fmt_conv_create(&in_fmt, &out_fmt, 10, 1);
101 struct cras_audio_format in_fmt; local
106 in_fmt.format = out_fmt.format = SND_PCM_FORMAT_S32_BE;
107 in_fmt.num_channels = out_fmt.num_channels = 2;
108 c = cras_fmt_conv_create(&in_fmt, &out_fmt, 4096, 0);
115 struct cras_audio_format in_fmt; local
165 struct cras_audio_format in_fmt; local
216 struct cras_audio_format in_fmt; local
276 struct cras_audio_format in_fmt; local
387 struct cras_audio_format in_fmt; local
503 struct cras_audio_format in_fmt; local
539 struct cras_audio_format in_fmt; local
574 struct cras_audio_format in_fmt; local
613 struct cras_audio_format in_fmt; local
654 struct cras_audio_format in_fmt; local
695 struct cras_audio_format in_fmt; local
738 struct cras_audio_format in_fmt; local
779 struct cras_audio_format in_fmt; local
820 struct cras_audio_format in_fmt; local
862 struct cras_audio_format in_fmt; local
905 struct cras_audio_format in_fmt; local
957 struct cras_audio_format in_fmt; local
1010 struct cras_audio_format in_fmt; local
1081 struct cras_audio_format in_fmt; local
1124 struct cras_audio_format in_fmt; local
1167 struct cras_audio_format in_fmt; local
1211 struct cras_audio_format in_fmt; local
1256 struct cras_audio_format in_fmt; local
1301 struct cras_audio_format in_fmt; local
1350 struct cras_audio_format in_fmt; local
1400 struct cras_audio_format in_fmt; local
1426 struct cras_audio_format in_fmt; local
1454 struct cras_audio_format in_fmt; local
    [all...]
dev_stream_unittest.cc 89 static struct cras_audio_format in_fmt; member in namespace:__anon15187
114 in_fmt.format = SND_PCM_FORMAT_S16_LE;
116 in_fmt.num_channels = 2;
199 in_fmt.frame_rate = in_rate;
250 in_fmt.frame_rate);
285 in_fmt.frame_rate);
313 in_fmt.frame_rate = 44100; // Input to converter is stream rate.
322 cras_frames_at_rate(in_fmt.frame_rate, kBufferFrames,
337 in_fmt.frame_rate = 48000; // Input to converter is device rate.
348 in_fmt.frame_rate)
    [all...]
  /external/adhd/cras/src/server/
cras_fmt_conv.c 41 struct cras_audio_format in_fmt; member in struct:cras_fmt_conv
338 conv->in_fmt.channel_layout[CRAS_CH_FL];
340 conv->in_fmt.channel_layout[CRAS_CH_FR];
342 conv->in_fmt.channel_layout[CRAS_CH_RL];
344 conv->in_fmt.channel_layout[CRAS_CH_RR];
372 unsigned int num_in_ch = conv->in_fmt.num_channels;
441 conv->in_fmt.num_channels);
442 in_idx += conv->in_fmt.num_channels;
504 conv->in_fmt = *in;
601 conv->in_fmt.channel_layout)
    [all...]
  /external/u-boot/drivers/video/
ipu_disp.c 420 int in_fmt, out_fmt; local
438 in_fmt = format_to_colorspace(in_pixel_fmt);
442 if (in_fmt == RGB) {
454 if (in_fmt == RGB) {
    [all...]
  /bionic/libc/kernel/uapi/sound/
skl-tplg-interface.h 177 struct skl_dfw_v4_module_fmt in_fmt[MAX_IN_QUEUE]; member in struct:skl_dfw_v4_module
  /external/kernel-headers/original/uapi/sound/
skl-tplg-interface.h 232 struct skl_dfw_v4_module_fmt in_fmt[MAX_IN_QUEUE]; member in struct:skl_dfw_v4_module

Completed in 107 milliseconds