Searched refs:AV_CODEC_ID_ADPCM_PSX (Results 1 – 15 of 15) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | musx.c | 59 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()
|
D | rsd.c | 29 { 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()
|
D | ads.c | 61 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()
|
D | svag.c | 46 st->codecpar->codec_id = AV_CODEC_ID_ADPCM_PSX; in svag_read_header()
|
D | vag.c | 44 st->codecpar->codec_id = AV_CODEC_ID_ADPCM_PSX; in vag_read_header()
|
D | xvag.c | 77 st->codecpar->codec_id = AV_CODEC_ID_ADPCM_PSX; in xvag_read_header()
|
D | msf.c | 69 st->codecpar->codec_id = AV_CODEC_ID_ADPCM_PSX; break; in msf_read_header()
|
D | electronicarts.c | 262 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()
|
D | vpk.c | 57 st->codecpar->codec_id = AV_CODEC_ID_ADPCM_PSX; in vpk_read_header()
|
D | fsb.c | 83 par->codec_id = AV_CODEC_ID_ADPCM_PSX; in fsb_read_header()
|
D | genh.c | 75 case 0: st->codecpar->codec_id = AV_CODEC_ID_ADPCM_PSX; break; in genh_read_header()
|
/third_party/ffmpeg/libavcodec/ |
D | codec_id.h | 378 AV_CODEC_ID_ADPCM_PSX, enumerator
|
D | adpcm.c | 136 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…
|
D | utils.c | 1671 case AV_CODEC_ID_ADPCM_PSX: in get_audio_frame_duration()
|
D | codec_desc.c | 2289 .id = AV_CODEC_ID_ADPCM_PSX,
|