Searched refs:AV_CODEC_ID_NELLYMOSER (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | isom_tags.c | 308 { AV_CODEC_ID_NELLYMOSER, MKTAG('n', 'm', 'o', 's') }, /* Flash Media Server */ 309 { AV_CODEC_ID_NELLYMOSER, MKTAG('N', 'E', 'L', 'L') }, /* Perian */
|
H A D | flvdec.c | 232 return apar->codec_id == AV_CODEC_ID_NELLYMOSER; in flv_same_audio_codec() 280 apar->codec_id = AV_CODEC_ID_NELLYMOSER; in flv_set_audio_codec() 284 apar->codec_id = AV_CODEC_ID_NELLYMOSER; in flv_set_audio_codec() 287 apar->codec_id = AV_CODEC_ID_NELLYMOSER; in flv_set_audio_codec()
|
H A D | flvenc.c | 58 { AV_CODEC_ID_NELLYMOSER, FLV_CODECID_NELLYMOSER >> FLV_AUDIO_CODECID_OFFSET }, 199 case AV_CODEC_ID_NELLYMOSER: in get_audio_flags()
|
H A D | swfdec.c | 56 { AV_CODEC_ID_NELLYMOSER, 0x06 },
|
/third_party/ffmpeg/libavcodec/ |
H A D | nellymoserdec.c | 193 .p.id = AV_CODEC_ID_NELLYMOSER,
|
H A D | codec_id.h | 460 AV_CODEC_ID_NELLYMOSER, enumerator
|
H A D | nellymoserenc.c | 420 .p.id = AV_CODEC_ID_NELLYMOSER,
|
H A D | utils.c | 690 if (id == AV_CODEC_ID_NELLYMOSER) in get_audio_frame_duration()
|
H A D | codec_desc.c | 2829 .id = AV_CODEC_ID_NELLYMOSER,
|
Completed in 13 milliseconds