Searched refs:mime_type (Results 1 - 25 of 108) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dicons.h17 GdkPixbuf * gtr_get_mime_type_icon( const char * mime_type,
H A Dicons.c184 icon_cache_get_mime_type_icon( IconCache * icon_cache, const char * mime_type )
190 icon = g_content_type_get_icon( mime_type );
213 gtr_get_mime_type_icon( const char * mime_type, argument
232 return icon_cache_get_mime_type_icon( icon_cache[n], mime_type );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drawenc.c39 .mime_type = "audio/x-ac3",
88 .mime_type = "audio/x-dca",
101 .mime_type = "audio/x-eac3",
114 .mime_type = "audio/G722",
127 .mime_type = "video/x-h261",
140 .mime_type = "video/x-h263",
189 .mime_type = "video/x-mjpeg",
214 .mime_type = "application/x-subrip",
238 .mime_type = "video/x-mpeg",
H A Did3v2.h56 uint8_t *mime_type; member in struct:ID3v2ExtraMetaGEOB
H A Dmpjpeg.c59 .mime_type = "multipart/x-mixed-replace;boundary=" BOUNDARY_TAG,
H A Dassenc.c83 .mime_type = "text/x-ssa",
H A Domaenc.c99 .mime_type = "audio/x-oma",
H A Dmp3enc.c109 .mime_type = "audio/x-mpeg",
203 .mime_type = "audio/x-mpeg",
H A Dvc1testenc.c88 .mime_type = "",
H A Dvocenc.c95 .mime_type = "audio/x-voc",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Djacosubenc.c36 .mime_type = "text/x-jacosub",
H A Dformat.c121 const char *mime_type)
141 if (fmt->mime_type && mime_type && !strcmp(fmt->mime_type, mime_type))
156 const char *filename, const char *mime_type,
120 av_guess_format(const char *short_name, const char *filename, const char *mime_type) argument
155 av_guess_codec(AVOutputFormat *fmt, const char *short_name, const char *filename, const char *mime_type, enum AVMediaType type) argument
H A Drawenc.c48 .mime_type = "audio/x-ac3",
124 .mime_type = "audio/x-dca",
138 .mime_type = "audio/x-eac3",
152 .mime_type = "audio/G722",
166 .mime_type = "audio/g723",
180 .mime_type = "video/x-h261",
194 .mime_type = "video/x-h263",
245 .mime_type = "video/x-mjpeg",
272 .mime_type = "video/mpeg",
H A Dmicrodvdenc.c61 .mime_type = "text/x-microdvd",
H A Dmpjpeg.c61 .mime_type = "multipart/x-mixed-replace;boundary=" BOUNDARY_TAG,
H A Dwebvttenc.c95 .mime_type = "text/vtt",
H A Dwvenc.c82 .mime_type = "audio/x-wavpack",
H A Did3v2.h63 uint8_t *mime_type; member in struct:ID3v2ExtraMetaGEOB
H A Domaenc.c100 .mime_type = "audio/x-oma",
H A Dassenc.c108 .mime_type = "text/x-ssa",
H A Dbit.c149 .mime_type = "audio/bit",
H A Dilbc.c134 .mime_type = "audio/iLBC",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/gnome/
H A Dgvfs.cpp69 (const char *mime_type, const char *filename), (mime_type, filename), GNOME_VFS_OK )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_grabbag/picture/
H A Dmain.c29 const char *mime_type; member in struct:__anon3880
80 _snprintf(s, sizeof(s)-1, "%u|%s|%s|%s|%s/%s", (unsigned)pf->type, pf->mime_type, pf->description, res, prefix, pf->path);
82 snprintf(s, sizeof(s)-1, "%u|%s|%s|%s|%s/%s", (unsigned)pf->type, pf->mime_type, pf->description, res, prefix, pf->path);
93 obj->data.picture.mime_type,
104 if(strcmp(obj->data.picture.mime_type, pf->mime_type))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dpicture.c132 if(0 == strcmp(picture->mime_type, "image/png")) {
181 else if(0 == strcmp(picture->mime_type, "image/jpeg")) {
236 else if(0 == strcmp(picture->mime_type, "image/gif")) {
350 if(0 == strcmp(obj->data.picture.mime_type, "-->")) { /* magic MIME type means URL */
376 else if(*obj->data.picture.mime_type == '\0' && !local__extract_mime_type_(obj))
393 (strcmp(obj->data.picture.mime_type, "image/png") && strcmp(obj->data.picture.mime_type, "-->")) ||

Completed in 220 milliseconds

12345