OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VCMFrameInformation
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
timestamp_map.h
19
struct
VCMFrameInformation
;
29
void Add(uint32_t timestamp,
VCMFrameInformation
* data);
30
VCMFrameInformation
* Pop(uint32_t timestamp);
35
VCMFrameInformation
* data;
timestamp_map.cc
27
void VCMTimestampMap::Add(uint32_t timestamp,
VCMFrameInformation
* data) {
38
VCMFrameInformation
* VCMTimestampMap::Pop(uint32_t timestamp) {
42
VCMFrameInformation
* data = ring_buffer_[next_pop_idx_].data;
generic_decoder.h
26
struct
VCMFrameInformation
{
49
void Map(uint32_t timestamp,
VCMFrameInformation
* frameInfo);
101
VCMFrameInformation
_frameInfos[kDecoderFrameMemoryLength];
generic_decoder.cc
54
VCMFrameInformation
* frameInfo;
111
VCMFrameInformation
* frameInfo) {
Completed in 103 milliseconds