Searched refs:ntp_time_ms (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
H A Dvie_external_render_filter.h29 int64_t ntp_time_ms,
40 ntp_time_ms,
27 Transform(int size, unsigned char* frame_buffer, int64_t ntp_time_ms, unsigned int timestamp, unsigned int width, unsigned int height) argument
H A Dvie_to_file_renderer.h63 int64_t ntp_time_ms,
/external/chromium_org/third_party/webrtc/modules/audio_device/include/
H A Daudio_device_defines.h75 int64_t* ntp_time_ms) = 0;
132 int64_t* ntp_time_ms) {}
128 PullRenderData(int bits_per_sample, int sample_rate, int number_of_channels, int number_of_frames, void* audio_data, int64_t* elapsed_time_ms, int64_t* ntp_time_ms) argument
/external/chromium_org/third_party/webrtc/
H A Dvideo_frame.h118 virtual void set_ntp_time_ms(int64_t ntp_time_ms) { argument
119 ntp_time_ms_ = ntp_time_ms;
123 virtual int64_t ntp_time_ms() const { return ntp_time_ms_; } function in class:webrtc::I420VideoFrame
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_base_impl.h84 int64_t* ntp_time_ms);
109 int64_t* ntp_time_ms);
147 int64_t* ntp_time_ms);
H A Dvoe_base_impl.cc153 int64_t* ntp_time_ms)
163 elapsed_time_ms, ntp_time_ms); local
241 int64_t* ntp_time_ms) {
246 audio_data, elapsed_time_ms, ntp_time_ms);
1091 int64_t* ntp_time_ms) {
1114 *ntp_time_ms = _audioFrame.ntp_time_ms_;
145 NeedMorePlayData( uint32_t nSamples, uint8_t nBytesPerSample, uint8_t nChannels, uint32_t samplesPerSec, void* audioSamples, uint32_t& nSamplesOut, int64_t* elapsed_time_ms, int64_t* ntp_time_ms) argument
237 PullRenderData(int bits_per_sample, int sample_rate, int number_of_channels, int number_of_frames, void* audio_data, int64_t* elapsed_time_ms, int64_t* ntp_time_ms) argument
1087 GetPlayoutData(int sample_rate, int number_of_channels, int number_of_frames, bool feed_data_to_apm, void* audio_data, int64_t* elapsed_time_ms, int64_t* ntp_time_ms) argument
/external/chromium_org/third_party/webrtc/test/
H A Dfake_audio_device.cc125 int64_t ntp_time_ms = -1; local
134 &ntp_time_ms));
/external/chromium_org/third_party/webrtc/video_engine/include/
H A Dvie_image_process.h37 int64_t ntp_time_ms,
H A Dvie_render.h44 int64_t ntp_time_ms,
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule_unittest.cc93 int64_t* ntp_time_ms) {
105 *ntp_time_ms = 0;
82 NeedMorePlayData(const uint32_t nSamples, const uint8_t nBytesPerSample, const uint8_t nChannels, const uint32_t samplesPerSec, void* audioSamples, uint32_t& nSamplesOut, int64_t* elapsed_time_ms, int64_t* ntp_time_ms) argument
H A Dfakeaudiocapturemodule.cc717 int64_t ntp_time_ms = 0; local
722 &elapsed_time_ms, &ntp_time_ms) != 0) {
724 &rtp_timestamp, &ntp_time_ms) != 0) {
/external/chromium_org/third_party/webrtc/modules/audio_device/test/
H A Dfunc_test_manager.h123 int64_t* ntp_time_ms);
145 int64_t* ntp_time_ms);
/external/chromium_org/third_party/webrtc/common_video/
H A Di420_video_frame_unittest.cc55 EXPECT_EQ(456, frame.ntp_time_ms());
87 int64_t ntp_time_ms = 2; local
98 frame1.set_ntp_time_ms(ntp_time_ms);
274 (frame1.ntp_time_ms() != frame2.ntp_time_ms()) ||
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.h221 int64_t ntp_time_ms);
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dpacket.cc42 ntp_time_ms_(rtpHeader.ntp_time_ms),
/external/chromium_org/third_party/webrtc/modules/video_coding/utility/
H A Dquality_scaler.cc90 scaled_frame_.set_ntp_time_ms(frame.ntp_time_ms());
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dframedrop_primitives.h229 int64_t ntp_time_ms,
H A Dframedrop_primitives.cc45 int64_t ntp_time_ms,
54 size, frame_buffer, ntp_time_ms, timestamp, width, height);
105 int64_t ntp_time_ms,
597 int64_t ntp_time_ms, int64_t render_time, void* /*handle*/) {
609 time_stamp, ntp_time_ms,
43 Transform(int size, unsigned char* frame_buffer, int64_t ntp_time_ms, unsigned int timestamp, unsigned int width, unsigned int height) argument
103 Transform(int size, unsigned char* frame_buffer, int64_t ntp_time_ms, unsigned int timestamp, unsigned int width, unsigned int height) argument
595 DeliverFrame( unsigned char *buffer, int buffer_size, uint32_t time_stamp, int64_t ntp_time_ms, int64_t render_time, void* ) argument
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_renderer.cc184 video_frame.ntp_time_ms(),
248 video_frame.ntp_time_ms(),
H A Dvie_capturer_unittest.cc222 (frame1.ntp_time_ms() == frame2.ntp_time_ms()) &&
/external/chromium_org/content/renderer/media/
H A Dwebrtc_audio_device_impl.cc155 int64_t ntp_time_ms = -1; local
168 &ntp_time_ms);
180 &ntp_time_ms);
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/helpers/
H A Dvie_to_file_renderer.cc126 int64_t ntp_time_ms,
123 DeliverFrame(unsigned char *buffer, int buffer_size, uint32_t time_stamp, int64_t ntp_time_ms, int64_t render_time, void* ) argument
/external/chromium_org/third_party/webrtc/modules/audio_device/
H A Daudio_device_buffer.cc552 int64_t ntp_time_ms = -1; local
560 &ntp_time_ms);
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/
H A Dvp8_impl_unittest.cc247 EXPECT_EQ(kTestNtpTimeMs, decoded_video_frame_.ntp_time_ms());
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_image_process.cc33 int64_t ntp_time_ms,
31 Transform(int size, unsigned char* frame_buffer, int64_t ntp_time_ms, unsigned int timestamp, unsigned int width, unsigned int height) argument

Completed in 868 milliseconds

12