Home
last modified time | relevance | path

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

/external/chromium_org/media/formats/mp4/
Dmp4_stream_parser.cc35 has_video_(false), in MP4StreamParser()
180 has_video_ = false; in ParseMoov()
300 has_video_ = true; in ParseMoov()
444 bool video = has_video_ && video_track_id_ == runs_->track_id(); in EnqueueSample()
606 return !(has_audio_ && has_video_ && in HaveEnoughDataToEnqueueSamples()
Dmp4_stream_parser.h123 bool has_video_; variable
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dcall.h123 bool has_video() const { return has_video_; } in has_video()
126 bool video() const { return has_video_; } in video()
286 bool has_video_; variable
Dcall.cc97 has_video_(false), in Call()
264 has_video_ = (video_offer != NULL); in AddSession()
271 session, audio_offer->name, has_video_); in AddSession()
282 if (has_video_ && succeeded) { in AddSession()
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
Dmkvmuxer.cpp1958 has_video_(false), in Segment()
2224 has_video_ = true; in AddVideoTrack()
2282 if (has_video_ && tracks_.TrackIsAudio(track_number) && !force_new_cluster_) { in AddFrame()
2341 if (has_video_ && tracks_.TrackIsAudio(track_number) && !force_new_cluster_) { in AddFrameWithAdditional()
2401 if (has_video_ && tracks_.TrackIsAudio(track_number) && !force_new_cluster_) { in AddFrameWithDiscardPadding()
Dmkvmuxer.hpp1308 bool has_video_; member in mkvmuxer::Segment
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxer.cpp2069 has_video_(false), in Segment()
2339 has_video_ = true; in AddVideoTrack()
2402 if (has_video_ && tracks_.TrackIsAudio(track_number) && !force_new_cluster_) { in AddFrame()
2468 if (has_video_ && tracks_.TrackIsAudio(track_number) && !force_new_cluster_) { in AddFrameWithAdditional()
2535 if (has_video_ && tracks_.TrackIsAudio(track_number) && !force_new_cluster_) { in AddFrameWithDiscardPadding()
Dmkvmuxer.hpp1355 bool has_video_; member in mkvmuxer::Segment