blob: f5a87dcef1b157ea54e61c10034c7cc8d104f2d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
struct vmmc_coder {
struct vmmc *vmmc;
unsigned int id;
struct vmmc_module module;
unsigned int enabled;
uint32_t cmd_cache[4];
uint32_t jitter_buffer_cache[3];
struct tapi_stream *stream;
};
|