Home
last modified time | relevance | path

Searched refs:AV_CODEC_ID_ADPCM_PSX (Results 1 – 15 of 15) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmusx.c59 st->codecpar->codec_id = AV_CODEC_ID_ADPCM_PSX; in musx_read_header()
109 st->codecpar->codec_id = AV_CODEC_ID_ADPCM_PSX; in musx_read_header()
115 st->codecpar->codec_id = AV_CODEC_ID_ADPCM_PSX; in musx_read_header()
137 st->codecpar->codec_id = AV_CODEC_ID_ADPCM_PSX; in musx_read_header()
Drsd.c29 { AV_CODEC_ID_ADPCM_PSX, MKTAG('V','A','G',' ') },
104 case AV_CODEC_ID_ADPCM_PSX: in rsd_read_header()
155 case AV_CODEC_ID_ADPCM_PSX: in rsd_read_header()
192 par->codec_id == AV_CODEC_ID_ADPCM_PSX || in rsd_read_packet()
Dads.c61 st->codecpar->codec_id = AV_CODEC_ID_ADPCM_PSX; in ads_read_header()
66 if (st->codecpar->codec_id == AV_CODEC_ID_ADPCM_PSX && size >= 0x40) in ads_read_header()
Dsvag.c46 st->codecpar->codec_id = AV_CODEC_ID_ADPCM_PSX; in svag_read_header()
Dvag.c44 st->codecpar->codec_id = AV_CODEC_ID_ADPCM_PSX; in vag_read_header()
Dxvag.c77 st->codecpar->codec_id = AV_CODEC_ID_ADPCM_PSX; in xvag_read_header()
Dmsf.c69 st->codecpar->codec_id = AV_CODEC_ID_ADPCM_PSX; break; in msf_read_header()
Delectronicarts.c262 ea->audio_codec = AV_CODEC_ID_ADPCM_PSX; in process_audio_header_elements()
615 } else if (ea->audio_codec == AV_CODEC_ID_ADPCM_PSX) { in ea_read_packet()
658 case AV_CODEC_ID_ADPCM_PSX: in ea_read_packet()
Dvpk.c57 st->codecpar->codec_id = AV_CODEC_ID_ADPCM_PSX; in vpk_read_header()
Dfsb.c83 par->codec_id = AV_CODEC_ID_ADPCM_PSX; in fsb_read_header()
Dgenh.c75 case 0: st->codecpar->codec_id = AV_CODEC_ID_ADPCM_PSX; break; in genh_read_header()
/third_party/ffmpeg/libavcodec/
Dcodec_id.h378 AV_CODEC_ID_ADPCM_PSX, enumerator
Dadpcm.c136 case AV_CODEC_ID_ADPCM_PSX: in adpcm_decode_init()
203 case AV_CODEC_ID_ADPCM_PSX: in adpcm_decode_init()
913 case AV_CODEC_ID_ADPCM_PSX: in get_nb_samples()
1936 case AV_CODEC_ID_ADPCM_PSX: in adpcm_decode_frame()
2114 ADPCM_DECODER(AV_CODEC_ID_ADPCM_PSX, sample_fmts_s16p, adpcm_psx, "ADPCM Playstatio…
Dutils.c1671 case AV_CODEC_ID_ADPCM_PSX: in get_audio_frame_duration()
Dcodec_desc.c2289 .id = AV_CODEC_ID_ADPCM_PSX,