Home
last modified time | relevance | path

Searched refs:timestamp_rtp (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/api/video/
Dvideo_frame.cc190 uint32_t timestamp_rtp) { in set_timestamp_rtp() argument
191 timestamp_rtp_ = timestamp_rtp; in set_timestamp_rtp()
245 uint32_t timestamp_rtp, in VideoFrame() argument
249 timestamp_rtp_(timestamp_rtp), in VideoFrame()
259 uint32_t timestamp_rtp, in VideoFrame() argument
267 timestamp_rtp_(timestamp_rtp), in VideoFrame()
Dvideo_frame.h92 Builder& set_timestamp_rtp(uint32_t timestamp_rtp);
118 uint32_t timestamp_rtp,
243 uint32_t timestamp_rtp,
/external/webrtc/sdk/android/src/jni/
Dvideo_frame.cc192 uint32_t timestamp_rtp) { in JavaToNativeFrame() argument
201 .set_timestamp_rtp(timestamp_rtp) in JavaToNativeFrame()
Dvideo_decoder_wrapper.cc107 frame_extra_info.timestamp_rtp = input_image.Timestamp(); in Decode()
183 JavaToNativeFrame(env, j_frame, frame_extra_info.timestamp_rtp); in OnDecodedFrame()
Dvideo_frame.h73 uint32_t timestamp_rtp);
Dvideo_decoder_wrapper.h67 uint32_t timestamp_rtp; member
Dvideo_encoder_wrapper.h59 uint32_t timestamp_rtp; member
Dvideo_encoder_wrapper.cc140 info.timestamp_rtp = frame.timestamp(); in Encode()
254 frame_copy.SetTimestamp(frame_extra_info.timestamp_rtp); in OnEncodedFrame()