/external/autotest/client/common_lib/cros/cfm/metrics/ |
D | media_metrics_collector.py | 31 'fps', direction=DIRECTION.RECEIVER, media_type=MEDIA_TYPE.VIDEO) 62 media_type=MEDIA_TYPE.VIDEO), 66 media_type=MEDIA_TYPE.VIDEO), 70 media_type=MEDIA_TYPE.VIDEO), 78 media_type=MEDIA_TYPE.VIDEO), 82 media_type=MEDIA_TYPE.VIDEO, 87 media_type=MEDIA_TYPE.VIDEO), 91 media_type=MEDIA_TYPE.VIDEO), 95 media_type=MEDIA_TYPE.VIDEO, 108 media_type=MEDIA_TYPE.VIDEO, [all …]
|
D | media_info_metrics_extractor_unittest.py | 23 'fps', media_type=MEDIA_TYPE.VIDEO, 30 media_type=MEDIA_TYPE.VIDEO, 38 media_type=MEDIA_TYPE.VIDEO, 56 media_type=MEDIA_TYPE.VIDEO,
|
D | media_info_metrics_extractor.py | 23 VIDEO = 2 variable in MediaType
|
/external/python/cpython2/Lib/plat-irix5/ |
D | CL_old.py | 100 VIDEO = 1 variable 122 UNCOMPRESSED = Algorithm(VIDEO, 0) 123 UNCOMPRESSED_VIDEO = Algorithm(VIDEO, 0) 124 RLE = Algorithm(VIDEO, 1) 125 JPEG = Algorithm(VIDEO, 2) 126 MPEG_VIDEO = Algorithm(VIDEO, 3) 127 MVC1 = Algorithm(VIDEO, 4) 128 RTR = Algorithm(VIDEO, 5) 129 RTR1 = Algorithm(VIDEO, 5)
|
D | DEVICE.py | 392 VIDEO = 548 variable
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | plotTimingTest.m | 4 %DEBUG ; ( 9:53:33:859 | 0) VIDEO:-1 ; 7132; Stochastic test 1 5 %DEBUG ; ( 9:53:33:859 | 0) VIDEO CODING:-1 ; 7132; Frame decoded: timeStamp=30… 6 %DEBUG ; ( 9:53:33:859 | 0) VIDEO:-1 ; 7132; timeStamp=3000 clock=10037 … 7 %DEBUG ; ( 9:53:33:859 | 0) VIDEO:-1 ; 7132; timeStampMs=33 renderTime=54
|
D | plotReceiveTrace.m | 3 %DEBUG ; ( 8:32:33:375 | 0) VIDEO:1 ; 5260; First packet of frame 18695… 4 %DEBUG ; ( 8:32:33:375 | 0) VIDEO CODING:1 ; 5260; Decoding timestamp 18695349… 5 %DEBUG ; ( 8:32:33:375 | 0) VIDEO:1 ; 5260; Render frame 1869534934 at … 6 %DEBUG ; ( 8:32:33:375 | 0) VIDEO CODING:-1 ; 5260; Frame decoded: timeStamp=18… 7 %DEBUG ; ( 7:59:42:500 | 0) VIDEO:-1 ; 2500; Received complete frame tim… 8 %DEBUG ; ( 8: 5:51:774 | 0) VIDEO:-1 ; 3968; ExtrapolateLocalTime(187096… 40 if ~strncmp(char(label), 'VIDEO', 5) & ~strncmp(char(label), 'VIDEO CODING', 12)
|
/external/webrtc/webrtc/call/ |
D | rtc_event_log_unittest.cc | 64 case rtclog::MediaType::VIDEO: in GetRuntimeMediaType() 65 return MediaType::VIDEO; in GetRuntimeMediaType() 483 (i % 3 == 0) ? MediaType::AUDIO : MediaType::VIDEO, in LogSessionAndReadBack() 488 rtcp_index % 3 == 0 ? MediaType::AUDIO : MediaType::VIDEO, in LogSessionAndReadBack() 529 (i % 3 == 0) ? MediaType::AUDIO : MediaType::VIDEO, in LogSessionAndReadBack() 536 rtcp_index % 3 == 0 ? MediaType::AUDIO : MediaType::VIDEO, in LogSessionAndReadBack() 652 log_dumper->LogRtpHeader(true, MediaType::VIDEO, recent_rtp_packet.data(), in DropOldEvents() 654 log_dumper->LogRtcpPacket(false, MediaType::VIDEO, in DropOldEvents() 670 VerifyRtpEvent(parsed_stream.stream(3), true, MediaType::VIDEO, in DropOldEvents() 673 VerifyRtcpEvent(parsed_stream.stream(4), false, MediaType::VIDEO, in DropOldEvents()
|
D | rtc_event_log2rtp_dump.cc | 130 if (FLAGS_novideo && rtp_packet.type() == webrtc::rtclog::VIDEO) in main() 170 if (FLAGS_novideo && rtcp_packet.type() == webrtc::rtclog::VIDEO) in main()
|
D | packet_injection_tests.cc | 63 receiver_call_->Receiver()->DeliverPacket(MediaType::VIDEO, packet, in InjectIncorrectPacket()
|
D | call.cc | 664 if (media_type == MediaType::ANY || media_type == MediaType::VIDEO) { in DeliverRtcp() 674 if (media_type == MediaType::ANY || media_type == MediaType::VIDEO) { in DeliverRtcp() 714 if (media_type == MediaType::ANY || media_type == MediaType::VIDEO) { in DeliverRtp()
|
D | rtc_event_log.cc | 153 case MediaType::VIDEO: 154 return rtclog::MediaType::VIDEO;
|
D | rtc_event_log.proto | 9 VIDEO = 2; enumerator
|
/external/webrtc/talk/media/base/ |
D | mediaengine.h | 139 template<class VOICE, class VIDEO> 204 VIDEO video_;
|
D | fakemediaengine.h | 888 template <class VIDEO> 890 public CompositeMediaEngine<FakeVoiceEngine, VIDEO> { 896 CompositeMediaEngine<FakeVoiceEngine, VIDEO>::voice_.SetCodecs(codecs); in SetAudioCodecs()
|
/external/libchrome/device/bluetooth/ |
D | bluetooth_common.h | 37 VIDEO, enumerator
|
/external/webrtc/webrtc/ |
D | call.h | 33 VIDEO, enumerator
|
/external/u-boot/drivers/video/ |
D | Kconfig | 354 depends on VIDEO 461 depends on VIDEO 507 config VIDEO config 518 depends on VIDEO && MX6 525 depends on VIDEO 526 default y if VIDEO
|
/external/python/cpython2/Lib/plat-irix6/ |
D | DEVICE.py | 392 VIDEO = 548 variable
|
/external/mesa3d/docs/ |
D | README.UVD | 9 THAN PERSONAL USE THAT COMPLIES WITH THE MPEG-2 STANDARD FOR ENCODING VIDEO
|
/external/u-boot/doc/device-tree-bindings/video/ |
D | exynos_mipi_dsi.txt | 24 If set, DSI master ignores HFP area in VIDEO mode.
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtccall.cc | 397 media_type == webrtc::MediaType::VIDEO) { in DeliverPacket()
|
D | webrtcvideoengine2.cc | 1299 webrtc::MediaType::VIDEO, in OnPacketReceived() 1342 webrtc::MediaType::VIDEO, in OnPacketReceived() 1360 webrtc::MediaType::VIDEO, in OnRtcpReceived()
|
/external/unicode/ |
D | emoji-variation-sequences.txt | 416 1F3AE FE0E ; text style; # (6.0) VIDEO GAME 417 1F3AE FE0F ; emoji style; # (6.0) VIDEO GAME 532 1F4F9 FE0E ; text style; # (6.0) VIDEO CAMERA 533 1F4F9 FE0F ; emoji style; # (6.0) VIDEO CAMERA
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | tlds-alpha-by-domain.txt | 1302 VIDEO
|