Searched refs:track (Results 176 - 200 of 447) sorted by relevance

1234567891011>>

/external/chromium_org/content/renderer/media/
H A Dmock_peer_connection_impl.h37 CreateDtmfSender(webrtc::AudioTrackInterface* track) OVERRIDE;
43 webrtc::MediaStreamTrackInterface* track) {
47 webrtc::MediaStreamTrackInterface* track,
42 GetStats(webrtc::StatsObserver* observer, webrtc::MediaStreamTrackInterface* track) argument
H A Dwebrtc_audio_capturer.h65 // Add a audio track to the sinks of the capturer.
70 void AddTrack(WebRtcLocalAudioTrack* track);
72 // Remove a audio track from the sinks of the capturer.
73 // If the track has been added to the capturer, it must call RemoveTrack()
76 void RemoveTrack(WebRtcLocalAudioTrack* track);
103 // Stops recording audio. This method will empty its track lists since
H A Dmedia_stream_video_track.h30 // |callback| is triggered if the track is added to the source
33 // If |enabled| is true, sinks added to the track will
34 // receive video frames when the source deliver frames to the track.
42 const blink::WebMediaStreamTrack& track);
95 // track.
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DMediaStreamTrack.cpp46 MediaStreamTrack* track = adoptRefCountedGarbageCollectedWillBeNoop(new MediaStreamTrack(context, component)); local
47 track->suspendIfNeeded();
48 return track;
H A DRTCDTMFSender.h54 MediaStreamTrack* track() const;
/external/libvpx/libvpx/test/
H A Dwebm_video_source.h116 << "failed to get track count";
120 ASSERT_GE(track_type, 0) << "failed to get track type";
139 unsigned int track; local
155 ASSERT_FALSE(nestegg_packet_track(pkt_, &track))
157 } while (track != video_track_);
/external/chromium_org/content/renderer/pepper/
H A Dresource_converter.cc154 // blink::WebMediaStreamTrack track = host->track();
155 // *dom_video_track = track.toV8Value();
168 const blink::WebMediaStreamTrack track = dom_media_stream_track.component(); local
169 const std::string id = track.source().id().utf8();
171 if (track.source().type() == blink::WebMediaStreamSource::TypeVideo) {
174 new PepperMediaStreamVideoTrackHost(host, instance, 0, track)));
181 } else if (track.source().type() == blink::WebMediaStreamSource::TypeAudio) {
184 new PepperMediaStreamAudioTrackHost(host, instance, 0, track)));
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebScrollbarThemeGeometryNative.cpp144 IntRect track(webTrack);
148 m_theme->splitTrack(&client, track, startTrack, thumb, endTrack);
H A DWebScrollbarThemeGeometryNative.h60 virtual void splitTrack(WebScrollbar*, const WebRect& track, WebRect& startTrack, WebRect& thumb, WebRect& endTrack) OVERRIDE;
/external/e2fsprogs/resize/
H A Dresize2fs.h86 * This structure is used for keeping track of how much resources have
171 extern void init_resource_track(struct resource_track *track, const char *desc,
174 struct resource_track *track,
/external/valgrind/main/memcheck/tests/
H A Dpartiallydefinedeq.stderr.exp18 Use --track-origins=yes to see where uninitialised values come from
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp962 Track* const track = track_entries_[i]; local
963 delete track;
969 bool Tracks::AddTrack(Track* track, int32 number) { argument
973 // This muxer only supports track numbers in the range [1, 126], in
975 // serialize the block header (of which the track number is a part)
984 // Check to make sure a track does not already have |track_num|.
1003 // Find the lowest availible track number > 0.
1007 // Check to make sure a track does not already have |track_num|.
1020 track->set_number(track_num);
1023 track_entries_[track_entries_size_] = track;
1049 const Track* const track = GetTrackByNumber(track_number); local
1058 const Track* const track = GetTrackByNumber(track_number); local
1070 const Track* const track = GetTrackByIndex(i); local
1086 const Track* const track = GetTrackByIndex(i); local
2198 Track* const track = new (std::nothrow) Track(&seed_); // NOLINT local
2214 VideoTrack* const track = new (std::nothrow) VideoTrack(&seed_); // NOLINT local
2229 AddCuePoint(uint64 timestamp, uint64 track) argument
2253 AudioTrack* const track = new (std::nothrow) AudioTrack(&seed_); // NOLINT local
2586 const Track* const track = GetTrackByNumber(track_number); local
2853 const Track* const track = tracks_.GetTrackByIndex(i); local
2865 const Track* const track = tracks_.GetTrackByIndex(0); local
[all...]
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp987 Track* const track = track_entries_[i]; local
988 delete track;
994 bool Tracks::AddTrack(Track* track, int32 number) { argument
998 // This muxer only supports track numbers in the range [1, 126], in
1000 // serialize the block header (of which the track number is a part)
1009 // Check to make sure a track does not already have |track_num|.
1028 // Find the lowest availible track number > 0.
1032 // Check to make sure a track does not already have |track_num|.
1045 track->set_number(track_num);
1048 track_entries_[track_entries_size_] = track;
1074 const Track* const track = GetTrackByNumber(track_number); local
1083 const Track* const track = GetTrackByNumber(track_number); local
1095 const Track* const track = GetTrackByIndex(i); local
1111 const Track* const track = GetTrackByIndex(i); local
2311 Track* const track = new (std::nothrow) Track(&seed_); // NOLINT local
2329 VideoTrack* const track = new (std::nothrow) VideoTrack(&seed_); // NOLINT local
2344 AddCuePoint(uint64 timestamp, uint64 track) argument
2370 AudioTrack* const track = new (std::nothrow) AudioTrack(&seed_); // NOLINT local
2743 const Track* const track = GetTrackByNumber(track_number); local
3014 const Track* const track = tracks_.GetTrackByIndex(i); local
3026 const Track* const track = tracks_.GetTrackByIndex(0); local
[all...]
/external/flac/libFLAC/
H A Dmetadata_object.c1470 FLAC__StreamMetadata_CueSheet_Track *track; local
1475 track = &object->data.cue_sheet.tracks[track_num];
1477 if(0 == track->indices) {
1478 FLAC__ASSERT(track->num_indices == 0);
1481 else if(0 == (track->indices = cuesheet_track_index_array_new_(new_num_indices)))
1485 const size_t old_size = track->num_indices * sizeof(FLAC__StreamMetadata_CueSheet_Index);
1492 FLAC__ASSERT(track->num_indices > 0);
1495 free(track->indices);
1496 track->indices = 0;
1498 else if(0 == (track
1514 FLAC__StreamMetadata_CueSheet_Track *track; local
1543 FLAC__StreamMetadata_CueSheet_Track *track; local
1608 FLAC__metadata_object_cuesheet_set_track(FLAC__StreamMetadata *object, unsigned track_num, FLAC__StreamMetadata_CueSheet_Track *track, FLAC__bool copy) argument
1616 FLAC__metadata_object_cuesheet_insert_track(FLAC__StreamMetadata *object, unsigned track_num, FLAC__StreamMetadata_CueSheet_Track *track, FLAC__bool copy) argument
1639 FLAC__StreamMetadata_CueSheet_Track track; local
1674 get_index_01_offset_(const FLAC__StreamMetadata_CueSheet *cs, unsigned track) argument
[all...]
/external/libmtp/src/
H A Dlibmtp.c152 LIBMTP_track_t *track);
2335 // This is some sort of unique ID so we can keep track of the track.
2467 // Add track to a list that will be returned afterwards.
3943 // This is some sort of unique ID so we can keep track of the track.
4026 // Add track to a list that will be returned afterwards.
4094 // This is some sort of unique ID so we can keep track of the file.
4147 * This creates a new track metadata structure and allocates memory
4154 * LIBMTP_track_t *track
4202 LIBMTP_destroy_track_t(LIBMTP_track_t *track) argument
4228 pick_property_to_track_metadata(LIBMTP_mtpdevice_t *device, MTPProperties *prop, LIBMTP_track_t *track) argument
4315 get_track_metadata(LIBMTP_mtpdevice_t *device, uint16_t objectformat, LIBMTP_track_t *track) argument
4474 LIBMTP_track_t *track; local
4578 LIBMTP_track_t *track; local
6389 LIBMTP_Set_Track_Name(LIBMTP_mtpdevice_t *device, LIBMTP_track_t *track, const char* newname) argument
[all...]
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalyze_selection.js71 selection.addObjectSnapshot(hit.track, objectSnapshot);
87 selection.addObjectInstance(hit.track, objectInstance);
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Ditunes_data_provider.h46 // Get the track named (filename basename) |track| in |album| by |artist|.
47 // If no such track exists, an empty FilePath is returned.
50 const TrackName& track) const;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DmediaControls.css272 /* The negative right margin causes the track to overflow its container. */
346 video::-webkit-media-text-track-container {
375 video::-webkit-media-text-track-region {
386 video::-webkit-media-text-track-region-container {
394 video::-webkit-media-text-track-region-container.scrolling {
399 video::-webkit-media-text-track-display {
411 video::-webkit-media-text-track-container b {
415 video::-webkit-media-text-track-container u {
419 video::-webkit-media-text-track-container i {
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTextTrack.cpp33 #include "core/html/track/TextTrack.h"
39 #include "core/html/track/TextTrackCueList.h"
40 #include "core/html/track/TextTrackList.h"
41 #include "core/html/track/vtt/VTTRegion.h"
42 #include "core/html/track/vtt/VTTRegionList.h"
171 // If mode changes to disabled, remove this track's cues from the client
188 // 4.8.10.12.5 If the text track mode ... is not the text track disabled mode,
214 // 4.8.10.12.5 If the text track mode ... is not the text track disable
[all...]
H A DTextTrackCue.h57 TextTrack* track() const;
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dwebmdec.cc87 const mkvparser::Track* const track = tracks->GetTrackByIndex(i); member in class:mkvparser
88 if (track->GetType() == mkvparser::Track::kVideo) {
89 video_track = static_cast<const mkvparser::VideoTrack*>(track);
90 webm_ctx->video_track_index = track->GetNumber();
/external/eigen/demos/opengl/
H A Dtrackball.cpp15 void Trackball::track(const Vector2i& point2D) function in class:Trackball
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_cdrom.h51 * The types of CD-ROM track possible
72 Uint8 type; /**< Data or audio track */
74 Uint32 length; /**< Length, in frames, of this track */
86 int cur_track; /**< Current track position */
87 int cur_frame; /**< Current frame offset within current track */
88 SDL_CDtrack track[SDL_MAX_TRACKS+1]; member in struct:SDL_CD
146 * get track information about the CD.
152 * // Play last track:
156 * // Play first and second track and 10 seconds of third track
[all...]
/external/sonivox/jet_tools/JetCreator/
H A DJetUtils.py419 def SetMuteFlag(track, muteFlag, mute):
422 SetMute(track, muteFlag)
424 ClearMute(track, muteFlag)
426 def SetMute(track, muteFlag):
429 muteFlag |= 1 << (track)
435 def ClearMute(track, muteFlag):
438 muteFlag &= ~(1 << (track))
444 def GetMute(track, muteFlag):
447 if (muteFlag & ( 1 << (track))) == 0:
618 for track i
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderGrid.cpp72 GridTrackForNormalization(const GridTrack& track, double flex) argument
73 : m_track(&track)
75 , m_normalizedFlexValue(track.m_usedBreadth / flex)
304 // FIXME: The following checks could be narrowed down if we kept track of which type of grid items we have:
423 // 1. Initialize per Grid track variables.
425 GridTrack& track = tracks[i]; local
430 track.m_usedBreadth = computeUsedBreadthOfMinLength(direction, minTrackBreadth);
431 track.m_maxBreadth = computeUsedBreadthOfMaxLength(direction, maxTrackBreadth, track.m_usedBreadth);
433 if (track
577 const GridTrackForNormalization& track = tracksForNormalization[i]; local
710 GridTrack& track = (direction == ForColumns) ? sizingData.columnTracks[trackIndex] : sizingData.rowTracks[trackIndex]; local
728 GridTrack& track = (direction == ForColumns) ? sizingData.columnTracks[trackPosition.toInt()] : sizingData.rowTracks[trackPosition.toInt()]; local
737 GridTrack& track = (direction == ForColumns) ? sizingData.columnTracks[trackIndexForSpace.toInt()] : sizingData.rowTracks[trackIndexForSpace.toInt()]; local
771 GridTrack& track = *tracks[i]; local
[all...]

Completed in 1157 milliseconds

1234567891011>>