Searched refs:formattype (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dwtvdec.c632 * @param formattype Format GUID
638 ff_asf_guid formattype, uint64_t size)
643 !ff_guidcmp(formattype, ff_format_cpfilters_processed)) {
665 if (!ff_guidcmp(formattype, ff_format_waveformatex)) {
670 if (ff_guidcmp(formattype, ff_format_none))
671 av_log(s, AV_LOG_WARNING, "unknown formattype:"FF_PRI_GUID"\n", FF_ARG_GUID(formattype));
692 if (!ff_guidcmp(formattype, ff_format_videoinfo2)) {
695 } else if (!ff_guidcmp(formattype, ff_format_mpeg2_video)) {
700 if (ff_guidcmp(formattype, ff_format_non
636 parse_media_type(AVFormatContext *s, AVStream *st, int sid, ff_asf_guid mediatype, ff_asf_guid subtype, ff_asf_guid formattype, uint64_t size) argument
778 ff_asf_guid mediatype, subtype, formattype; local
792 ff_asf_guid mediatype, subtype, formattype; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Ddshow_common.c146 dshowdebug(" formattype\t");
147 ff_printGUID(&type->formattype);
153 if (IsEqualGUID(&type->formattype, &FORMAT_VideoInfo)) {
163 } else if (IsEqualGUID(&type->formattype, &FORMAT_VideoInfo2)) {
179 } else if (IsEqualGUID(&type->formattype, &FORMAT_WaveFormatEx)) {
H A Ddshow.c358 if (IsEqualGUID(&type->formattype, &FORMAT_VideoInfo)) {
362 } else if (IsEqualGUID(&type->formattype, &FORMAT_VideoInfo2)) {
420 if (IsEqualGUID(&type->formattype, &FORMAT_WaveFormatEx)) {
484 if (!IsEqualGUID(&type->formattype, &FORMAT_WaveFormatEx))
758 if (IsEqualGUID(&type.formattype, &FORMAT_VideoInfo)) {
762 } else if (IsEqualGUID(&type.formattype, &FORMAT_VideoInfo2)) {
804 if (IsEqualGUID(&type.formattype, &FORMAT_WaveFormatEx)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dwtv.c647 * @param formattype Format GUID
653 ff_asf_guid formattype, int size)
658 !ff_guidcmp(formattype, format_cpfilters_processed)) {
680 if (!ff_guidcmp(formattype, format_waveformatex)) {
685 if (ff_guidcmp(formattype, format_none))
686 av_log(s, AV_LOG_WARNING, "unknown formattype:"PRI_GUID"\n", ARG_GUID(formattype));
707 if (!ff_guidcmp(formattype, format_videoinfo2)) {
710 } else if (!ff_guidcmp(formattype, format_mpeg2_video)) {
714 if (ff_guidcmp(formattype, format_non
651 parse_media_type(AVFormatContext *s, AVStream *st, int sid, ff_asf_guid mediatype, ff_asf_guid subtype, ff_asf_guid formattype, int size) argument
792 ff_asf_guid mediatype, subtype, formattype; local
806 ff_asf_guid mediatype, subtype, formattype; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmediactrl_am.cpp1349 GUID formattype; member in struct:_MediaType
H A Dmediactrl.cpp1347 GUID formattype; member in struct:_MediaType

Completed in 80 milliseconds