Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmlpdec.c349 if (m->avctx->codec_id == AV_CODEC_ID_MLP && mh.num_substreams > 2) { in read_major_sync()
391 if (m->avctx->codec_id == AV_CODEC_ID_MLP) { in read_major_sync()
484 const int std_max_matrix_channel = m->avctx->codec_id == AV_CODEC_ID_MLP in read_restart_header()
498 if (m->avctx->codec_id == AV_CODEC_ID_MLP && noise_type) { in read_restart_header()
625 if (m->avctx->codec_id == AV_CODEC_ID_MLP && m->needs_reordering) { in read_restart_header()
724 const int max_primitive_matrices = m->avctx->codec_id == AV_CODEC_ID_MLP in read_matrix_params()
1190 if (m->avctx->codec_id == AV_CODEC_ID_MLP) { in read_access_unit()
1286 else if (m->avctx->codec_id == AV_CODEC_ID_MLP && shorten_by != 0xD234) in read_access_unit()
1338 .id = AV_CODEC_ID_MLP,
Dmlp_parser.c212 .codec_ids = { AV_CODEC_ID_MLP, AV_CODEC_ID_TRUEHD },
Dcodec_id.h453 AV_CODEC_ID_MLP, enumerator
Dmlpenc.c614 if (ctx->avctx->codec_id == AV_CODEC_ID_MLP) { in mlp_encode_init()
757 if (ctx->avctx->codec_id == AV_CODEC_ID_MLP) { in write_major_sync()
2371 .id = AV_CODEC_ID_MLP,
Dcodec_desc.c2757 .id = AV_CODEC_ID_MLP,
/third_party/ffmpeg/libavformat/
Dmlpdec.c68 .raw_codec_id = AV_CODEC_ID_MLP,
Dmatroska.c36 {"A_MLP" , AV_CODEC_ID_MLP},
Drawenc.c420 .audio_codec = AV_CODEC_ID_MLP,
Dmpeg.c589 codec_id = AV_CODEC_ID_MLP; in mpegps_read_packet()
632 if (st->codecpar->codec_id == AV_CODEC_ID_MLP) { in mpegps_read_packet()
Dspdifenc.c591 case AV_CODEC_ID_MLP: in spdif_write_header()
Dmpegenc.c410 } else if (st->codecpar->codec_id == AV_CODEC_ID_MLP || in mpeg_mux_init()
Dmatroskaenc.c2783 { AV_CODEC_ID_MLP, 0xFFFFFFFF },
Dmatroskadec.c2871 st->codecpar->codec_id == AV_CODEC_ID_MLP || in matroska_parse_tracks()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavcodecmap.c995 case AV_CODEC_ID_MLP: in gst_ffmpeg_codecid_to_caps()