OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timestamps_per_frame
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
mock_payload_splitter.h
35
uint32_t
timestamps_per_frame
, PacketList* new_packets));
/external/webrtc/webrtc/modules/audio_coding/neteq/
payload_splitter.h
79
// size |bytes_per_frame|, corresponding to a |
timestamps_per_frame
|
83
uint32_t
timestamps_per_frame
,
payload_splitter.cc
303
int
timestamps_per_frame
;
local
311
timestamps_per_frame
= 160;
315
timestamps_per_frame
= 240;
320
int ret = SplitByFrames(packet, bytes_per_frame,
timestamps_per_frame
,
409
uint32_t
timestamps_per_frame
,
430
timestamp +=
timestamps_per_frame
;
Completed in 48 milliseconds