Searched refs:ff_guidcmp (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | wtvdec.c | 263 if (ff_guidcmp(buf, ff_dir_entry_guid)) { in wtvfile_open2() 380 return ff_guidcmp(p->buf, ff_wtv_guid) ? 0 : AVPROBE_SCORE_MAX; in read_probe() 550 if (ff_guidcmp(&guid, ff_metadata_guid)) { in parse_legacy_attrib() 649 if (!ff_guidcmp(subtype, ff_mediasubtype_cpfilters_processed) && in parse_media_type() 650 !ff_guidcmp(formattype, ff_format_cpfilters_processed)) { in parse_media_type() 670 } else if (!ff_guidcmp(mediatype, ff_mediatype_audio)) { in parse_media_type() 674 if (!ff_guidcmp(formattype, ff_format_waveformatex)) { in parse_media_type() 679 if (ff_guidcmp(formattype, ff_format_none)) in parse_media_type() 686 } else if (!ff_guidcmp(subtype, mediasubtype_mpeg1payload)) { in parse_media_type() 697 } else if (!ff_guidcmp(mediatype, ff_mediatype_video)) { in parse_media_type() [all …]
|
D | asfdec_f.c | 153 if (!ff_guidcmp(g, &cmp)) \ 198 if (!ff_guidcmp(pd->buf, &ff_asf_header)) in asf_probe() 440 if (!ff_guidcmp(&g, &ff_asf_audio_stream)) { in asf_read_stream_properties() 442 } else if (!ff_guidcmp(&g, &ff_asf_video_stream)) { in asf_read_stream_properties() 444 } else if (!ff_guidcmp(&g, &ff_asf_jfif_media)) { in asf_read_stream_properties() 447 } else if (!ff_guidcmp(&g, &ff_asf_command_stream)) { in asf_read_stream_properties() 449 } else if (!ff_guidcmp(&g, &ff_asf_ext_stream_embed_stream_header)) { in asf_read_stream_properties() 468 if (!ff_guidcmp(&g, &ff_asf_ext_stream_audio_stream)) { in asf_read_stream_properties() 803 if (ff_guidcmp(&g, &ff_asf_header)) in asf_read_header() 820 if (!ff_guidcmp(&g, &ff_asf_data_header)) { in asf_read_header() [all …]
|
D | riff.h | 122 static av_always_inline int ff_guidcmp(const void *g1, const void *g2) in ff_guidcmp() function
|
D | asfdec_o.c | 153 if (!ff_guidcmp(pd->buf, &ff_asf_header)) in asf_probe() 732 if (!ff_guidcmp(&stream_type, &ff_asf_audio_stream)) in asf_read_stream_properties() 734 else if (!ff_guidcmp(&stream_type, &ff_asf_video_stream)) in asf_read_stream_properties() 736 else if (!ff_guidcmp(&stream_type, &ff_asf_jfif_media)) in asf_read_stream_properties() 738 else if (!ff_guidcmp(&stream_type, &ff_asf_command_stream)) in asf_read_stream_properties() 740 else if (!ff_guidcmp(&stream_type, in asf_read_stream_properties() 1706 if (ff_guidcmp(&guid, &ff_asf_header)) in asf_read_header()
|
D | riffdec.c | 48 if (!ff_guidcmp(guids[i].guid, guid)) in ff_codec_guid_get_id()
|