Home
last modified time | relevance | path

Searched refs:set_timestamp (Results 1 – 25 of 27) sorted by relevance

12

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dsimulcast_unittest.h389 input_frame_.set_timestamp(input_frame_.timestamp() + 3000); in TestKeyFrameRequestsOnAllStreams()
394 input_frame_.set_timestamp(input_frame_.timestamp() + 3000); in TestKeyFrameRequestsOnAllStreams()
400 input_frame_.set_timestamp(input_frame_.timestamp() + 3000); in TestKeyFrameRequestsOnAllStreams()
406 input_frame_.set_timestamp(input_frame_.timestamp() + 3000); in TestKeyFrameRequestsOnAllStreams()
411 input_frame_.set_timestamp(input_frame_.timestamp() + 3000); in TestKeyFrameRequestsOnAllStreams()
424 input_frame_.set_timestamp(input_frame_.timestamp() + 3000); in TestPaddingAllStreams()
437 input_frame_.set_timestamp(input_frame_.timestamp() + 3000); in TestPaddingTwoStreams()
451 input_frame_.set_timestamp(input_frame_.timestamp() + 3000); in TestPaddingTwoStreamsOneMaxedOut()
464 input_frame_.set_timestamp(input_frame_.timestamp() + 3000); in TestPaddingOneStream()
479 input_frame_.set_timestamp(input_frame_.timestamp() + 3000); in TestPaddingOneStreamTwoMaxedOut()
[all …]
Dsimulcast_encoder_adapter.cc301 dst_frame.set_timestamp(input_image.timestamp()); in Encode()
/external/webrtc/webrtc/common_video/
Di420_video_frame_unittest.cc47 frame.set_timestamp(123u); in TEST()
84 small_frame.set_timestamp(timestamp); in TEST()
140 frame1.set_timestamp(timestamp); in TEST()
162 frame2.set_timestamp(timestamp + 1); in TEST()
177 frame.set_timestamp(2); in TEST()
253 frame.set_timestamp(200); in TEST()
/external/webrtc/talk/app/webrtc/
Dstatscollector.cc275 report->set_timestamp(stats_gathering_started); in ExtractStats()
293 report->set_timestamp(info.remote_stats[0].timestamp); in ExtractRemoteStats()
299 report->set_timestamp(info.remote_stats[0].timestamp); in ExtractRemoteStats()
526 report->set_timestamp(stats_gathering_started_); in PrepareReport()
568 report->set_timestamp(stats_gathering_started_); in AddOneCertificateReport()
611 report->set_timestamp(stats_gathering_started_); in AddConnectionInfoReport()
659 report->set_timestamp(stats_gathering_started_); in AddCandidateReport()
686 report->set_timestamp(stats_gathering_started_); in ExtractSessionInfo()
729 channel_report->set_timestamp(stats_gathering_started_); in ExtractSessionInfo()
851 report->set_timestamp(stats_gathering_started_); in ExtractDataInfo()
[all …]
Dstatstypes.h351 void set_timestamp(double t) { timestamp_ = t; } in set_timestamp() function
/external/e2fsprogs/contrib/android/
Dperms.c141 static errcode_t set_timestamp(ext2_filsys fs, ext2_ino_t ino, in set_timestamp() function
199 retval = set_timestamp(fs, ino, params); in androidify_inode()
281 retval = set_timestamp(fs, EXT2_ROOT_INO, &params); in __android_configure_fs()
/external/webrtc/webrtc/modules/video_processing/
Dvideo_denoiser.cc75 denoised_frame->set_timestamp(frame.timestamp()); in DenoiseFrame()
142 denoised_frame->set_timestamp(frame.timestamp()); in DenoiseFrame()
Dspatial_resampler.cc72 outFrame->set_timestamp(inFrame.timestamp()); in ResampleFrame()
/external/webrtc/webrtc/test/
Dfake_decoder.cc38 frame_.set_timestamp(input._timeStamp); in Decode()
Dframe_generator_unittest.cc81 frame->set_timestamp(13); in CheckFrameAndMutate()
/external/webrtc/webrtc/modules/video_processing/test/
Ddeflickering_test.cc62 video_frame_.set_timestamp(timeStamp); in TEST_F()
Dvideo_processing_unittest.cc254 video_frame_.set_timestamp(time_start.MillisecondTimestamp() * 90);
/external/webrtc/webrtc/
Dvideo_frame.h106 void set_timestamp(uint32_t timestamp) { timestamp_ = timestamp; } in set_timestamp() function
/external/webrtc/webrtc/modules/video_coding/utility/
Dquality_scaler.cc132 scaled_frame_.set_timestamp(frame.timestamp()); in GetScaledFrame()
/external/webrtc/webrtc/video/
Dvideo_capture_input.cc95 incoming_frame.set_timestamp( in IncomingCapturedFrame()
Dvideo_encoder_unittest.cc213 frame_.set_timestamp(frame_.timestamp() + 1000); in TEST_F()
Dvideo_capture_input_unittest.cc155 input_frames_[0]->set_timestamp(0); in TEST_F()
Dvideo_quality_test.cc137 copy.set_timestamp(copy.ntp_time_ms() * 90); in IncomingCapturedFrame()
/external/webrtc/webrtc/modules/video_coding/codecs/i420/
Di420.cc214 _decodedImage.set_timestamp(inputImage._timeStamp); in Decode()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc2473 frame.set_timestamp(abs_timecode); in AddFrame()
2492 frame.set_timestamp(abs_timecode); in AddFrameWithAdditional()
2506 frame.set_timestamp(abs_timecode); in AddFrameWithDiscardPadding()
2518 frame.set_timestamp(abs_timecode); in AddMetadata()
3418 frame.set_timestamp(timestamp); in AddFrame()
3437 frame.set_timestamp(timestamp); in AddFrameWithAdditional()
3454 frame.set_timestamp(timestamp); in AddFrameWithDiscardPadding()
3469 frame.set_timestamp(timestamp_ns); in AddMetadata()
Dmkvmuxer.h122 void set_timestamp(uint64_t timestamp) { timestamp_ = timestamp; } in set_timestamp() function
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/
Dvp8_impl_unittest.cc142 input_frame_.set_timestamp(kTestTimestamp); in SetUp()
/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc202 source_frame_.set_timestamp(frame_number); in ProcessFrame()
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediadecoder_jni.cc734 decoded_frame.set_timestamp(output_timestamps_ms); in DeliverPendingOutputs()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc956 decoded_image.set_timestamp(timestamp); in ReturnFrame()

12