HomeSort by relevance Sort by last modified time
    Searched full:cues (Results 1 - 24 of 24) sorted by null

  /external/libvpx/libvpx/nestegg/
TODO 11 - Avoid reparsing Cues and ignore any SeekHead at end of file.
13 - Support seeking without Cues.
  /frameworks/base/docs/html/training/accessibility/
index.jd 26 pay attention to accessibility in your Android application. Cues in your user
accessible-app.jd 49 cues are needed.</p>
92 application and listen for the audible cues provided by TalkBack.</p>
197 navigate without any visual cues. Fix problem areas as they appear, and you'll
  /external/libvpx/libwebm/
mkvparser.hpp 588 class Cues;
591 friend class Cues;
631 class Cues
635 Cues(
641 ~Cues();
643 Cues(const Cues&);
644 Cues& operator=(const Cues&);
783 friend class Cues;
    [all...]
mkvparser.cpp 991 else if (id == 0x0C53BB6B) //Cues ID
995 m_pCues = new (std::nothrow) Cues(
1175 if (id == 0x0C53BB6B) //Cues ID
1184 m_pCues = new Cues(this,
1239 //for the cluster (or cues) ID to terminate the parse.
    [all...]
  /frameworks/base/docs/html/training/animation/
index.jd 40 Animations can add subtle visual cues that notify users about what's going on in your app and
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 320 // Special case the 0 seek to avoid loading Cues when the application
334 // If the Cues have not been located then find them.
335 const mkvparser::Cues* pCues = pSegment->GetCues();
340 ALOGV("No Cues yet");
345 if (pEntry->id == 0x0C53BB6B) { // Cues ID
349 ALOGV("Cues found");
355 ALOGE("No Cues in file");
502 // The audio we want is located by using the Cues to seek the video
  /external/libvpx/libvpx/nestegg/src/
nestegg.c 84 /* Cues Elements */
248 struct cues { struct
257 struct cues cues; member in struct:segment
429 E_MASTER(ID_CUE_POINT, TYPE_MASTER, struct cues, cue_point),
438 E_SINGLE_MASTER(ID_CUES, TYPE_MASTER, struct segment, cues),
    [all...]
  /external/libvpx/libvpx/libmkv/
EbmlIDs.h 164 Cues = 0x1C53BB6B,
  /external/sonivox/arm-wt-22k/lib_src/
dls.h 234 ULONG cCues; /* count of cues in the list */
  /frameworks/base/docs/html/training/keyboard-input/
navigation.jd 40 to users who do not navigate using visual cues. Fully supporting directional navigation in your
  /external/libvpx/libvpx/
vpxenc.c 549 unsigned int cues; member in struct:EbmlGlobal
674 write_webm_seek_element(ebml, Cues, ebml->cue_pos);
815 (glob->cues+1) * sizeof(struct cue_entry));
821 cue = &glob->cue_list[glob->cues];
824 glob->cues++;
864 Ebml_StartSubElement(glob, &start, Cues);
865 for(i=0; i<glob->cues; i++)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekAdapter.java 386 // Clear the visual cues of the click animation and related running code.
  /frameworks/base/docs/html/guide/topics/ui/accessibility/
apps.jd 97 <p>Many user interface controls depend on visual cues to indicate their meaning and usage. For
101 with impaired vision can't see these cues well enough to follow them, which makes them useless.</p>
    [all...]
  /external/chromium/chrome/browser/net/
url_fixer_upper.cc 517 // fixup will look for cues that it is actually a file path before trying to
  /external/libvorbis/doc/
programming.html 437 pending pages. Beginning and end of stream cues are read from the
  /frameworks/base/docs/html/about/versions/
android-3.0-highlights.jd 85 <p>Five customizable Home screens give users instant access to all parts of the system from any context. Each screen offers a large grid that maintains spatial arrangement in all orientations. Users can select and manipulate Home screen widgets, app shortcuts, and wallpapers using a dedicated visual layout mode. Visual cues and drop shadows improve visibility when adjusting the layout of shortcuts and widgets. Each Home screen also offers a familiar launcher for access to all installed applications, as well as a Search box for universal search of apps, contacts, media files, web content, and more.</p>
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
widget_design.jd 103 <p>Widgets designed to fit visually with other widgets on the Home screen take cues from the other
  /frameworks/base/services/common_time/
common_time_server.cpp     [all...]
  /external/aac/libSBRdec/src/
psdec.cpp     [all...]
  /external/webkit/PerformanceTests/Parser/resources/
html5.html     [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
en-GB_lexpos.utf     [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
en-US_lexpos.utf     [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2003-10-25     [all...]

Completed in 2000 milliseconds