Searched refs:mime_type (Results 51 - 75 of 108) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmmf.c317 .mime_type = "application/vnd.smaf",
H A Doggenc.c651 .mime_type = "application/ogg",
683 .mime_type = "audio/ogg",
707 .mime_type = "audio/ogg",
731 .mime_type = "audio/ogg",
H A Dmpegenc.c1188 .mime_type = "video/mpeg",
1204 .mime_type = "video/mpeg",
1219 .mime_type = "video/mpeg",
1237 .mime_type = "video/mpeg",
1255 .mime_type = "video/mpeg",
H A Dswfenc.c522 .mime_type = "application/x-shockwave-flash",
537 .mime_type = "application/x-shockwave-flash",
H A Daiffenc.c324 .mime_type = "audio/aiff",
H A Dhttp.c59 char *mime_type; member in struct:__anon3501
107 {"mime_type", "export the MIME type", OFFSET(mime_type), AV_OPT_TYPE_STRING, {0}, 0, 0, AV_OPT_FLAG_EXPORT | AV_OPT_FLAG_READONLY },
498 av_free(s->mime_type);
499 s->mime_type = av_strdup(p);
H A Dlibnut.c159 .mime_type = "video/x-nut",
H A Drmenc.c472 .mime_type = "application/vnd.rn-realmedia",
H A Dwebmdashenc.c309 .mime_type = "application/xml",
H A Dasfenc.c1009 .mime_type = "video/x-ms-asf",
1028 .mime_type = "video/x-ms-asf",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A Dformat.h770 char *mime_type; member in struct:__anon3743
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmmf.c308 .mime_type = "application/vnd.smaf",
H A Dmpegenc.c1265 .mime_type = "video/mpeg",
1281 .mime_type = "video/mpeg",
1296 .mime_type = "video/mpeg",
1314 .mime_type = "video/mpeg",
1332 .mime_type = "video/mpeg",
H A Dswfenc.c512 .mime_type = "application/x-shockwave-flash",
526 .mime_type = "application/x-shockwave-flash",
H A Dffmenc.c245 .mime_type = "",
H A Dflvenc.c475 .mime_type = "video/x-flv",
H A Dlibnut.c157 .mime_type = "video/x-nut",
H A Drmenc.c466 .mime_type = "application/vnd.rn-realmedia",
H A Dyuv4mpeg.c183 .mime_type = "",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dmetadata.cpp1045 return object_->data.picture.mime_type;
1252 FLACPP_API bool get_picture(const char *filename, Picture *&picture, ::FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors)
1260 if(::FLAC__metadata_get_picture(filename, &object, type, mime_type, description, max_width, max_height, max_depth, max_colors)) {
1268 FLACPP_API bool get_picture(const char *filename, Picture &picture, ::FLAC__StreamMetadata_Picture_Type type, const char *mime_type, const FLAC__byte *description, unsigned max_width, unsigned max_height, unsigned max_depth, unsigned max_colors)
1274 if(::FLAC__metadata_get_picture(filename, &object, type, mime_type, description, max_width, max_height, max_depth, max_colors)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Dmetadata_object.c485 if(block->data.picture.mime_type) {
486 block->length -= strlen(block->data.picture.mime_type);
487 free(block->data.picture.mime_type);
489 block->data.picture.mime_type = strdup(s);
490 FLAC__ASSERT(block->data.picture.mime_type);
491 block->length += strlen(block->data.picture.mime_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_encoder_framing.c185 len = strlen(metadata->data.picture.mime_type);
188 if(!FLAC__bitwriter_write_byte_block(bw, (const FLAC__byte*)metadata->data.picture.mime_type, len))
H A Dformat.c500 for(p = picture->mime_type; *p; p++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Dmetadata_object.cpp215 picture_.data.picture.mime_type = strdup_or_die_("image/jpeg");
216 picture_.length += strlen(picture_.data.picture.mime_type);
239 free(picture_.data.picture.mime_type);
1961 picture_.data.picture.mime_type[0] = 'q';
1964 if(0 != strcmp(block.get_mime_type(), picture_.data.picture.mime_type))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dhttpd.c823 const char *mime_type; local
843 mime_type = responseNum == HTTP_OK ?
854 responseNum, responseString, mime_type, tmp_str);

Completed in 225 milliseconds

12345