Home
last modified time | relevance | path

Searched refs:AV_CODEC_ID_MLP (Results 1 - 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmlpdec.c369 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 Dmlp_parser.c208 .codec_ids = { AV_CODEC_ID_MLP, AV_CODEC_ID_TRUEHD },
H A Dcodec_id.h456 AV_CODEC_ID_MLP, enumerator
H A Dmlpenc.c592 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 Dcodec_desc.c2801 .id = AV_CODEC_ID_MLP,
/third_party/ffmpeg/libavformat/
H A Dmlpdec.c106 .raw_codec_id = AV_CODEC_ID_MLP,
H A Dmatroska.c36 {"A_MLP" , AV_CODEC_ID_MLP},
H A Drawenc.c436 .audio_codec = AV_CODEC_ID_MLP,
H A Dmpeg.c594 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 Dspdifenc.c591 case AV_CODEC_ID_MLP: in spdif_write_header()
H A Dmpegenc.c413 } else if (st->codecpar->codec_id == AV_CODEC_ID_MLP || in mpeg_mux_init()
H A Dmatroskaenc.c3247 { AV_CODEC_ID_MLP, 0xFFFFFFFF },
H A Dmatroskadec.c2966 st->codecpar->codec_id == AV_CODEC_ID_MLP || in matroska_parse_tracks()
/third_party/ffmpeg/tools/
H A Dtarget_dec_fuzzer.c386 case AV_CODEC_ID_MLP: in LLVMFuzzerTestOneInput()

Completed in 28 milliseconds