HomeSort by relevance Sort by last modified time
    Searched defs:has_video (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/media/
media_stream_devices_controller.h 45 bool has_video() const { return webcam_requested_; } function in class:MediaStreamDevicesController
  /external/chromium_org/chrome/browser/extensions/api/tab_capture/
tab_capture_api.cc 99 bool has_video = params->options.video.get() && *params->options.video.get(); local
101 if (!has_audio && !has_video) {
112 if (has_video) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.h 102 bool has_video() const { return has_video_; } function in class:cricket::Call
mediasession.h 94 has_video(false),
115 bool has_video; member in struct:cricket::MediaSessionOptions
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmessages.cc 305 bool has_video = FindContentInfoByName(contents, CN_VIDEO) != NULL; local
332 if (has_video) {
    [all...]
  /external/chromium_org/media/ffmpeg/
ffmpeg_unittest.cc 177 if (has_video()) {
271 EXPECT_TRUE(has_video());
272 if (!has_video() || video_packets_.empty()) {
344 bool has_video() { return video_stream_index_ >= 0; } function in class:media::FFmpegTest
442 if (has_video()) {
477 if (!has_video()) {
513 if (!has_video() && duration() >= 0.5) {
539 if (!has_video()) {
557 if (has_video()) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmessages.cc 357 bool has_video = FindContentInfoByName(contents, CN_VIDEO) != NULL; local
360 if (!has_audio && !has_video) {
392 } else if (has_video &&
410 if (has_video) {
    [all...]
  /external/chromium_org/media/filters/
chunk_demuxer.cc 884 bool has_video = false; local
887 &has_audio, &has_video));
893 (has_video && !source_id_video_.empty()))
899 if (has_video)
912 has_video, local
    [all...]
chunk_demuxer_unittest.cc 172 void CreateInitSegment(bool has_audio, bool has_video,
198 if (has_video) {
241 if (has_video) {
263 bool has_audio, bool has_video) {
272 if (has_video) {
277 if (!has_audio && !has_video) {
367 void AppendInitSegment(bool has_audio, bool has_video) {
368 AppendInitSegmentWithSourceId(kSourceId, has_audio, has_video);
372 bool has_audio, bool has_video) {
374 source_id, has_audio, has_video, false, false)
894 bool has_video = (i & 0x2) != 0; local
    [all...]
  /system/core/include/system/
audio.h 424 bool has_video; // true if stream is tied to a video stream member in struct:__anon62638

Completed in 256 milliseconds