#include <mcache.h>
Collaboration diagram for MediaCache::RegInfo:

Public Member Functions | |
| RegInfo () | |
| ~RegInfo () | |
| void | add_pref (int layer, const MediaSegment &s) |
| int | pref_size (int layer, const MediaSegment &s) const |
Public Attributes | |
| char | name_ [20] |
| HttpApp * | client_ |
| int | hl_ |
| unsigned int | pb_ [MAX_LAYER] |
| unsigned int | eb_ [MAX_LAYER] |
| unsigned int | db_ [MAX_LAYER] |
| MediaSegmentList | pref_ [MAX_LAYER] |
|
|
Definition at line 263 of file mcache.h. References client_, db_, eb_, hl_, MAX_LAYER, and pb_.
|
|
|
Definition at line 268 of file mcache.h. References MediaSegmentList::destroy(), MAX_LAYER, and pref_.
|
Here is the call graph for this function:

|
||||||||||||
|
Definition at line 285 of file mcache.h. References MediaSegmentList::add(), MAX_LAYER, and pref_. Referenced by MediaCache::process_data().
|
Here is the call graph for this function:

|
||||||||||||
|
Definition at line 289 of file mcache.h. References MAX_LAYER, MediaSegmentList::overlap_size(), and pref_. Referenced by MediaCache::get_data().
00289 {
00290 assert((layer >= 0) && (layer < MAX_LAYER));
00291 return pref_[layer].overlap_size(s);
00292 }
|
Here is the call graph for this function:

|
|
Definition at line 274 of file mcache.h. Referenced by MediaCache::command(), and RegInfo(). |
|
|
Definition at line 281 of file mcache.h. Referenced by MediaCache::command(), MediaCache::get_data(), and RegInfo(). |
|
|
Definition at line 279 of file mcache.h. Referenced by MediaCache::command(), MediaCache::get_data(), and RegInfo(). |
|
|
Definition at line 275 of file mcache.h. Referenced by MediaCache::command(), MediaCache::get_data(), and RegInfo(). |
|
|
Definition at line 273 of file mcache.h. Referenced by MediaCache::command(). |
|
|
Definition at line 277 of file mcache.h. Referenced by MediaCache::command(), MediaCache::process_data(), and RegInfo(). |
|
|
Definition at line 282 of file mcache.h. Referenced by add_pref(), pref_size(), and ~RegInfo(). |
1.3.3