Home
last modified time | relevance | path

Searched refs:capture_time (Results 1 – 19 of 19) sorted by relevance

/external/openscreen/cast/standalone_sender/
Dsimulated_capturer.cc202 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()
Dsimulated_capturer.h69 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;
Dlooping_file_sender.cc106 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()
Dlooping_file_sender.h41 Clock::time_point capture_time) final;
45 Clock::time_point capture_time) final;
/external/tinyalsa_new/utils/
Dtinycap.c69 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/
Dlogged_events.cc17 Timestamp capture_time) in LoggedPacketInfo() argument
33 capture_time(capture_time), in LoggedPacketInfo()
Dlogged_events.h536 Timestamp capture_time);
556 Timestamp capture_time; member
Drtc_event_log_parser.cc2130 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/
Dstats_collection.cc99 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()
Dvideo_frame_matcher.cc43 captured.capture_time = at_time; in OnCapturedFrame()
110 frame_pair.capture_time = captured.capture_time; in HandleMatch()
Dperformance_stats.h26 Timestamp capture_time = Timestamp::MinusInfinity();
Dvideo_frame_matcher.h58 Timestamp capture_time = Timestamp::PlusInfinity();
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dalerts.cc96 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/
Dcast_audio_decoder_service.proto133 google.protobuf.Duration capture_time = 3; field
/external/mesa3d/include/GL/
Dglext.h11828 …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/
Dglext.h11567 …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/
Dgl_generated.h10036 …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/
Dgl_generated_dispatch.c117699 …e_slot, GLuint * sequence_num, GLuint64EXT * capture_time), (video_capture_slot, sequence_num, cap…
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h17370 …GLVIDEOCAPTURENVPROC) (GLuint video_capture_slot, GLuint* sequence_num, GLuint64EXT *capture_time);