HomeSort by relevance Sort by last modified time
    Searched refs:codecs (Results 26 - 50 of 85) sorted by null

12 3 4

  /frameworks/av/media/libstagefright/codecs/amrwbenc/
Android.mk 3 include frameworks/av/media/libstagefright/codecs/common/Config.mk
100 frameworks/av/media/libstagefright/codecs/common/include \
126 frameworks/av/media/libstagefright/codecs/common/include \
  /external/webkit/Tools/Scripts/
print-vse-failure-logs 35 import codecs namespace
108 with codecs.open(build_log_path, "r", "utf-16") as build_log:
check-inspector-strings 31 import codecs namespace
79 localized_strings_file = codecs.open(file_path, encoding="utf-16", mode="r")
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_results_uploader.py 32 import codecs namespace
98 with codecs.open(path, "rb") as file:
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Android.mk 47 hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Android.mk 43 hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Android.mk 43 hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundationObjC.h 69 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
  /external/webkit/Source/WebCore/platform/graphics/wince/
MediaPlayerPrivateWinCE.h 102 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
changelog_unittest.py 31 import codecs namespace
121 with codecs.open(file_path, "r", encoding) as file:
changelog.py 31 import codecs namespace
104 unicode strings. Use codecs.open or StringIO(unicode())
126 changelog_file = codecs.open(self.path, "r", "utf-8")
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.cpp 180 static MediaPlayerFactory* bestMediaEngineForTypeAndCodecs(const String& type, const String& codecs, MediaPlayerFactory* current = 0);
229 static const AtomicString& codecs() function in namespace:WebCore
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());
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 172 // add video codecs, if this is a video call
255 // The answer contains the intersection of the codecs in the offer with the
256 // codecs we support, ordered by our local preference. As indicated by
269 for (AudioCodecs::const_iterator theirs = audio_offer->codecs().begin();
270 theirs != audio_offer->codecs().end(); ++theirs) {
305 for (VideoCodecs::const_iterator theirs = video_offer->codecs().begin();
306 theirs != video_offer->codecs().end(); ++theirs) {
362 // If our accept would have no codecs, then we must reject this call.
375 if (!audio_accept || audio_accept->codecs().size() == 0) {
849 for (AudioCodecs::const_iterator codec = audio->codecs().begin()
    [all...]
channelmanager.h 79 void GetSupportedAudioCodecs(std::vector<AudioCodec>* codecs) const;
80 void GetSupportedVideoCodecs(std::vector<VideoCodec>* codecs) const;
filemediaengine.cc 216 bool FileVoiceChannel::SetSendCodecs(const std::vector<AudioCodec>& codecs) {
239 bool FileVideoChannel::SetSendCodecs(const std::vector<VideoCodec>& codecs) {
mediachannel.h 210 // Sets the codecs/payload types to be used for incoming media.
211 virtual bool SetRecvCodecs(const std::vector<AudioCodec>& codecs) = 0;
212 // Sets the codecs/payload types to be used for outgoing media.
213 virtual bool SetSendCodecs(const std::vector<AudioCodec>& codecs) = 0;
435 // Sets the codecs/payload types to be used for incoming media.
436 virtual bool SetRecvCodecs(const std::vector<VideoCodec> &codecs) = 0;
437 // Sets the codecs/payload types to be used for outgoing media.
438 virtual bool SetSendCodecs(const std::vector<VideoCodec> &codecs) = 0;
  /external/webkit/Tools/Scripts/webkitpy/style/
filereader_unittest.py 27 import codecs namespace
77 with codecs.open(file_path, "w", encoding) as file:
  /external/markdown/
test-markdown.py 3 import os, difflib, time, gc, codecs, platform, sys namespace
198 self.html_diff_file = codecs.open(html_diff_file_path, "w", encoding=encoding)
238 expected_output = codecs.open(output_file, encoding=self.encoding).read()
239 input = codecs.open(input_file, encoding=self.encoding).read()
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaPlayerPrivateAndroid.h 113 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.h 134 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
preparechangelogforrevert_unittest.py 31 import codecs namespace
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
apache_http_server.py 35 import codecs namespace
161 with codecs.open(httpd_config, "r", "utf-8") as httpd_config_file:
175 with codecs.open(httpd_config_copy, "w", "utf-8") as file:
http_server.py 34 import codecs namespace
127 with codecs.open(base_conf_file, "r", "utf-8") as file:
134 f = codecs.open(out_conf_file, "w", "utf-8")
  /external/markdown/markdown/
__init__.py 46 import codecs namespace
400 output, length = codecs.utf_8_decode(self.serializer(root, encoding="utf-8"))
443 input_file = codecs.open(input, mode="r", encoding=encoding)
453 output_file = codecs.open(output, "w", encoding=encoding)
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.h 132 static MediaPlayer::SupportsType supportsType(const String& type, const String& codecs);

Completed in 2021 milliseconds

12 3 4