Searched refs:AV_CODEC_ID_MP3ON4 (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | isom.c | 327 { AV_CODEC_ID_MP3ON4, AOT_PS }, /* old mp3on4 draft */ 328 { AV_CODEC_ID_MP3ON4, AOT_L1 }, /* layer 1 */ 329 { AV_CODEC_ID_MP3ON4, AOT_L2 }, /* layer 2 */ 330 { AV_CODEC_ID_MP3ON4, AOT_L3 }, /* layer 3 */
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegaudiodec_float.c | 153 .p.id = AV_CODEC_ID_MP3ON4,
|
H A D | mpegaudiodec_fixed.c | 140 .p.id = AV_CODEC_ID_MP3ON4,
|
H A D | codec_id.h | 441 AV_CODEC_ID_MP3ON4, enumerator
|
H A D | mpegaudiodec_template.c | 303 avctx->codec_id != AV_CODEC_ID_MP3ON4) in decode_init()
|
H A D | codec_desc.c | 2695 .id = AV_CODEC_ID_MP3ON4,
|
Completed in 9 milliseconds