/external/openscreen/cast/standalone_sender/ |
D | simulated_capturer.cc | 202 Clock::time_point capture_time = start_time_ + frame_timestamp; in ConsumeNextDecodedFrame() local 208 capture_time += *delay_adjustment_or_null; in ConsumeNextDecodedFrame() 211 [this, capture_time] { in ConsumeNextDecodedFrame() 212 DeliverDataToClient(*decoded_frame_, capture_time); in ConsumeNextDecodedFrame() 216 capture_time); in ConsumeNextDecodedFrame() 329 Clock::time_point capture_time) { in DeliverDataToClient() argument 334 resampled_audio_.size() / num_channels_, capture_time); in DeliverDataToClient() 373 Clock::time_point capture_time) { in DeliverDataToClient() argument 374 client_->OnVideoFrame(frame, capture_time); in DeliverDataToClient()
|
D | simulated_capturer.h | 69 Clock::time_point capture_time) = 0; 120 Clock::time_point capture_time) = 0; 152 Clock::time_point capture_time) final; 177 Clock::time_point capture_time) = 0; 199 Clock::time_point capture_time) final;
|
D | looping_file_sender.cc | 106 Clock::time_point capture_time) { in OnAudioData() argument 108 latest_frame_time_ = std::max(capture_time, latest_frame_time_); in OnAudioData() 109 audio_encoder_.EncodeAndSend(interleaved_samples, num_samples, capture_time); in OnAudioData() 113 Clock::time_point capture_time) { in OnVideoFrame() argument 115 latest_frame_time_ = std::max(capture_time, latest_frame_time_); in OnVideoFrame() 130 video_encoder_.EncodeAndSend(frame, capture_time, {}); in OnVideoFrame()
|
D | looping_file_sender.h | 41 Clock::time_point capture_time) final; 45 Clock::time_point capture_time) final;
|
/external/tinyalsa_new/utils/ |
D | tinycap.c | 69 unsigned int period_count, unsigned int capture_time); 90 unsigned int capture_time = UINT_MAX; in main() local 140 capture_time = atoi(opts.optarg); in main() 187 period_size, period_count, capture_time); in main() 208 unsigned int period_count, unsigned int capture_time) in capture_sample() argument 254 if ((total_frames_read / rate) >= capture_time) { in capture_sample()
|
/external/webrtc/logging/rtc_event_log/ |
D | logged_events.cc | 17 Timestamp capture_time) in LoggedPacketInfo() argument 33 capture_time(capture_time), in LoggedPacketInfo()
|
D | logged_events.h | 536 Timestamp capture_time); 556 Timestamp capture_time; member
|
D | rtc_event_log_parser.cc | 2130 Timestamp capture_time = Timestamp::MinusInfinity(); in GetPacketInfos() local 2143 capture_time = Timestamp::Seconds( in GetPacketInfos() 2147 LoggedPacketInfo logged(rtp, stream->media_type, stream->rtx, capture_time); in GetPacketInfos()
|
/external/webrtc/test/scenario/ |
D | stats_collection.cc | 99 sample.capture_time.seconds<double>(), in HandleFramePair() 108 stats_.capture.AddFrameInfo(*sample.captured, sample.capture_time); in HandleCapturedFrame() 110 last_freeze_time_ = sample.capture_time; in HandleCapturedFrame() 115 sample.capture_time); in HandleRenderedFrame() 116 stats_.end_to_end_delay.AddSample(sample.render_time - sample.capture_time); in HandleRenderedFrame()
|
D | video_frame_matcher.cc | 43 captured.capture_time = at_time; in OnCapturedFrame() 110 frame_pair.capture_time = captured.capture_time; in HandleMatch()
|
D | performance_stats.h | 26 Timestamp capture_time = Timestamp::MinusInfinity();
|
D | video_frame_matcher.h | 58 Timestamp capture_time = Timestamp::PlusInfinity();
|
/external/webrtc/rtc_tools/rtc_event_log_visualizer/ |
D | alerts.cc | 96 int64_t capture_time = in AnalyzeStreamGaps() local 98 if (std::abs(capture_time - last_capture_time) > in AnalyzeStreamGaps() 104 last_capture_time = capture_time; in AnalyzeStreamGaps()
|
/external/openscreen/cast/cast_core/api/runtime/ |
D | cast_audio_decoder_service.proto | 133 google.protobuf.Duration capture_time = 3; field
|
/external/mesa3d/include/GL/ |
D | glext.h | 11828 …GLVIDEOCAPTURENVPROC) (GLuint video_capture_slot, GLuint *sequence_num, GLuint64EXT *capture_time); 11841 …NTRY glVideoCaptureNV (GLuint video_capture_slot, GLuint *sequence_num, GLuint64EXT *capture_time);
|
/external/swiftshader/include/GL/ |
D | glext.h | 11567 …GLVIDEOCAPTURENVPROC) (GLuint video_capture_slot, GLuint *sequence_num, GLuint64EXT *capture_time); 11580 …NTRY glVideoCaptureNV (GLuint video_capture_slot, GLuint *sequence_num, GLuint64EXT *capture_time);
|
/external/libepoxy/prebuilt-intermediates/include/epoxy/ |
D | gl_generated.h | 10036 …LVIDEOCAPTURENVPROC)(GLuint video_capture_slot, GLuint * sequence_num, GLuint64EXT * capture_time); 16488 …xy_glVideoCaptureNV)(GLuint video_capture_slot, GLuint * sequence_num, GLuint64EXT * capture_time);
|
/external/libepoxy/prebuilt-intermediates/src/ |
D | gl_generated_dispatch.c | 117699 …e_slot, GLuint * sequence_num, GLuint64EXT * capture_time), (video_capture_slot, sequence_num, cap…
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 17370 …GLVIDEOCAPTURENVPROC) (GLuint video_capture_slot, GLuint* sequence_num, GLuint64EXT *capture_time);
|