OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_timestamp_in_buffer_
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
audio_encoder_pcm.cc
46
first_timestamp_in_buffer_
(0) {
86
first_timestamp_in_buffer_
= rtp_timestamp;
95
info.encoded_timestamp =
first_timestamp_in_buffer_
;
audio_encoder_pcm.h
66
uint32_t
first_timestamp_in_buffer_
;
member in class:webrtc::AudioEncoderPcm
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
audio_encoder_ilbc.h
56
uint32_t
first_timestamp_in_buffer_
;
member in class:webrtc::final
audio_encoder_ilbc.cc
101
first_timestamp_in_buffer_
= rtp_timestamp;
126
info.encoded_timestamp =
first_timestamp_in_buffer_
;
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
audio_encoder_g722.cc
45
first_timestamp_in_buffer_
(0),
102
first_timestamp_in_buffer_
= rtp_timestamp;
141
info.encoded_timestamp =
first_timestamp_in_buffer_
;
audio_encoder_g722.h
66
uint32_t
first_timestamp_in_buffer_
;
member in class:webrtc::final
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
audio_encoder_opus.h
96
uint32_t
first_timestamp_in_buffer_
;
member in class:webrtc::final
audio_encoder_opus.cc
139
first_timestamp_in_buffer_
= rtp_timestamp;
156
info.encoded_timestamp =
first_timestamp_in_buffer_
;
Completed in 563 milliseconds