HomeSort by relevance Sort by last modified time
    Searched full:subtitles (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/media/webm/
webm_constants.cc 9 const char kWebMCodecSubtitles[] = "D_WEBVTT/SUBTITLES";
webm_tracks_parser_unittest.cc 95 kWebMCodecSubtitles, "Subtitles", "fre");
  /frameworks/support/v7/appcompat/res/values-land/
dimens.xml 24 <!-- Text size for action bar subtitles -->
26 <!-- Top margin for action bar subtitles -->
28 <!-- Bottom margin for action bar subtitles -->
  /frameworks/support/v7/appcompat/res/values-sw600dp/
dimens.xml 28 <!-- Text size for action bar subtitles -->
30 <!-- Top margin for action bar subtitles -->
32 <!-- Bottom margin for action bar subtitles -->
  /frameworks/support/v7/appcompat/res/values-w600dp/
dimens.xml 29 <!-- Text size for action bar subtitles -->
31 <!-- Top margin for action bar subtitles -->
33 <!-- Bottom margin for action bar subtitles -->
  /frameworks/support/v7/appcompat/res/values-xlarge/
dimens.xml 30 <!-- Text size for action bar subtitles -->
32 <!-- Top margin for action bar subtitles -->
34 <!-- Bottom margin for action bar subtitles -->
  /frameworks/base/core/res/res/values-land/
dimens.xml 36 <!-- Text size for action bar subtitles -->
38 <!-- Top margin for action bar subtitles -->
40 <!-- Bottom margin for action bar subtitles -->
  /frameworks/support/v7/appcompat/res/values/
dimens.xml 35 <!-- Text size for action bar subtitles -->
37 <!-- Top margin for action bar subtitles -->
39 <!-- Bottom margin for action bar subtitles -->
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrack.idl 27 enum TextTrackKind { "subtitles", "captions", "descriptions", "chapters", "metadata" };
TextTrack.cpp 52 DEFINE_STATIC_LOCAL(const AtomicString, subtitles, ("subtitles", AtomicString::ConstructFromLiteral));
53 return subtitles;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
user.py 77 def prompt_with_multiple_lists(cls, list_title, subtitles, lists, can_choose_multiple=False, raw_input=raw_input):
81 for i in range(len(subtitles)):
82 print "\n" + subtitles[i]
  /frameworks/base/core/res/res/values-sw600dp/
dimens.xml 35 <!-- Text size for action bar subtitles -->
37 <!-- Top margin for action bar subtitles -->
39 <!-- Bottom margin for action bar subtitles -->
  /frameworks/av/media/libstagefright/timedtext/
TimedTextSRTSource.h 82 // For instance, assuming there are 3 subtitles in mTextVector,
TimedTextSRTSource.cpp 169 // it's an empty line used to separate two subtitles
  /frameworks/base/media/java/android/media/
SubtitleTrack.java 650 * Interface for rendering subtitles onto a Canvas.
670 * Sets whether the widget should draw subtitles.
672 * @param visible true if subtitles should be drawn, false otherwise
677 * Renders subtitles onto a {@link Canvas}.
679 * @param c canvas on which to render subtitles
SubtitleController.java 30 * The subtitle controller provides the architecture to display subtitles for a
288 // Show this track unless subtitles were explicitly hidden.
  /frameworks/base/core/res/res/values/
dimens.xml 175 <!-- Text size for action bar subtitles -->
177 <!-- Top margin for action bar subtitles -->
179 <!-- Bottom margin for action bar subtitles -->
347 <!-- Rounded corner radius for video subtitles. -->
350 <!-- Shadow radius for video subtitles. -->
353 <!-- Shadow offset for video subtitles. -->
356 <!-- Outline width for video subtitles. -->
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 344 // audio and video, but no subtitles.
359 // audio and video, but no subtitles.
719 || !strcasecmp("subtitles", key.c_str())) {
919 if (!strcasecmp("subtitles", val.c_str())) {
    [all...]
PlaylistFetcher.cpp     [all...]
  /frameworks/base/docs/html/guide/topics/ui/accessibility/
checklist.jd 145 playback, it must support captioning and subtitles to assist users who are deaf or hard of
  /frameworks/base/docs/html/tools/testing/
testing_accessibility.jd 135 playback, verify that it supports captioning and subtitles to assist users who are deaf or hard
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTest.java     [all...]
  /external/chromium_org/media/filters/
ffmpeg_demuxer_unittest.cc 282 // Stream #2: Subtitles (SRT)
  /external/valgrind/main/docs/lib/
vg-fo.xsl 219 <!-- center subtitles -->
  /frameworks/base/docs/html/about/versions/
android-4.4.jd 338 <p>You can also provide {@link android.widget.VideoView} with your WebVTT subtitle tracks using the {@link android.widget.VideoView#addSubtitleSource addSubtitleSource()} method. This method accepts an {@link java.io.InputStream} that carries the subtitle data and a {@link android.media.MediaFormat} object that specifies the format for the subtitle data, which you can specify using {@link android.media.MediaFormat#createSubtitleFormat createSubtitleFormat()}. These subtitles also appear over the video according to the user's preferences. </p>
340 <p>If you do not use {@link android.widget.VideoView} to display your video content, you should make your subtitle overlay match the user's closed captioning preference as closely as possible. A new {@link android.view.accessibility.CaptioningManager} API allows you to query the user?s closed captioning preferences, including styles defined by {@link android.view.accessibility.CaptioningManager.CaptionStyle}, such as typeface and color. In case the user adjusts some preferences once your video has already started, you should listen for changes to the preferences by registering an instance of {@link android.view.accessibility.CaptioningManager.CaptioningChangeListener} to receive a callback when any of the preferences change, then update your subtitles as necessary.</p>
    [all...]

Completed in 4483 milliseconds

1 2