Searched refs:track (Results 251 - 275 of 447) sorted by relevance

<<1112131415161718

/external/e2fsprogs/e2fsck/
H A De2fsck.h140 * This structure is used for keeping track of how much resources have
528 struct resource_track *track,
530 extern void init_resource_track(struct resource_track *track,
533 #define print_resource_track(ctx, desc, track, channel) do { } while (0)
534 #define init_resource_track(track, channel) do { } while (0)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.util_3.2.100.v20100503.jar ... final org.osgi.util.measurement.Measurement track private static final double LON_RANGE private static final double LAT_RANGE ...
/external/skia/src/animator/
H A DSkAnimatorScript.h30 void track(SkDisplayable* displayable) { function in class:SkAnimatorScript
H A DSkScript.h88 void track(SkTypedArray* array);
89 void track(SkString* string);
H A DSkScript2.h46 void track(SkOpArray* array) { function in class:SkScriptEngine2
49 void track(SkString* string) { function in class:SkScriptEngine2
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc223 // Create random string (which will be used as track label later)?
597 // In that case, we use the mslabel and label to construct the track.
611 StreamParamsVec::iterator track = tracks->begin(); local
612 for (; track != tracks->end(); ++track) {
613 if (track->id == track_id) {
617 if (track == tracks->end()) {
618 // If we don't find an existing track, create a new one.
620 track = tracks->end() - 1;
622 track
[all...]
H A Dpeerconnection.h73 AudioTrackInterface* track);
79 webrtc::MediaStreamTrackInterface* track,
/external/chromium_org/chrome/utility/media_galleries/
H A Dmedia_metadata_parser.cc82 SetIntScopedPtr(extractor.track(), &metadata->track);
/external/chromium_org/content/renderer/media/
H A Drtc_peer_connection_handler.h158 const blink::WebMediaStreamTrack& track) OVERRIDE;
185 webrtc::MediaStreamTrackInterface* track,
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_webrtc_peer_connection_handler.cc311 const WebMediaStreamTrack& track) {
312 return new MockWebRTCDTMFSenderHandler(track, interfaces_->GetDelegate());
310 createDTMFSender( const WebMediaStreamTrack& track) argument
/external/chromium_org/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/
H A Dnacl.scons32 # Scons does not track the dependency of nmf_list_js on exe_list, so
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTCue.cpp31 #include "core/html/track/vtt/VTTCue.h"
42 #include "core/html/track/TextTrack.h"
43 #include "core/html/track/TextTrackCueList.h"
44 #include "core/html/track/vtt/VTTElement.h"
45 #include "core/html/track/vtt/VTTParser.h"
46 #include "core/html/track/vtt/VTTRegionList.h"
47 #include "core/html/track/vtt/VTTScanner.h"
132 setShadowPseudoId(AtomicString("-webkit-media-text-track-display", AtomicString::ConstructFromLiteral));
176 // whose first cell is the value of the corresponding cue's text track cue
310 // On setting, if the text track cu
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCPeerConnection.idl72 [RaisesException] RTCDTMFSender createDTMFSender(MediaStreamTrack track);
/external/chromium_org/third_party/skia/src/animator/
H A DSkScript.h88 void track(SkTypedArray* array);
89 void track(SkString* string);
H A DSkScript2.h46 void track(SkOpArray* array) { function in class:SkScriptEngine2
49 void track(SkString* string) { function in class:SkScriptEngine2
/external/qemu-pc-bios/bochs/bios/
H A Dnotes31 > drive executes an implied seek to desired track and
/external/valgrind/main/gdbserver_tests/
H A Dmssnapshot.stderrB.exp10 v.info open_fds : show open file descriptors (only if --track-fds=yes)
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp119 // Mkv track number the data is associated with.
144 void set_track(uint64 track) { track_ = track; } argument
145 uint64 track() const { return track_; } function in class:mkvmuxer::CuePoint
252 // Elements used to describe if the track data has been encrypted or
306 // The |seed| parameter is used to synthesize a UID for the track.
404 // The |seed| parameter is used to synthesize a UID for the track.
438 // Video track element names.
454 // The |seed| parameter is used to synthesize a UID for the track.
473 // Audio track elemen
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.c219 FILE *track; local
264 track = fopen("/tmp/tracklog", "w");
265 if (track) {
266 radeon_tracker_print(&radeon->radeonScreen->bom->tracker, track);
267 fclose(track);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.c219 FILE *track; local
264 track = fopen("/tmp/tracklog", "w");
265 if (track) {
266 radeon_tracker_print(&radeon->radeonScreen->bom->tracker, track);
267 fclose(track);
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp120 // Mkv track number the data is associated with.
145 void set_track(uint64 track) { track_ = track; } argument
146 uint64 track() const { return track_; } function in class:mkvmuxer::CuePoint
255 // Elements used to describe if the track data has been encrypted or
309 // The |seed| parameter is used to synthesize a UID for the track.
405 // The |seed| parameter is used to synthesize a UID for the track.
439 // Video track element names.
455 // The |seed| parameter is used to synthesize a UID for the track.
474 // Audio track elemen
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.c219 FILE *track; local
264 track = fopen("/tmp/tracklog", "w");
265 if (track) {
266 radeon_tracker_print(&radeon->radeonScreen->bom->tracker, track);
267 fclose(track);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.c219 FILE *track; local
264 track = fopen("/tmp/tracklog", "w");
265 if (track) {
266 radeon_tracker_print(&radeon->radeonScreen->bom->tracker, track);
267 fclose(track);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dconstants.rb40 A simple module to keep track of the various built-in token types, channels, and
/external/chromium_org/content/renderer/media/webrtc/
H A Dpeer_connection_dependency_factory.h87 // in the extraData field of |track|.
88 void CreateLocalAudioTrack(const blink::WebMediaStreamTrack& track);
134 // TODO(xians): Remove when option to disable audio track processing is
172 // Adds the audio device as a sink to the audio track and starts the local
173 // audio track. This is virtual for test purposes since no real audio device
202 // This is only used if audio track processing is disabled.
203 // TODO(xians): Remove when option to disable audio track processing is

Completed in 3021 milliseconds

<<1112131415161718