OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_timestamp_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_generic_codec.cc
45
in_timestamp_
(NULL),
88
if (
in_timestamp_
!= NULL) {
89
delete[]
in_timestamp_
;
90
in_timestamp_
= NULL;
166
memmove(
in_timestamp_
,
in_timestamp_
+ missed_10ms_blocks,
171
in_timestamp_
[in_timestamp_ix_write_] = timestamp;
187
in_timestamp_
[in_timestamp_ix_write_] = timestamp;
234
*timestamp =
in_timestamp_
[0];
348
memmove(
in_timestamp_
, in_timestamp_ + num_10ms_blocks
[
all
...]
acm_generic_codec.h
915
uint32_t*
in_timestamp_
;
member in class:webrtc::acm2::ACMGenericCodec
[
all
...]
Completed in 50 milliseconds