Searched refs:sconf (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_asym.c83 snd_config_t *slave = NULL, *sconf; local
109 err = snd_pcm_slave_conf(root, slave, &sconf, 0);
112 err = snd_pcm_open_named_slave(pcmp, name, root, sconf, stream,
114 snd_config_delete(sconf);
H A Dpcm_empty.c78 snd_config_t *slave = NULL, *sconf; local
100 err = snd_pcm_slave_conf(root, slave, &sconf, 0);
103 err = snd_pcm_open_named_slave(pcmp, name, root, sconf, stream,
105 snd_config_delete(sconf);
H A Dpcm_copy.c266 snd_config_t *slave = NULL, *sconf; local
285 err = snd_pcm_slave_conf(root, slave, &sconf, 0);
288 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);
289 snd_config_delete(sconf);
H A Dpcm_alaw.c512 snd_config_t *slave = NULL, *sconf; local
532 err = snd_pcm_slave_conf(root, slave, &sconf, 1,
538 snd_config_delete(sconf);
542 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);
543 snd_config_delete(sconf);
H A Dpcm_lfloat.c471 snd_config_t *slave = NULL, *sconf; local
491 err = snd_pcm_slave_conf(root, slave, &sconf, 1,
497 snd_config_delete(sconf);
501 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);
502 snd_config_delete(sconf);
H A Dpcm_linear.c542 snd_config_t *slave = NULL, *sconf; local
562 err = snd_pcm_slave_conf(root, slave, &sconf, 1,
567 snd_config_delete(sconf);
571 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);
572 snd_config_delete(sconf);
H A Dpcm_mulaw.c527 snd_config_t *slave = NULL, *sconf; local
547 err = snd_pcm_slave_conf(root, slave, &sconf, 1,
553 snd_config_delete(sconf);
557 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);
558 snd_config_delete(sconf);
H A Dpcm_dsnoop.c531 * \param sconf Slave configuration
542 snd_config_t *root, snd_config_t *sconf,
610 ret = snd_pcm_open_slave(&spcm, root, sconf, stream,
656 ret = snd_pcm_open_slave(&spcm, root, sconf, stream,
789 snd_config_t *sconf; local
807 err = snd_pcm_slave_conf(root, dopen.slave, &sconf, 8,
830 root, sconf, stream, mode);
831 snd_config_delete(sconf);
539 snd_pcm_dsnoop_open(snd_pcm_t **pcmp, const char *name, struct snd_pcm_direct_open_conf *opts, struct slave_params *params, snd_config_t *root, snd_config_t *sconf, snd_pcm_stream_t stream, int mode) argument
H A Dpcm_mmap_emul.c477 snd_config_t *slave = NULL, *sconf; local
497 err = snd_pcm_slave_conf(root, slave, &sconf, 0);
500 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);
501 snd_config_delete(sconf);
H A Dpcm_route.c1088 snd_config_t *slave = NULL, *sconf; local
1125 err = snd_pcm_slave_conf(root, slave, &sconf, 2,
1132 snd_config_delete(sconf);
1139 snd_config_delete(sconf);
1144 snd_config_delete(sconf);
1151 snd_config_delete(sconf);
1155 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);
1156 snd_config_delete(sconf);
H A Dpcm_softvol.c985 snd_config_t *slave = NULL, *sconf; local
1060 err = snd_pcm_slave_conf(root, slave, &sconf, 0);
1063 err = snd_pcm_open_named_slave(pcmp, name, root, sconf, stream,
1065 snd_config_delete(sconf);
1068 err = snd_pcm_slave_conf(root, slave, &sconf, 1,
1080 snd_config_delete(sconf);
1083 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);
1084 snd_config_delete(sconf);
H A Dpcm_adpcm.c638 snd_config_t *slave = NULL, *sconf; local
658 err = snd_pcm_slave_conf(root, slave, &sconf, 1,
664 snd_config_delete(sconf);
668 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);
669 snd_config_delete(sconf);
H A Dpcm_iec958.c563 snd_config_t *slave = NULL, *sconf; local
655 err = snd_pcm_slave_conf(root, slave, &sconf, 1,
662 snd_config_delete(sconf);
666 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);
667 snd_config_delete(sconf);
H A Dpcm_dshare.c616 * \param sconf Slave configuration
627 snd_config_t *root, snd_config_t *sconf,
703 ret = snd_pcm_open_slave(&spcm, root, sconf, stream,
749 ret = snd_pcm_open_slave(&spcm, root, sconf, stream,
892 snd_config_t *sconf; local
910 err = snd_pcm_slave_conf(root, dopen.slave, &sconf, 8,
933 root, sconf, stream, mode);
934 snd_config_delete(sconf);
624 snd_pcm_dshare_open(snd_pcm_t **pcmp, const char *name, struct snd_pcm_direct_open_conf *opts, struct slave_params *params, snd_config_t *root, snd_config_t *sconf, snd_pcm_stream_t stream, int mode) argument
H A Dpcm_extplug.c637 snd_config_t *sconf; local
652 err = snd_pcm_slave_conf(root, slave_conf, &sconf, 0);
655 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, NULL);
656 snd_config_delete(sconf);
H A Dpcm_hooks.c482 snd_config_t *slave = NULL, *sconf; local
510 err = snd_pcm_slave_conf(root, slave, &sconf, 0);
513 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);
514 snd_config_delete(sconf);
H A Dpcm_dmix.c935 * \param sconf Slave configuration
946 snd_config_t *root, snd_config_t *sconf,
1015 ret = snd_pcm_open_slave(&spcm, root, sconf, stream,
1063 ret = snd_pcm_open_slave(&spcm, root, sconf, stream,
1272 snd_config_t *sconf; local
1291 err = snd_pcm_slave_conf(root, dopen.slave, &sconf, 8,
1312 snd_config_delete(sconf);
1320 root, sconf, stream, mode);
1321 snd_config_delete(sconf);
943 snd_pcm_dmix_open(snd_pcm_t **pcmp, const char *name, struct snd_pcm_direct_open_conf *opts, struct slave_params *params, snd_config_t *root, snd_config_t *sconf, snd_pcm_stream_t stream, int mode) argument
H A Dpcm_direct.c1433 snd_config_t *sconf,
1443 if (snd_config_get_string(sconf, &str) >= 0) {
1464 snd_config_save(sconf, out);
1469 if (snd_config_search(sconf, "slave", &pcm_conf) >= 0 &&
1478 snd_config_for_each(i, next, sconf) {
1538 snd_config_t *sconf,
1541 return _snd_pcm_direct_get_slave_ipc_offset(root, sconf, direction, 0);
1432 _snd_pcm_direct_get_slave_ipc_offset(snd_config_t *root, snd_config_t *sconf, int direction, int hop) argument
1537 snd_pcm_direct_get_slave_ipc_offset(snd_config_t *root, snd_config_t *sconf, int direction) argument
H A Dpcm_plug.c1218 snd_config_t *slave = NULL, *sconf; local
1281 err = snd_pcm_slave_conf(root, slave, &sconf, 3,
1291 snd_config_delete(sconf);
1296 snd_config_delete(sconf);
1301 snd_config_delete(sconf);
1312 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);
1313 snd_config_delete(sconf);
H A Dpcm_file.c862 snd_config_t *slave = NULL, *sconf; local
945 err = snd_pcm_slave_conf(root, slave, &sconf, 0);
949 snd_config_delete(sconf);
953 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);
954 snd_config_delete(sconf);
H A Dpcm_meter.c755 snd_config_t *slave = NULL, *sconf; local
792 err = snd_pcm_slave_conf(root, slave, &sconf, 0);
795 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);
796 snd_config_delete(sconf);
H A Dpcm_rate.c1492 snd_config_t *slave = NULL, *sconf; local
1520 err = snd_pcm_slave_conf(root, slave, &sconf, 2,
1527 snd_config_delete(sconf);
1531 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);
1532 snd_config_delete(sconf);
H A Dpcm_ladspa.c1743 snd_config_t *slave = NULL, *sconf; local
1797 err = snd_pcm_slave_conf(root, slave, &sconf, 0);
1800 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf);
1801 snd_config_delete(sconf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalsdec.c195 ALSSpecificConfig sconf; member in struct:__anon1860
255 ALSSpecificConfig *sconf = &ctx->sconf; local
257 av_dlog(avctx, "resolution = %i\n", sconf->resolution);
258 av_dlog(avctx, "floating = %i\n", sconf->floating);
259 av_dlog(avctx, "frame_length = %i\n", sconf->frame_length);
260 av_dlog(avctx, "ra_distance = %i\n", sconf->ra_distance);
261 av_dlog(avctx, "ra_flag = %i\n", sconf->ra_flag);
262 av_dlog(avctx, "adapt_order = %i\n", sconf->adapt_order);
263 av_dlog(avctx, "coef_table = %i\n", sconf
287 ALSSpecificConfig *sconf = &ctx->sconf; local
418 ALSSpecificConfig *sconf = &ctx->sconf; local
505 ALSSpecificConfig *sconf = &ctx->sconf; local
557 ALSSpecificConfig *sconf = &ctx->sconf; local
596 ALSSpecificConfig *sconf = &ctx->sconf; local
857 ALSSpecificConfig *sconf = &ctx->sconf; local
1083 ALSSpecificConfig *sconf = &ctx->sconf; local
1299 ALSSpecificConfig *sconf = &ctx->sconf; local
1437 ALSSpecificConfig *sconf = &ctx->sconf; local
1597 ALSSpecificConfig *sconf = &ctx->sconf; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c193 ALSSpecificConfig sconf; member in struct:__anon3075
254 ALSSpecificConfig *sconf = &ctx->sconf; local
256 av_dlog(avctx, "resolution = %i\n", sconf->resolution);
257 av_dlog(avctx, "floating = %i\n", sconf->floating);
258 av_dlog(avctx, "frame_length = %i\n", sconf->frame_length);
259 av_dlog(avctx, "ra_distance = %i\n", sconf->ra_distance);
260 av_dlog(avctx, "ra_flag = %i\n", sconf->ra_flag);
261 av_dlog(avctx, "adapt_order = %i\n", sconf->adapt_order);
262 av_dlog(avctx, "coef_table = %i\n", sconf
286 ALSSpecificConfig *sconf = &ctx->sconf; local
427 ALSSpecificConfig *sconf = &ctx->sconf; local
514 ALSSpecificConfig *sconf = &ctx->sconf; local
566 ALSSpecificConfig *sconf = &ctx->sconf; local
610 ALSSpecificConfig *sconf = &ctx->sconf; local
877 ALSSpecificConfig *sconf = &ctx->sconf; local
1102 ALSSpecificConfig *sconf = &ctx->sconf; local
1325 ALSSpecificConfig *sconf = &ctx->sconf; local
1475 ALSSpecificConfig *sconf = &ctx->sconf; local
1639 ALSSpecificConfig *sconf = &ctx->sconf; local
[all...]

Completed in 440 milliseconds

12