Last change
on this file since 45168 was
45168,
checked in by obi, 19 months ago
|
add oebuild building files
|
-
Property svn:executable set to
*
|
File size:
504 bytes
|
Line | |
---|
1 | #ifndef pti_slot_h_123 |
---|
2 | #define pti_slot_h_123 |
---|
3 | |
---|
4 | void pti_slot_allocate(u32 tc_slot_index, int dvb_type, int dvb_pes_type); |
---|
5 | |
---|
6 | u16 pti_slot_get_pid(u32 tc_slot_index, u16 Pid); |
---|
7 | void pti_slot_set_pid(u32 tc_slot_index, u16 Pid); |
---|
8 | void pti_slot_clear_pid(int tc_slot_index, int tc_dma_index, int rewind); |
---|
9 | |
---|
10 | void pti_slot_link_to_buffer(u32 tc_slot_index, u32 tc_dma_index); |
---|
11 | void pti_slot_unlink_buffer(u32 tc_slot_index); |
---|
12 | |
---|
13 | void pti_slot_free(u32 tc_slot_index); |
---|
14 | int pti_slot_get_state(u32 tc_slot_index); |
---|
15 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.