HomeSort by relevance Sort by last modified time
    Searched full:track (Results 926 - 950 of 3692) sorted by null

<<31323334353637383940>>

  /external/flac/include/FLAC/
format.h 640 /** FLAC CUESHEET track index structure. (See the
646 /**< Offset in samples, relative to the track offset, of the index
659 /** FLAC CUESHEET track structure. (See the
665 /**< Track offset in samples, relative to the beginning of the FLAC audio stream. */
668 /**< The track number. */
671 /**< Track ISRC. This is a 12-digit alphanumeric code plus a trailing \c NUL byte */
674 /**< The track type: 0 for audio, 1 for non-audio. */
680 /**< The number of track index points. */
    [all...]
  /external/grub/stage2/
disk_io.c 82 on floppies from track 1 to 2, while others only use 1. */
150 int soff, num_sect, track, size = byte_len; local
154 * Check track buffer. If it isn't valid or it is from the
185 /* Get the first sector of track. */
187 track = sector - soff;
192 if (track != buf_track)
194 int bios_err, read_start = track, read_len = sectors_per_vtrack;
231 buf_track = track;
    [all...]
  /external/kernel-headers/original/linux/
cdrom.h 55 #define CDROMPLAYTRKIND 0x5304 /* Play Audio Track/index
181 __u8 cdti_trk0; /* start track */
183 __u8 cdti_trk1; /* end track */
190 __u8 cdth_trk0; /* start track */
191 __u8 cdth_trk1; /* end track */
356 /* bit to tell whether track is data or audio (cdrom_tocentry.cdte_ctrl) */
359 /* The leadout track is always 0xAA, regardless of # of tracks on disc */
490 * to play data at track/index */
    [all...]
  /external/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 128 /// \brief Track the last function we run over for printing.
131 /// \brief Track the set of blocks directly succeeded by a returning block.
  /external/llvm/include/llvm/CodeGen/
LiveRegMatrix.h 1 //===-- LiveRegMatrix.h - Track register interference ---------*- C++ -*---===//
10 // The LiveRegMatrix analysis pass keeps track of virtual register interference
  /external/llvm/include/llvm/Support/
Timer.h 72 /// Timer - This class is used to track the amount of time spent between
74 /// support it can also keep track of the RSS of the program at various points.
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 39 /// AvailableVals - This keeps track of which value to use on a per-block
40 /// basis. When we insert PHI nodes, we keep track of them here.
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 35 // AllocaHolder - Object to track all of the blocks of memory allocated by
78 AllocaHolderHandle Allocas; // Track memory allocated by alloca
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCCodeEmitter.cpp 183 // Keep track of the current byte being emitted.
210 ++MCNumEmitted; // Keep track of the # of mi's emitted
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
SampleList.java 13 * Creates a list of <code>ByteBuffer</code>s that represent the samples of a given track.
213 throw new RuntimeException("File doesn't contain trex box but track fragments aren't fully self contained. Cannot determine sample size.");
  /external/smack/src/org/jivesoftware/smack/
ChatManager.java 43 * The chat manager keeps track of references to all current chats. It will not hold any references
67 * Keeps track of the current increment, which is appended to the prefix to
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 24 --track-fds=no|yes track open file descriptors? [no]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGGenerationInfo.h 54 // This class is used to track the current status of a live values during code generation.
58 // able to track the type of box), and tracks how many outstanding uses of a value remain,
  /external/webkit/Source/WebCore/platform/chromium/
PlatformThemeChromiumGtk.cpp 77 // This works fine for the track color and the overall thumb
85 // known color of the track and the thumb piece. This is difficult
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp 635 // element, eg. QuickTime VR, a movie with a sprite track, etc. Tell the
    [all...]
  /external/webkit/Source/WebCore/platform/gtk/
ScrollbarThemeGtk2.cpp 75 // Paint the track background. If the trough-under-steppers property is true, this
77 // track rect.
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
worker_mixin.py 62 # FIXME: it's goofy that we have to track this at all, but it's due to
64 # file, we should rewrite this code so that caller keeps track of whether
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
flakytestreporter_unittest.py 86 If you would like to track this test fix with another bug, please close this bug as a duplicate. The bots will follow the duplicate chain when making future comments.
122 If you would like to track this test fix with another bug, please close this bug as a duplicate. The bots will follow the duplicate chain when making future comments.
  /frameworks/av/include/media/
IAudioFlinger.h 55 /* create an audio track and registers it with AudioFlinger.
56 * return null if the track cannot be created.
mediaplayer.h 152 // audio track, or zero for error (e.g. no audio track) or unknown.
  /frameworks/av/include/media/stagefright/
MetaData.h 111 // Track authoring progress status
112 // kKeyTrackTimeStatus is used to track progress in elapsed time
  /frameworks/av/libvideoeditor/vss/common/inc/
M4_VideoEditingCommon.h 276 M4OSA_UInt32 uiClipVideoDuration; /**< Video track duration (in ms) */
296 M4OSA_UInt32 uiClipAudioDuration; /**< Audio track duration (in ms) */
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
set_sign.cpp 130 dn2 = buffer containing the maximum of correlation in each track.(Word16)
141 correlation for each track.
154 the position of maximum of correlation in each track and the starting
172 Word16 dn2[], o : maximum of correlation in each track.
195 // keep 8-n maximum positions/8 of each track and store it in dn2[]
247 Word16 dn2[], /* o : maximum of correlation in each track. */
274 /* keep 8-n maximum positions/8 of each track and store it in dn2[] */
341 the position of maximum of correlation in each track and the starting
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 172 // Track whether startCameraOps was called successfully, to avoid
299 // When connection is successful, initialize client and track its death
  /frameworks/av/services/camera/libcameraservice/camera3/
Camera3Stream.h 39 * The stream has an internal state machine to track whether it's
56 * configured before. Need to track separately from IN_CONFIG to avoid

Completed in 504 milliseconds

<<31323334353637383940>>