/third_party/ffmpeg/libavformat/ |
H A D | pcmdec.c | 47 uint8_t *mime_type = NULL; in pcm_read_header() local 69 av_opt_get(s->pb, "mime_type", AV_OPT_SEARCH_CHILDREN, &mime_type); in pcm_read_header() 70 if (mime_type && s->iformat->mime_type) { in pcm_read_header() 73 if (av_stristart(mime_type, s->iformat->mime_type, &options)) { /* audio/L16 */ in pcm_read_header() 89 "Invalid sample_rate found in mime_type \"%s\"\n", in pcm_read_header() 90 mime_type); in pcm_read_header() 91 av_freep(&mime_type); in pcm_read_header() [all...] |
H A D | format.c | 54 const char *mime_type) in av_guess_format() 75 if (fmt->mime_type && mime_type && !strcmp(fmt->mime_type, mime_type)) in av_guess_format() 90 const char *filename, const char *mime_type, in av_guess_codec() 190 if (av_match_name(lpd.mime_type, fmt1->mime_type)) { in av_probe_input_format3() 252 av_opt_get(pb, "mime_type", AV_OPT_SEARCH_CHILDREN, &mime_type_opt); in av_probe_input_buffer2() 253 pd.mime_type in av_probe_input_buffer2() 53 av_guess_format(const char *short_name, const char *filename, const char *mime_type) av_guess_format() argument 89 av_guess_codec(const AVOutputFormat *fmt, const char *short_name, const char *filename, const char *mime_type, enum AVMediaType type) av_guess_codec() argument [all...] |
H A D | rawenc.c | 65 .mime_type = "audio/x-ac3", 240 .mime_type = "audio/x-dca", 254 .mime_type = "audio/x-eac3", 268 .mime_type = "audio/G722", 282 .mime_type = "audio/g723", 320 .mime_type = "audio/x-gsm", 334 .mime_type = "video/x-h261", 348 .mime_type = "video/x-h263", 421 .mime_type = "video/x-mjpeg", 448 .mime_type [all...] |
H A D | mpjpegdec.c | 251 uint8_t *mime_type = NULL; in mpjpeg_get_boundary() local 258 av_opt_get(pb, "mime_type", AV_OPT_SEARCH_CHILDREN, &mime_type); in mpjpeg_get_boundary() 259 start = mime_type; in mpjpeg_get_boundary() 288 av_freep(&mime_type); in mpjpeg_get_boundary() 386 .mime_type = "multipart/x-mixed-replace",
|
H A D | avformat.h | 457 const char *mime_type; /**< mime_type, when known. */ member 517 const char *mime_type; member 693 const char *mime_type; member 2510 * @param mime_type if non-NULL checks if mime_type matches with the 2515 const char *mime_type); 2521 const char *filename, const char *mime_type,
|
H A D | jacosubenc.c | 35 .mime_type = "text/x-jacosub",
|
H A D | oggenc.c | 752 .mime_type = "application/ogg", 782 .mime_type = "audio/ogg", 800 .mime_type = "video/ogg", 821 .mime_type = "audio/ogg", 839 .mime_type = "audio/ogg",
|
H A D | mpjpeg.c | 67 .mime_type = "multipart/x-mixed-replace;boundary=" BOUNDARY_TAG,
|
H A D | microdvdenc.c | 61 .mime_type = "text/x-microdvd",
|
H A D | supenc.c | 91 .mime_type = "application/x-pgs",
|
H A D | id3v2.h | 59 uint8_t *mime_type; member
|
H A D | omaenc.c | 97 .mime_type = "audio/x-oma",
|
H A D | srtenc.c | 102 .mime_type = "application/x-subrip",
|
H A D | wvenc.c | 82 .mime_type = "audio/x-wavpack",
|
H A D | webvttenc.c | 109 .mime_type = "text/vtt",
|
H A D | supdec.c | 104 .mime_type = "application/x-pgs",
|
H A D | bit.c | 164 .mime_type = "audio/bit",
|
H A D | ilbc.c | 126 .mime_type = "audio/iLBC",
|
H A D | vocenc.c | 102 .mime_type = "audio/x-voc",
|
H A D | mpegenc.c | 1299 .mime_type = "video/mpeg", 1316 .mime_type = "video/mpeg", 1332 .mime_type = "video/mpeg", 1350 .mime_type = "video/mpeg", 1368 .mime_type = "video/mpeg",
|
H A D | ttmlenc.c | 222 .mime_type = "text/ttml",
|
H A D | ttaenc.c | 171 .mime_type = "audio/x-tta",
|
/third_party/ffmpeg/libavcodec/ |
H A D | mediacodec_wrapper.h | 96 FFAMediaCodec* ff_AMediaCodec_createDecoderByType(const char *mime_type); 97 FFAMediaCodec* ff_AMediaCodec_createEncoderByType(const char *mime_type);
|
/third_party/pulseaudio/src/modules/ |
H A D | module-rygel-media-server.c | 357 char *mime_type; in append_variant_mime_type() local 362 mime_type = pa_sample_spec_to_mime_type_mimefy(&sink->sample_spec, &sink->channel_map); in append_variant_mime_type() 364 mime_type = pa_sample_spec_to_mime_type_mimefy(&source->sample_spec, &source->channel_map); in append_variant_mime_type() 366 append_variant_string(m, iter, mime_type); in append_variant_mime_type() 368 pa_xfree(mime_type); in append_variant_mime_type()
|
/third_party/backends/backend/ |
H A D | gphoto2.c | 1381 SANE_String_Const filename, mime_type; in sane_start() local 1443 CHECK_RET (gp_file_get_mime_type (data_file, &mime_type)); in sane_start() 1444 if (strcmp (GP_MIME_JPEG, mime_type) != 0) in sane_start() 1448 mime_type, cmdbuf, filename); in sane_start()
|