Home
last modified time | relevance | path

Searched refs:set_timestamp_rtp (Results 1 – 23 of 23) sorted by relevance

/external/webrtc/video/
Dframe_encode_metadata_writer_unittest.cc96 .set_timestamp_rtp(current_timestamp * 90) in GetTimingFrames()
217 .set_timestamp_rtp(timestamp * 90) in TEST()
293 .set_timestamp_rtp(kTimestampMs1 * 90) in TEST()
352 .set_timestamp_rtp(image.capture_time_ms_ * 90) in TEST()
376 .set_timestamp_rtp(kTimestampMs * 90) in TEST()
402 .set_timestamp_rtp(kTimestampMs * 90) in TEST()
428 .set_timestamp_rtp(kTimestampMs * 90) in TEST()
454 .set_timestamp_rtp(kTimestampMs * 90) in TEST()
Dvideo_stream_encoder_unittest.cc531 .set_timestamp_rtp(99) in IncomingCapturedFrame()
724 .set_timestamp_rtp(99) in CreateFrame()
739 .set_timestamp_rtp(99) in CreateFrameWithUpdatedPixel()
753 .set_timestamp_rtp(99) in CreateFrame()
770 .set_timestamp_rtp(99) in CreateFakeNativeFrame()
Dreceive_statistics_proxy_unittest.cc70 .set_timestamp_rtp(0) in CreateVideoFrame()
Dreceive_statistics_proxy2_unittest.cc92 .set_timestamp_rtp(0) in CreateVideoFrame()
/external/webrtc/modules/video_coding/codecs/multiplex/test/
Dmultiplex_adapter_unittest.cc100 .set_timestamp_rtp(video_frame->timestamp()) in CreateDataAugmentedInputFrame()
118 .set_timestamp_rtp(123) in CreateI420AInputFrame()
133 .set_timestamp_rtp(next_frame.timestamp()) in CreateInputFrame()
175 .set_timestamp_rtp(123) in ExtractAXXFrame()
/external/webrtc/test/
Dfake_texture_frame.cc27 .set_timestamp_rtp(timestamp) in CreateFrame()
/external/webrtc/modules/video_coding/codecs/test/
Dencoded_video_frame_producer.cc67 .set_timestamp_rtp(rtp_timestamp_) in Encode()
Dvideoprocessor.cc264 .set_timestamp_rtp(static_cast<uint32_t>(timestamp)) in ProcessFrame()
/external/webrtc/modules/video_coding/codecs/multiplex/
Dmultiplex_decoder_adapter.cc65 .set_timestamp_rtp(0) in DecodedImageData()
260 .set_timestamp_rtp(decoded_image->timestamp()) in MergeAlphaImages()
Dmultiplex_encoder_adapter.cc216 .set_timestamp_rtp(input_image.timestamp()) in Encode()
/external/webrtc/media/engine/
Dsimulcast_encoder_adapter_unittest.cc618 .set_timestamp_rtp(100) in TEST_F()
989 .set_timestamp_rtp(100) in TEST_F()
1026 .set_timestamp_rtp(100) in TEST_F()
1065 .set_timestamp_rtp(0) in TEST_F()
1168 .set_timestamp_rtp(100) in TEST_F()
1206 .set_timestamp_rtp(100) in TEST_F()
1407 .set_timestamp_rtp(100) in TEST_F()
1458 .set_timestamp_rtp(100) in TEST_F()
Dwebrtc_video_engine_unittest.cc3874 .set_timestamp_rtp(kInitialTimestamp) in TEST_F()
6438 .set_timestamp_rtp(100) in TEST_F()
6459 .set_timestamp_rtp(200) in TEST_F()
6481 .set_timestamp_rtp(300) in TEST_F()
/external/webrtc/modules/video_coding/codecs/av1/
Dlibaom_av1_decoder.cc159 .set_timestamp_rtp(encoded_image.Timestamp()) in Decode()
/external/webrtc/modules/video_capture/
Dvideo_capture_impl.cc195 .set_timestamp_rtp(0) in IncomingFrame()
/external/webrtc/api/video/
Dvideo_frame.h92 Builder& set_timestamp_rtp(uint32_t timestamp_rtp);
Dvideo_frame.cc189 VideoFrame::Builder& VideoFrame::Builder::set_timestamp_rtp( in set_timestamp_rtp() function in webrtc::VideoFrame::Builder
/external/webrtc/sdk/objc/native/src/
Dobjc_video_decoder_factory.mm62 .set_timestamp_rtp((uint32_t)(frame.timeStampNs / rtc::kNumNanosecsPerMicrosec))
/external/webrtc/sdk/android/src/jni/
Dvideo_frame.cc201 .set_timestamp_rtp(timestamp_rtp) in JavaToNativeFrame()
/external/webrtc/test/pc/e2e/analyzer/video/
Dquality_analyzing_video_decoder.cc186 .set_timestamp_rtp(timestamp_ms) in IrrelevantSimulcastStreamDecoded()
/external/webrtc/rtc_tools/converter/
Dyuv_to_ivf_converter.cc203 .set_timestamp_rtp(rtp_timestamp) in BuildFrame()
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_decoder.cc350 .set_timestamp_rtp(timestamp) in ReturnFrame()
/external/webrtc/modules/video_coding/codecs/h264/
Dh264_decoder_impl.cc341 .set_timestamp_rtp(input_image.Timestamp()) in Decode()
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc1908 .set_timestamp_rtp(timestamp); in ReturnFrame()