HomeSort by: relevance | last modified time | path
    Searched defs:codec (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/dev/audio/
audiofil.h 105 audio_filter_t codec; /* conversion function */ member in struct:__anon2516
106 void *context; /* optional codec's argument */
audiodef.h 144 audio_stage_t codec; /* encoding conversion stage */ member in struct:audio_track
255 audio_filter_t codec; /* hardware codec */ member in struct:audio_trackmixer
audio.c 458 char codec[32]; member in struct:audio_track_debugbuf
484 if (track->codec.filter)
485 snprintf(buf->codec, sizeof(buf->codec), " e=%d",
486 track->codec.srcbuf.used);
4195 audio_free(track->codec.srcbuf.mem);
4277 * Initialize the codec stage of this track as necessary.
4278 * If successful, it initializes the codec stage as necessary, stores updated
4298 srcbuf = &track->codec.srcbuf;
4304 track->codec.dst = last_dst
6056 audio_filter_t codec; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
ml_dsa_codecs.c 339 /* Indices of slots in the codec table below */
372 const ML_COMMON_CODEC *codec; local
377 || (codec = ml_dsa_get_codec(evp_type)) == NULL)
380 || memcmp(pk, codec->spkifmt->asn1_prefix, ML_COMMON_SPKI_OVERHEAD) != 0)
405 const ML_COMMON_CODEC *codec; local
421 || (codec = ml_dsa_get_codec(evp_type)) == NULL)
437 fmt_slots = ossl_ml_common_pkcs8_fmt_order(v->alg, codec->p8fmt,
550 const ML_COMMON_CODEC *codec; local
561 if ((codec = ml_dsa_get_codec(params->evp_type)) == NULL)
573 fmt_slots = ossl_ml_common_pkcs8_fmt_order(params->alg, codec->p8fmt
    [all...]
ml_kem_codecs.c 240 const ML_COMMON_CODEC *codec; local
245 || (codec = ml_kem_get_codec(evp_type)) == NULL)
247 vspki = codec->spkifmt;
274 const ML_COMMON_CODEC *codec; local
288 || (codec = ml_kem_get_codec(evp_type)) == NULL)
304 fmt_slots = ossl_ml_common_pkcs8_fmt_order(v->algorithm_name, codec->p8fmt,
439 const ML_COMMON_CODEC *codec; local
448 if ((codec = ml_kem_get_codec(v->evp_type)) == NULL)
460 fmt_slots = ossl_ml_common_pkcs8_fmt_order(v->algorithm_name, codec->p8fmt,
  /src/sys/dev/pci/
auixp.c 38 * codec support problem.
133 /* codec detection constant indicating the interrupt flags */
506 /* pass request to AC'97 codec code */
517 /* pass request to AC'97 codec code */
527 /* pass request to AC'97 codec code */
923 /* check if we are looking for codec detection */
1160 struct auixp_codec *codec; local
1169 codec = &sc->sc_codec[0];
1170 if (!codec->present) {
1181 sc->has_4ch = AC97_IS_4CH(codec->codec_if)
1477 struct auixp_codec *codec; local
    [all...]
autri.c 220 * AC'97 codec
236 struct autri_codec_softc *codec; local
241 codec = sc_;
242 sc = codec->sc;
282 printf("%s: Codec timeout. Busy reading AC'97 codec.\n",
298 printf("%s: Codec timeout. Busy reading AC'97 codec.\n",
311 struct autri_codec_softc *codec; local
316 codec = sc_
370 struct autri_codec_softc *codec; local
502 struct autri_codec_softc *codec; local
    [all...]
auvia.c 39 * ftp://ftp.alsa-project.org/pub/manuals/ad/AD1881_0.pdf (example AC'97 codec)
147 #define AUVIA_PCICONF_PRIVALID 0x00000001 /* primary codec rdy */
456 aprint_error_dev(sc->sc_dev, "can't attach codec (error 0x%X)\n", r);
508 /* perform a codec cold reset */
524 printf("%s: codec reset timed out\n", device_xname(sc->sc_dev));
535 /* poll until codec not busy */
540 printf("%s: codec busy\n", device_xname(sc->sc_dev));
552 /* poll until codec valid */
557 printf("%s: codec invalid\n", device_xname(sc->sc_dev));
693 struct ac97_codec_if* codec; local
    [all...]
yds.c 745 struct yds_codec_softc *codec; local
896 * Attach ac97 codec
910 codec = &sc->sc_codec[i];
911 codec->sc = sc;
912 codec->id = i == 1 ? ac97_id2 : 0;
913 codec->status_data = statregs[i].data;
914 codec->status_addr = statregs[i].addr;
915 codec->host_if.arg = codec;
916 codec->host_if.attach = yds_attach_codec
1016 struct yds_codec_softc *codec; local
    [all...]
  /src/sys/dev/hdaudio/
hdaudio.c 251 hda_error(sc, "unsol: codec id 0x%02x out of range\n", codecid);
256 hda_error(sc, "unsol: codec id 0x%02x not valid\n", codecid);
722 hda_print(sc, "Codec%02X: %04X:%04X HDA %d.%d rev %d stepping %d\n",
735 hda_error(sc, "Codec%02X: No subordinate nodes found (%08x)\n",
949 unsigned int codec; local
951 for (codec = 0; codec < HDAUDIO_MAX_CODECS; codec++) {
952 co = &sc->sc_codec[codec];
969 unsigned int codec; local
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_7zip.c 66 * Codec ID
171 unsigned codec; member in struct:coder
877 zip->coder.codec = zip->opt_compression;
940 zip->coder.codec = header_compression;
1041 if (zip->total_number_nonempty_entry > 1 && coders->codec != _7Z_COPY) {
1112 if (coders->codec == _7Z_COPY)
1190 unsigned codec_id = coders[i].codec;
1192 /* Write Codec flag. */
1207 /* Write Codec ID. */
1215 /* Write Codec property size. *
    [all...]
archive_read_support_format_7zip.c 88 * Codec ID
174 unsigned long codec; member in struct:_7z_folder::_7z_coder
311 /* The codec information of a folder. */
312 unsigned long codec; member in struct:_7zip
935 has a coder with a _7Z_CRYPTO codec then the folder is encrypted.
940 switch(folder->coders[fidx].codec) {
1329 zip->codec = coder1->codec;
1332 switch (zip->codec) {
1339 if (coder2->codec != _7Z_X86 &
    [all...]
  /src/sys/arch/macppc/dev/
snapper.c 73 #define SNAPPER_IS_TAS3004 0 // codec is TAS3004
74 #define SNAPPER_IS_TAS3001 1 // codec is TAS3001
75 #define SNAPPER_IS_PCM3052 2 // codec is PCM3052
76 #define SNAPPER_IS_CS8416 3 // codec is CS8416
77 #define SNAPPER_SWVOL 4 // software codec
509 /* OF hands us the codec in 16bit mode, run with it for now */
661 if (OF_getprop(soundchip, "platform-tas-codec-ref",
773 char prop[64], next[64], codec[64], *cref; local
778 /* look for platform-*-codec-ref node */
792 if ((cref = strstr(next, "-codec-ref")) != NULL)
    [all...]

Completed in 79 milliseconds