/external/webrtc/video/ |
D | frame_encode_metadata_writer_unittest.cc | 96 .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()
|
D | video_stream_encoder_unittest.cc | 531 .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()
|
D | receive_statistics_proxy_unittest.cc | 70 .set_timestamp_rtp(0) in CreateVideoFrame()
|
D | receive_statistics_proxy2_unittest.cc | 92 .set_timestamp_rtp(0) in CreateVideoFrame()
|
/external/webrtc/modules/video_coding/codecs/multiplex/test/ |
D | multiplex_adapter_unittest.cc | 100 .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/ |
D | fake_texture_frame.cc | 27 .set_timestamp_rtp(timestamp) in CreateFrame()
|
/external/webrtc/modules/video_coding/codecs/test/ |
D | encoded_video_frame_producer.cc | 67 .set_timestamp_rtp(rtp_timestamp_) in Encode()
|
D | videoprocessor.cc | 264 .set_timestamp_rtp(static_cast<uint32_t>(timestamp)) in ProcessFrame()
|
/external/webrtc/modules/video_coding/codecs/multiplex/ |
D | multiplex_decoder_adapter.cc | 65 .set_timestamp_rtp(0) in DecodedImageData() 260 .set_timestamp_rtp(decoded_image->timestamp()) in MergeAlphaImages()
|
D | multiplex_encoder_adapter.cc | 216 .set_timestamp_rtp(input_image.timestamp()) in Encode()
|
/external/webrtc/media/engine/ |
D | simulcast_encoder_adapter_unittest.cc | 618 .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()
|
D | webrtc_video_engine_unittest.cc | 3874 .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/ |
D | libaom_av1_decoder.cc | 159 .set_timestamp_rtp(encoded_image.Timestamp()) in Decode()
|
/external/webrtc/modules/video_capture/ |
D | video_capture_impl.cc | 195 .set_timestamp_rtp(0) in IncomingFrame()
|
/external/webrtc/api/video/ |
D | video_frame.h | 92 Builder& set_timestamp_rtp(uint32_t timestamp_rtp);
|
D | video_frame.cc | 189 VideoFrame::Builder& VideoFrame::Builder::set_timestamp_rtp( in set_timestamp_rtp() function in webrtc::VideoFrame::Builder
|
/external/webrtc/sdk/objc/native/src/ |
D | objc_video_decoder_factory.mm | 62 .set_timestamp_rtp((uint32_t)(frame.timeStampNs / rtc::kNumNanosecsPerMicrosec))
|
/external/webrtc/sdk/android/src/jni/ |
D | video_frame.cc | 201 .set_timestamp_rtp(timestamp_rtp) in JavaToNativeFrame()
|
/external/webrtc/test/pc/e2e/analyzer/video/ |
D | quality_analyzing_video_decoder.cc | 186 .set_timestamp_rtp(timestamp_ms) in IrrelevantSimulcastStreamDecoded()
|
/external/webrtc/rtc_tools/converter/ |
D | yuv_to_ivf_converter.cc | 203 .set_timestamp_rtp(rtp_timestamp) in BuildFrame()
|
/external/webrtc/modules/video_coding/codecs/vp8/ |
D | libvpx_vp8_decoder.cc | 350 .set_timestamp_rtp(timestamp) in ReturnFrame()
|
/external/webrtc/modules/video_coding/codecs/h264/ |
D | h264_decoder_impl.cc | 341 .set_timestamp_rtp(input_image.Timestamp()) in Decode()
|
/external/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_impl.cc | 1908 .set_timestamp_rtp(timestamp); in ReturnFrame()
|