Home
last modified time | relevance | path

Searched refs:tracks_to_notify_format (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/renderer/media/
Dwebrtc_audio_capturer.cc432 TrackList::ItemList tracks_to_notify_format; in Capture() local
448 tracks_.RetrieveAndClearTags(&tracks_to_notify_format); in Capture()
458 for (TrackList::ItemList::const_iterator it = tracks_to_notify_format.begin(); in Capture()
459 it != tracks_to_notify_format.end(); ++it) { in Capture()