dmx.h.rst.exceptions 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # Ignore header name
  2. ignore define _UAPI_DVBDMX_H_
  3. # Ignore limit constants
  4. ignore define DMX_FILTER_SIZE
  5. # dmx_pes_type_t enum symbols
  6. replace enum dmx_ts_pes :c:type:`dmx_pes_type`
  7. replace symbol DMX_PES_AUDIO0 :c:type:`dmx_pes_type`
  8. replace symbol DMX_PES_VIDEO0 :c:type:`dmx_pes_type`
  9. replace symbol DMX_PES_TELETEXT0 :c:type:`dmx_pes_type`
  10. replace symbol DMX_PES_SUBTITLE0 :c:type:`dmx_pes_type`
  11. replace symbol DMX_PES_PCR0 :c:type:`dmx_pes_type`
  12. replace symbol DMX_PES_AUDIO1 :c:type:`dmx_pes_type`
  13. replace symbol DMX_PES_VIDEO1 :c:type:`dmx_pes_type`
  14. replace symbol DMX_PES_TELETEXT1 :c:type:`dmx_pes_type`
  15. replace symbol DMX_PES_SUBTITLE1 :c:type:`dmx_pes_type`
  16. replace symbol DMX_PES_PCR1 :c:type:`dmx_pes_type`
  17. replace symbol DMX_PES_AUDIO2 :c:type:`dmx_pes_type`
  18. replace symbol DMX_PES_VIDEO2 :c:type:`dmx_pes_type`
  19. replace symbol DMX_PES_TELETEXT2 :c:type:`dmx_pes_type`
  20. replace symbol DMX_PES_SUBTITLE2 :c:type:`dmx_pes_type`
  21. replace symbol DMX_PES_PCR2 :c:type:`dmx_pes_type`
  22. replace symbol DMX_PES_AUDIO3 :c:type:`dmx_pes_type`
  23. replace symbol DMX_PES_VIDEO3 :c:type:`dmx_pes_type`
  24. replace symbol DMX_PES_TELETEXT3 :c:type:`dmx_pes_type`
  25. replace symbol DMX_PES_SUBTITLE3 :c:type:`dmx_pes_type`
  26. replace symbol DMX_PES_PCR3 :c:type:`dmx_pes_type`
  27. replace symbol DMX_PES_OTHER :c:type:`dmx_pes_type`
  28. # Ignore obsolete symbols
  29. ignore define DMX_PES_AUDIO
  30. ignore define DMX_PES_VIDEO
  31. ignore define DMX_PES_TELETEXT
  32. ignore define DMX_PES_SUBTITLE
  33. ignore define DMX_PES_PCR
  34. # dmx_input_t symbols
  35. replace enum dmx_input :c:type:`dmx_input`
  36. replace symbol DMX_IN_FRONTEND :c:type:`dmx_input`
  37. replace symbol DMX_IN_DVR :c:type:`dmx_input`
  38. # Flags for struct dmx_sct_filter_params
  39. replace define DMX_CHECK_CRC :c:type:`dmx_sct_filter_params`
  40. replace define DMX_ONESHOT :c:type:`dmx_sct_filter_params`
  41. replace define DMX_IMMEDIATE_START :c:type:`dmx_sct_filter_params`
  42. # some typedefs should point to struct/enums
  43. replace typedef dmx_filter_t :c:type:`dmx_filter`
  44. replace typedef dmx_pes_type_t :c:type:`dmx_pes_type`
  45. replace typedef dmx_input_t :c:type:`dmx_input`
  46. replace symbol DMX_BUFFER_FLAG_HAD_CRC32_DISCARD :c:type:`dmx_buffer_flags`
  47. replace symbol DMX_BUFFER_FLAG_TEI :c:type:`dmx_buffer_flags`
  48. replace symbol DMX_BUFFER_PKT_COUNTER_MISMATCH :c:type:`dmx_buffer_flags`
  49. replace symbol DMX_BUFFER_FLAG_DISCONTINUITY_DETECTED :c:type:`dmx_buffer_flags`
  50. replace symbol DMX_BUFFER_FLAG_DISCONTINUITY_INDICATOR :c:type:`dmx_buffer_flags`
  51. replace symbol DMX_OUT_DECODER :c:type:`dmx_output`
  52. replace symbol DMX_OUT_TAP :c:type:`dmx_output`
  53. replace symbol DMX_OUT_TS_TAP :c:type:`dmx_output`
  54. replace symbol DMX_OUT_TSDEMUX_TAP :c:type:`dmx_output`
  55. replace ioctl DMX_DQBUF dmx_qbuf