Searched refs:AV_CODEC_ID_MLP (Results 1 - 14 of 14) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mlpdec.c | 369 if (m->avctx->codec_id == AV_CODEC_ID_MLP && mh.num_substreams > 2) { in read_major_sync() 411 if (m->avctx->codec_id == AV_CODEC_ID_MLP) { in read_major_sync() 512 const int std_max_matrix_channel = m->avctx->codec_id == AV_CODEC_ID_MLP in read_restart_header() 526 if (m->avctx->codec_id == AV_CODEC_ID_MLP && noise_type) { in read_restart_header() 654 if (m->avctx->codec_id == AV_CODEC_ID_MLP && m->needs_reordering) { in read_restart_header() 753 const int max_primitive_matrices = m->avctx->codec_id == AV_CODEC_ID_MLP in read_matrix_params() 1223 if (m->avctx->codec_id == AV_CODEC_ID_MLP) { in read_access_unit() 1325 else if (m->avctx->codec_id == AV_CODEC_ID_MLP && shorten_by != 0xD234) in read_access_unit() 1423 .p.id = AV_CODEC_ID_MLP,
|
H A D | mlp_parser.c | 208 .codec_ids = { AV_CODEC_ID_MLP, AV_CODEC_ID_TRUEHD },
|
H A D | codec_id.h | 456 AV_CODEC_ID_MLP, enumerator
|
H A D | mlpenc.c | 592 if (ctx->avctx->codec_id == AV_CODEC_ID_MLP) { in mlp_encode_init() 708 if (ctx->avctx->codec_id == AV_CODEC_ID_MLP) { in write_major_sync() 2215 .p.id = AV_CODEC_ID_MLP,
|
H A D | codec_desc.c | 2801 .id = AV_CODEC_ID_MLP,
|
/third_party/ffmpeg/libavformat/ |
H A D | mlpdec.c | 106 .raw_codec_id = AV_CODEC_ID_MLP,
|
H A D | matroska.c | 36 {"A_MLP" , AV_CODEC_ID_MLP},
|
H A D | rawenc.c | 436 .audio_codec = AV_CODEC_ID_MLP,
|
H A D | mpeg.c | 594 codec_id = AV_CODEC_ID_MLP; in mpegps_read_packet() 637 if (st->codecpar->codec_id == AV_CODEC_ID_MLP) { in mpegps_read_packet()
|
H A D | spdifenc.c | 591 case AV_CODEC_ID_MLP: in spdif_write_header()
|
H A D | mpegenc.c | 413 } else if (st->codecpar->codec_id == AV_CODEC_ID_MLP || in mpeg_mux_init()
|
H A D | matroskaenc.c | 3247 { AV_CODEC_ID_MLP, 0xFFFFFFFF },
|
H A D | matroskadec.c | 2966 st->codecpar->codec_id == AV_CODEC_ID_MLP || in matroska_parse_tracks()
|
/third_party/ffmpeg/tools/ |
H A D | target_dec_fuzzer.c | 386 case AV_CODEC_ID_MLP: in LLVMFuzzerTestOneInput()
|
Completed in 28 milliseconds