Searched refs:mime_type (Results 76 - 100 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 Did3v2.c179 av_free(geob->mime_type);
347 if (decode_str(s, pb, ID3v2_ENCODING_ISO8859, &geob_data->mime_type,
H A Dflvenc.c610 .mime_type = "video/x-flv",
H A Dwavenc.c517 .mime_type = "audio/x-wav",
H A Dmatroskaenc.c2023 .mime_type = "video/x-matroska",
2060 .mime_type = "video/webm",
2085 .mime_type = "audio/x-matroska",
H A Davienc.c717 .mime_type = "video/x-msvideo",
H A Dutils.c381 uint8_t *mime_type; local
396 if (!*fmt && pb->av_class && av_opt_get(pb, "mime_type", AV_OPT_SEARCH_CHILDREN, &mime_type) >= 0 && mime_type) {
397 if (!av_strcasecmp(mime_type, "audio/aacp")) {
400 av_freep(&mime_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/
H A Dmetadata.h956 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); ///< See FLAC__metadata_get_picture().
957 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); ///< See FLAC__metadata_get_picture().
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dfile-list.c442 const char * mime_type = isLeaf ? gtr_get_mime_type_from_filename( child_data->name ) : DIRECTORY_MIME_TYPE; local
443 GdkPixbuf * icon = gtr_get_mime_type_icon( mime_type, GTK_ICON_SIZE_MENU, build->w );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Drpc-server.c306 const char * mime_type; member in struct:__anon7356
320 return types[i].mime_type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffserver.c1521 const char *mime_type; local
1887 mime_type = c->stream->fmt->mime_type;
1888 if (!mime_type)
1889 mime_type = "application/x-octet-stream";
1900 av_strlcatf(c->buffer, c->buffer_size, "Content-Type: %s\r\n", mime_type);
4008 static AVOutputFormat *ffserver_guess_format(const char *short_name, const char *filename, const char *mime_type) argument
4010 AVOutputFormat *fmt = av_guess_format(short_name, filename, mime_type);
H A Dcmdutils.c1740 if (fmt->mime_type)
1741 printf(" Mime type: %s.\n", fmt->mime_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dasfenc.c884 .mime_type = "video/x-ms-asf",
905 .mime_type = "video/x-ms-asf",
H A Dmatroskaenc.c1292 .mime_type = "video/x-matroska",
1319 .mime_type = "video/webm",
1335 .mime_type = "audio/x-matroska",
H A Dgif.c368 .mime_type = "image/gif",
H A Doggenc.c510 .mime_type = "application/ogg",
H A Dwav.c211 .mime_type = "audio/x-wav",
H A Dutils.c203 const char *mime_type)
223 if (fmt->mime_type && mime_type && !strcmp(fmt->mime_type, mime_type))
238 const char *filename, const char *mime_type, enum AVMediaType type){
202 av_guess_format(const char *short_name, const char *filename, const char *mime_type) argument
237 av_guess_codec(AVOutputFormat *fmt, const char *short_name, const char *filename, const char *mime_type, enum AVMediaType type) argument
H A Davienc.c645 .mime_type = "video/x-msvideo",
H A Dnutenc.c866 .mime_type = "video/x-nut",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmetadata_iterators.c285 FLAC_API FLAC__bool FLAC__metadata_get_picture(const char *filename, FLAC__StreamMetadata **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) argument
310 (mime_type == 0 || !strcmp(mime_type, obj->data.picture.mime_type)) &&
2431 if((status = read_metadata_block_data_picture_cstring_cb_(handle, read_cb, (FLAC__byte**)(&(block->mime_type)), &len, FLAC__STREAM_METADATA_PICTURE_MIME_TYPE_LENGTH_LEN)) != FLAC__METADATA_SIMPLE_ITERATOR_STATUS_OK)
2784 slen = strlen(block->mime_type);
2788 if(write_cb(block->mime_type, 1, slen, handle) != slen)
H A Dstream_decoder.c1569 if(0 != block.data.picture.mime_type)
1570 free(block.data.picture.mime_type);
1864 if(0 == (obj->mime_type = (char*)safe_malloc_add_2op_(x, /*+*/1))) {
1869 if(!FLAC__bitreader_read_byte_block_aligned_no_crc(decoder->private_->input, (FLAC__byte*)obj->mime_type, x))
1872 obj->mime_type[x] = '\0';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davserver.c1462 const char *mime_type; local
1817 mime_type = c->stream->fmt->mime_type;
1818 if (!mime_type)
1819 mime_type = "application/x-octet-stream";
1830 q += snprintf(q, q - (char *) c->buffer + c->buffer_size, "Content-Type: %s\r\n", mime_type);
3967 const char *mime_type)
3969 AVOutputFormat *fmt = av_guess_format(short_name, filename, mime_type);
3966 avserver_guess_format(const char *short_name, const char *filename, const char *mime_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Dmetadata_manip.c576 picture.data.picture.mime_type = strdup_or_die_("image/jpeg");
577 picture.length += strlen(picture.data.picture.mime_type);
613 free(picture.data.picture.mime_type);
751 if(!FLAC__metadata_get_picture(flacfilename(/*is_ogg=*/false), &picture, /*type=*/(FLAC__StreamMetadata_Picture_Type)(-1), /*mime_type=*/0, /*description=*/0, /*max_width=*/(unsigned)(-1), /*max_height=*/(unsigned)(-1), /*max_depth=*/(unsigned)(-1), /*max_colors=*/(unsigned)(-1)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Dmetadata_manip.cpp561 picture.data.picture.mime_type = strdup_or_die_("image/jpeg");
562 picture.length += strlen(picture.data.picture.mime_type);
603 free(picture.data.picture.mime_type);
766 if(!FLAC::Metadata::get_picture(flacfilename(/*is_ogg=*/false), picture, /*type=*/(::FLAC__StreamMetadata_Picture_Type)(-1), /*mime_type=*/0, /*description=*/0, /*max_width=*/(unsigned)(-1), /*max_height=*/(unsigned)(-1), /*max_depth=*/(unsigned)(-1), /*max_colors=*/(unsigned)(-1)))
783 if(!FLAC::Metadata::get_picture(flacfilename(/*is_ogg=*/false), picture, /*type=*/(::FLAC__StreamMetadata_Picture_Type)(-1), /*mime_type=*/0, /*description=*/0, /*max_width=*/(unsigned)(-1), /*max_height=*/(unsigned)(-1), /*max_depth=*/(unsigned)(-1), /*max_colors=*/(unsigned)(-1)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations.c664 PPR; printf(" MIME type: %s\n", block->data.picture.mime_type);

Completed in 227 milliseconds

12345