HomeSort by relevance Sort by last modified time
    Searched refs:tracks (Results 51 - 73 of 73) sorted by null

1 23

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
fd.h 101 unsigned char tracks; member in struct:floppy_drive_params
  /external/sonivox/jet_tools/JetCreator/
midifile.py 968 modifying, and writing tracks in Standard MIDI Files (SMF).
    [all...]
  /external/flac/include/FLAC/
format.h 714 /**< The number of tracks. */
716 FLAC__StreamMetadata_CueSheet_Track *tracks; member in struct:__anon6448
717 /**< NULL if num_tracks == 0, else pointer to array of tracks. */
    [all...]
  /frameworks/av/services/audioflinger/
AudioMixer.h 217 track_t tracks[MAX_NUM_TRACKS]; __attribute__((aligned(32))); member in struct:android::AudioMixer::state_t
  /external/libmtp/src/
libmtp.c 164 uint32_t const * const tracks,
173 uint32_t const * const tracks,
    [all...]
libmtp.h 658 uint32_t *tracks; /**< The tracks in this playlist */ member in struct:LIBMTP_playlist_struct
659 uint32_t no_tracks; /**< The number of tracks in this playlist */
674 uint32_t *tracks; /**< The tracks in this album */ member in struct:LIBMTP_album_struct
675 uint32_t no_tracks; /**< The number of tracks in this album */
851 * @defgroup tracks The track management API.
    [all...]
libmtp.h.in 657 uint32_t *tracks; /**< The tracks in this playlist */
658 uint32_t no_tracks; /**< The number of tracks in this playlist */
673 uint32_t *tracks; /**< The tracks in this album */
674 uint32_t no_tracks; /**< The number of tracks in this album */
841 * @defgroup tracks The track management API.
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 695 // Also delay stopping the service if we're transitioning between tracks.
1321 int[] tracks = new int[numTracks]; local
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 45 /** An Array[size num rules] of Arrays that tracks
BaseRecognizer.as 279 * recognizer tracks its own number. So parser and lexer each have
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm     [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovie.cpp 635 // disable the tracks. They could be unsupported.
661 // has chapter tracks in it. If there aren't any references, then we
692 // other non-video tracks.
735 QTTrackArray tracks; local
739 tracks.append(QTTrack::create(theTrack));
741 return tracks;
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 376 mkvparser::Tracks const *pTracks = pSegment->GetTracks();
789 const mkvparser::Tracks *tracks = mSegment->GetTracks(); local
791 for (size_t index = 0; index < tracks->GetTracksCount(); ++index) {
792 const mkvparser::Track *track = tracks->GetTrackByIndex(index);
  /external/flac/libFLAC/
stream_encoder_framing.c 151 const FLAC__StreamMetadata_CueSheet_Track *track = metadata->data.cue_sheet.tracks + i;
stream_decoder.c     [all...]
metadata_iterators.c     [all...]
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 732 printf(" tracks = %u\n", midiStreamInformation.tracks);
    [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 3129 XAuint32 tracks; member in struct:XAMIDIStreamInformation_
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h 3129 XAuint32 tracks; member in struct:XAMIDIStreamInformation_
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h 3129 XAuint32 tracks; member in struct:XAMIDIStreamInformation_
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h 3129 XAuint32 tracks; member in struct:XAMIDIStreamInformation_
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 494 // Tree tracks parent and child index now > 3.0
    [all...]
Antlr.Runtime.pas 83 /// The Lexer tracks line/col info as well as input index so its markers are
215 /// The current line in the character stream (ANTLR tracks the
526 /// Tracks the set of token types that can follow any rule invocation.
569 /// An array[size num rules] of Map&lt;Integer,Integer&gt; that tracks
    [all...]

Completed in 2304 milliseconds

1 23