Searched refs:AV_CODEC_ID_WAVPACK (Results 1 - 11 of 11) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | wvenc.c | 36 ctx->streams[0]->codecpar->codec_id != AV_CODEC_ID_WAVPACK) { in wv_init() 85 .audio_codec = AV_CODEC_ID_WAVPACK,
|
H A D | matroska.c | 61 {"A_WAVPACK4" , AV_CODEC_ID_WAVPACK},
|
H A D | wvdec.c | 258 st->codecpar->codec_id = AV_CODEC_ID_WAVPACK; in wv_read_header()
|
H A D | nut.c | 217 { AV_CODEC_ID_WAVPACK, MKTAG('w', 'v', 'p', 'k') },
|
H A D | matroskaenc.c | 1119 case AV_CODEC_ID_WAVPACK: in mkv_assemble_native_codecprivate() 3170 case AV_CODEC_ID_WAVPACK: in mkv_init()
|
H A D | matroskadec.c | 2806 } else if (codec_id == AV_CODEC_ID_WAVPACK && track->codec_priv.size < 2) { in matroska_parse_tracks() 3599 if (st->codecpar->codec_id == AV_CODEC_ID_WAVPACK) { in matroska_parse_frame()
|
/third_party/ffmpeg/libavcodec/ |
H A D | codec_id.h | 452 AV_CODEC_ID_WAVPACK, enumerator
|
H A D | wavpack.c | 1712 .p.id = AV_CODEC_ID_WAVPACK,
|
H A D | codec_desc.c | 2772 .id = AV_CODEC_ID_WAVPACK,
|
H A D | wavpackenc.c | 2968 .p.id = AV_CODEC_ID_WAVPACK,
|
/third_party/ffmpeg/tools/ |
H A D | target_dec_fuzzer.c | 291 case AV_CODEC_ID_WAVPACK: maxsamples /= 1024; break; in LLVMFuzzerTestOneInput()
|
Completed in 26 milliseconds