Home | History | Annotate | Download | only in graphics

Lines Matching refs:codecs

180 static MediaPlayerFactory* bestMediaEngineForTypeAndCodecs(const String& type, const String& codecs, MediaPlayerFactory* current = 0);
229 static const AtomicString& codecs()
231 DEFINE_STATIC_LOCAL(const AtomicString, codecs, ("codecs"));
232 return codecs;
235 static MediaPlayerFactory* bestMediaEngineForTypeAndCodecs(const String& type, const String& codecs, MediaPlayerFactory* current)
245 // when used with parameters, e.g. "application/octet-stream;codecs=theora", is a type that the user agent knows
248 if (!codecs.isEmpty())
261 MediaPlayer::SupportsType engineSupport = engines[ndx]->supportsTypeAndCodecs(type, codecs);
330 String typeCodecs = contentType.parameter(codecs());
634 String typeCodecs = contentType.parameter(codecs());