Home
last modified time | relevance | path

Searched refs:has_video (Results 1 – 25 of 762) sorted by relevance

12345678910>>...31

/dports/multimedia/p5-FLV-Info/FLV-Info-0.24/lib/FLV/
H A DHeader.pm49 $header->{has_video} = 1;
102 $self->{has_video} = $flags & 0x01 ? 1 : undef;
144 = ($self->{has_audio} ? 0x04 : 0) | ($self->{has_video} ? 0x01 : 0);
159 sub has_video subroutine
162 return $self->{has_video};
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/media-source/
H A Dgenerate-config-change-tests.py99 def generate_manifest(filename, media_filename, media_format, has_audio, has_video): argument
101 if has_video:
105 if has_video:
139 has_video = (video_bitrate > 0)
171 if has_video:
180 if has_video:
221 generate_manifest(manifest_filename, media_filename, media_format, has_audio, has_video)
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/media-source/
H A Dgenerate-config-change-tests.py100 def generate_manifest(filename, media_filename, media_format, has_audio, has_video): argument
102 if has_video:
106 if has_video:
140 has_video = (video_bitrate > 0)
172 if has_video:
181 if has_video:
222 generate_manifest(manifest_filename, media_filename, media_format, has_audio, has_video)
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/media-source/
H A Dgenerate-config-change-tests.py99 def generate_manifest(filename, media_filename, media_format, has_audio, has_video): argument
101 if has_video:
105 if has_video:
139 has_video = (video_bitrate > 0)
171 if has_video:
180 if has_video:
221 generate_manifest(manifest_filename, media_filename, media_format, has_audio, has_video)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/media-source/
H A Dgenerate-config-change-tests.py99 def generate_manifest(filename, media_filename, media_format, has_audio, has_video): argument
101 if has_video:
105 if has_video:
139 has_video = (video_bitrate > 0)
171 if has_video:
180 if has_video:
221 generate_manifest(manifest_filename, media_filename, media_format, has_audio, has_video)
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/media-source/
H A Dgenerate-config-change-tests.py99 def generate_manifest(filename, media_filename, media_format, has_audio, has_video): argument
101 if has_video:
105 if has_video:
139 has_video = (video_bitrate > 0)
171 if has_video:
180 if has_video:
221 generate_manifest(manifest_filename, media_filename, media_format, has_audio, has_video)
/dports/multimedia/libopenshot/libopenshot-0.2.7/src/Qt/
H A DPlayerPrivate.cpp68 if (reader->info.has_video) { in run()
107 if (reader->info.has_audio && reader->info.has_video) { in run()
130 if (video_frame_diff > 0 && reader->info.has_audio && reader->info.has_video) { in run()
141 else if (video_frame_diff < -10 && reader->info.has_audio && reader->info.has_video) { in run()
198 …if (videoCache->isThreadRunning() && reader->info.has_video) videoCache->stopThread(timeOutMillise… in stopPlayback()
199 …if (videoPlayback->isThreadRunning() && reader->info.has_video) videoPlayback->stopThread(timeOutM… in stopPlayback()
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/
H A Dlibmpeg3.c411 if(file->has_video) in mpeg3_video_width()
419 if(file->has_video) in mpeg3_video_height()
427 if(file->has_video) in mpeg3_frame_rate()
435 if(file->has_video) in mpeg3_video_frames()
443 if(file->has_video) in mpeg3_get_frame()
452 if(file->has_video) in mpeg3_set_frame()
481 if(file->has_video) in mpeg3_previous_frame()
565 if(file->has_video) in mpeg3_read_frame()
590 if(file->has_video) in mpeg3_drop_frames()
614 if(file->has_video) in mpeg3_read_yuvframe()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/browser/
H A Dmedia_player_watch_time.cc14 bool has_video, in MediaPlayerWatchTime() argument
20 has_video(has_video), in MediaPlayerWatchTime()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/browser/
H A Dmedia_player_watch_time.cc14 bool has_video, in MediaPlayerWatchTime() argument
20 has_video(has_video), in MediaPlayerWatchTime()
/dports/sysutils/k3b/k3b-21.12.3/libk3b/projects/videocd/
H A Dk3bvcdtrack.cpp162 if ( mpeg_info->has_video ) { in resolution()
175 if ( mpeg_info->has_video ) { in highresolution()
185 if ( mpeg_info->has_video ) { in video_frate()
198 if ( mpeg_info->has_video ) { in video_bitrate()
213 if ( mpeg_info->has_video ) { in video_format()
246 if ( mpeg_info->has_video ) { in video_chroma()
342 if ( mpeg_info->has_video && !audio ) { in mpegTypeS()
364 if ( mpeg_info->has_video ) { in mpegType()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DGroupCallParticipantOrder.h30 …GroupCallParticipantOrder(bool has_video, int32 active_date, int64 raise_hand_rating, int32 joined… in GroupCallParticipantOrder() argument
31 : has_video_(has_video) in GroupCallParticipantOrder()
43 bool has_video() const { in has_video() function
/dports/multimedia/streamlink/streamlink-2.1.2/src/streamlink/stream/
H A Dflvconcat.py71 def __init__(self, duration=None, tags=[], has_video=True, has_audio=True, argument
76 self.has_video = has_video
80 if not (has_audio and has_video):
182 self.has_video = video_tags > 0
184 if not (self.has_audio and self.has_video):
211 flv_header = Header(has_video=self.has_video,
/dports/multimedia/livestreamer/livestreamer-1.12.2/src/livestreamer/stream/
H A Dflvconcat.py79 def __init__(self, duration=None, tags=[], has_video=True, has_audio=True, argument
84 self.has_video = has_video
88 if not (has_audio and has_video):
190 self.has_video = video_tags > 0
192 if not (self.has_audio and self.has_video):
220 flv_header = Header(has_video=self.has_video,
/dports/multimedia/tcmplex-panteltje/tcmplex-panteltje-0.4.7/
H A Dtcmplex.c34 extern int domplex(int has_video, int has_audio);
89 int has_video = 0; in main() local
178 has_video = 1; in main()
331 domplex(has_video, has_audio); in main()
/dports/multimedia/libopenshot/libopenshot-0.2.7/src/
H A DEffectBase.cpp51 info.has_video = false; in InitEffectInfo()
67 std::cout << "--> Has Video: " << info.has_video << std::endl; in DisplayInfo()
100 root["has_video"] = info.has_video; in JsonValue()
180 root["has_video"] = info.has_video; in JsonInfo()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkmediastream.c58 guint has_video : 1; member
209 g_value_set_boolean (value, priv->has_video); in gtk_media_stream_get_property()
515 return priv->has_video; in gtk_media_stream_has_video()
1038 gboolean has_video, in gtk_media_stream_stream_prepared() argument
1054 if (priv->has_video != has_video) in gtk_media_stream_stream_prepared()
1056 priv->has_video = has_video; in gtk_media_stream_stream_prepared()
1105 if (priv->has_video) in gtk_media_stream_stream_unprepared()
1107 priv->has_video = FALSE; in gtk_media_stream_stream_unprepared()
1157 gboolean has_video, in gtk_media_stream_prepared() argument
1161 gtk_media_stream_stream_prepared (self, has_audio, has_video, seekable, duration); in gtk_media_stream_prepared()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/blink/
H A Dwatch_time_reporter.cc84 DCHECK(properties_->has_audio || properties_->has_video); in WatchTimeReporter()
108 if (properties_->has_video) in WatchTimeReporter()
127 if (!properties_->has_video || !properties_->has_audio) in WatchTimeReporter()
378 return properties_->has_video in ShouldReportWatchTime()
415 if (properties_->has_video) { in MaybeStartReportingTimer()
508 if (properties_->has_video) { in RecordWatchTime()
575 ((properties_->has_video && properties_->has_audio) \
579 : properties_->has_video \
624 ((properties_->has_video && properties_->has_audio) \
658 DCHECK(properties_->has_video); in CreateDisplayTypeComponent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/common/media/
H A Dwatch_time_reporter.cc84 DCHECK(properties_->has_audio || properties_->has_video); in WatchTimeReporter()
108 if (properties_->has_video) in WatchTimeReporter()
127 if (!properties_->has_video || !properties_->has_audio) in WatchTimeReporter()
378 return properties_->has_video in ShouldReportWatchTime()
415 if (properties_->has_video) { in MaybeStartReportingTimer()
508 if (properties_->has_video) { in RecordWatchTime()
575 ((properties_->has_video && properties_->has_audio) \
580 : properties_->has_video \
625 ((properties_->has_video && properties_->has_audio) \
661 DCHECK(properties_->has_video); in CreateDisplayTypeComponent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/remoting/
H A Drenderer_controller.cc257 const bool was_video_codec_supported = has_video() && IsVideoCodecSupported(); in OnMetadataChanged()
260 const bool is_video_codec_supported = has_video() && IsVideoCodecSupported(); in OnMetadataChanged()
325 DCHECK(has_video()); in IsVideoCodecSupported()
420 return ((has_audio() || has_video()) && in IsAudioOrVideoSupported()
421 (!has_video() || IsVideoCodecSupported()) && in IsAudioOrVideoSupported()
492 if (has_video()) { in OnDelayedStartTimerFired()
604 DCHECK(has_video()); in IsVideoRemotePlaybackSupported()
621 return ((has_audio() || has_video()) && in IsRemotePlaybackSupported()
622 (!has_video() || IsVideoRemotePlaybackSupported()) && in IsRemotePlaybackSupported()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/remoting/
H A Drenderer_controller.cc257 const bool was_video_codec_supported = has_video() && IsVideoCodecSupported(); in OnMetadataChanged()
260 const bool is_video_codec_supported = has_video() && IsVideoCodecSupported(); in OnMetadataChanged()
330 DCHECK(has_video()); in IsVideoCodecSupported()
425 return ((has_audio() || has_video()) && in IsAudioOrVideoSupported()
426 (!has_video() || IsVideoCodecSupported()) && in IsAudioOrVideoSupported()
497 if (has_video()) { in OnDelayedStartTimerFired()
609 DCHECK(has_video()); in IsVideoRemotePlaybackSupported()
626 return ((has_audio() || has_video()) && in IsRemotePlaybackSupported()
627 (!has_video() || IsVideoRemotePlaybackSupported()) && in IsRemotePlaybackSupported()
/dports/www/mythplugin-mythweb/mythweb-31.0/modules/video/
H A Dinit.php15 $has_video = $db->query_col('SHOW TABLES LIKE "videometadata"'); variable
20 if ($has_video && tmpl == 'default') {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/muxers/
H A Dwebm_muxer_fuzzertest.cc33 bool has_video; member
61 media::WebmMuxer muxer(audio_codec, input_type.has_video, in LLVMFuzzerTestOneInput()
69 if (input_type.has_video) { in LLVMFuzzerTestOneInput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/muxers/
H A Dwebm_muxer_fuzzertest.cc33 bool has_video; member
61 media::WebmMuxer muxer(audio_codec, input_type.has_video, in LLVMFuzzerTestOneInput()
69 if (input_type.has_video) { in LLVMFuzzerTestOneInput()
/dports/devel/notcurses/notcurses-3.0.1/data/
H A Dsamoa.osp48 "has_video": true,
148 "has_video": true,
208 "has_video": true,
261 "has_video": true,

12345678910>>...31