Searched refs:AV_CODEC_ID_PCM_MULAW (Results 1 – 25 of 29) sorted by relevance
12
/third_party/ffmpeg/libavformat/ |
D | ircam.c | 29 { AV_CODEC_ID_PCM_MULAW, 0x20001 }, 41 { AV_CODEC_ID_PCM_MULAW, 0x20001 },
|
D | nistspheredec.c | 72 st->codecpar->codec_id = AV_CODEC_ID_PCM_MULAW; in nist_read_header() 103 st->codecpar->codec_id = AV_CODEC_ID_PCM_MULAW; in nist_read_header()
|
D | voc.c | 34 {AV_CODEC_ID_PCM_MULAW, 0x07},
|
D | aiff.c | 35 { AV_CODEC_ID_PCM_MULAW, MKTAG('u','l','a','w') },
|
D | caf.c | 57 { AV_CODEC_ID_PCM_MULAW, MKTAG('u','l','a','w') },
|
D | rtpenc.c | 65 case AV_CODEC_ID_PCM_MULAW: in is_supported() 538 case AV_CODEC_ID_PCM_MULAW: in rtp_write_packet() 655 .audio_codec = AV_CODEC_ID_PCM_MULAW,
|
D | rtp.c | 42 {0, "PCMU", AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_PCM_MULAW, 8000, 1},
|
D | dhav.c | 381 case 0x0a: st->codecpar->codec_id = AV_CODEC_ID_PCM_MULAW; break; in dhav_read_packet() 382 case 0x16: st->codecpar->codec_id = AV_CODEC_ID_PCM_MULAW; break; in dhav_read_packet()
|
D | riff.c | 520 { AV_CODEC_ID_PCM_MULAW, 0x0007 }, 578 { AV_CODEC_ID_PCM_MULAW, 0x6c75 },
|
D | cafenc.c | 68 case AV_CODEC_ID_PCM_MULAW: in samples_per_packet()
|
D | au.c | 40 { AV_CODEC_ID_PCM_MULAW, 1 },
|
D | nut.c | 214 { AV_CODEC_ID_PCM_MULAW, MKTAG('U', 'L', 'A', 'W') },
|
D | isom_tags.c | 310 { AV_CODEC_ID_PCM_MULAW, MKTAG('u', 'l', 'a', 'w') },
|
D | aiffdec.c | 150 case AV_CODEC_ID_PCM_MULAW: in get_aiff_header()
|
D | mpeg.c | 548 codec_id = AV_CODEC_ID_PCM_MULAW; in mpegps_read_packet() 619 if ( st->codecpar->codec_id == AV_CODEC_ID_PCM_MULAW in mpegps_read_packet()
|
D | flvenc.c | 60 { AV_CODEC_ID_PCM_MULAW, FLV_CODECID_PCM_MULAW >> FLV_AUDIO_CODECID_OFFSET }, 208 case AV_CODEC_ID_PCM_MULAW: in get_audio_flags()
|
D | electronicarts.c | 293 ea->audio_codec = AV_CODEC_ID_PCM_MULAW; in process_audio_header_eacs()
|
D | flvdec.c | 234 apar->codec_id == AV_CODEC_ID_PCM_MULAW; in flv_same_audio_codec() 290 apar->codec_id = AV_CODEC_ID_PCM_MULAW; in flv_set_audio_codec()
|
D | sdp.c | 594 case AV_CODEC_ID_PCM_MULAW: in sdp_write_media_attributes()
|
/third_party/ffmpeg/libavcodec/ |
D | audiotoolboxenc.c | 80 case AV_CODEC_ID_PCM_MULAW: in ffat_get_format_id() 121 if (avctx->codec_id == AV_CODEC_ID_PCM_MULAW || in ffat_update_ctx() 662 FFAT_ENC(pcm_mulaw, AV_CODEC_ID_PCM_MULAW, NULL)
|
D | pcm.c | 221 case AV_CODEC_ID_PCM_MULAW: in pcm_encode_frame() 264 case AV_CODEC_ID_PCM_MULAW: in pcm_decode_init() 503 case AV_CODEC_ID_PCM_MULAW: in pcm_decode_frame()
|
D | audiotoolboxdec.c | 83 case AV_CODEC_ID_PCM_MULAW: in ffat_get_format_id() 616 FFAT_DEC(pcm_mulaw, AV_CODEC_ID_PCM_MULAW, NULL)
|
D | codec_id.h | 319 AV_CODEC_ID_PCM_MULAW, enumerator
|
/third_party/ffmpeg/libavdevice/ |
D | alsa.c | 59 case AV_CODEC_ID_PCM_MULAW: return SND_PCM_FORMAT_MU_LAW; in codec_id_to_pcm_format() 143 case AV_CODEC_ID_PCM_MULAW: format = FORMAT_I8; break; in find_reorder_func()
|
D | pulse_audio_common.c | 34 case AV_CODEC_ID_PCM_MULAW: return PA_SAMPLE_ULAW; in ff_codec_id_to_pulse_format()
|
12