| .. | .. |
|---|
| 30 | 30 | int win_y1; |
|---|
| 31 | 31 | int win_x2; |
|---|
| 32 | 32 | int win_y2; |
|---|
| 33 | | - int needpic; |
|---|
| 34 | 33 | }; |
|---|
| 35 | 34 | |
|---|
| 36 | | -struct ebc_buf_s *ebc_empty_osd_buf_get(void); |
|---|
| 35 | +struct ebc_buf_s *ebc_osd_buf_get(void); |
|---|
| 37 | 36 | struct ebc_buf_s *ebc_osd_buf_clone(void); |
|---|
| 38 | 37 | int ebc_buf_release(struct ebc_buf_s *release_buf); |
|---|
| 38 | +int ebc_remove_from_dsp_buf_list(struct ebc_buf_s *remove_buf); |
|---|
| 39 | 39 | int ebc_add_to_dsp_buf_list(struct ebc_buf_s *dsp_buf); |
|---|
| 40 | | -int ebc_add_to_osd_buf_list(struct ebc_buf_s *dsp_buf); |
|---|
| 41 | 40 | int ebc_get_dsp_list_enum_num(void); |
|---|
| 42 | | -int ebc_get_osd_list_enum_num(void); |
|---|
| 43 | 41 | struct ebc_buf_s *ebc_dsp_buf_get(void); |
|---|
| 44 | | -struct ebc_buf_s *ebc_osd_buf_get(void); |
|---|
| 45 | 42 | struct ebc_buf_s *ebc_find_buf_by_phy_addr(unsigned long phy_addr); |
|---|
| 46 | | -struct ebc_buf_s *ebc_empty_buf_get(const char *tid_name); |
|---|
| 43 | +struct ebc_buf_s *ebc_empty_buf_get(void); |
|---|
| 47 | 44 | unsigned long ebc_phy_buf_base_get(void); |
|---|
| 48 | 45 | char *ebc_virt_buf_base_get(void); |
|---|
| 49 | | -int ebc_buf_state_show(char *buf); |
|---|
| 50 | 46 | int ebc_buf_uninit(void); |
|---|
| 51 | 47 | int ebc_buf_init(unsigned long phy_start, char *mem_start, int men_len, int dest_buf_len, int max_buf_num); |
|---|
| 52 | 48 | #endif |
|---|