|
FFmpeg
|
#include <bsf_internal.h>
Data Fields | |
| AVBitStreamFilterGraph | p |
| The public AVBitStreamFilterGraph. More... | |
| struct BitStreamFilterLinkInternal ** | sink_links |
| struct BitStreamFilterLinkInternal ** | source_links |
| int | sink_links_count |
| int | source_links_count |
| size_t | max_packet_queue |
| size_t | packets_queued |
Definition at line 210 of file bsf_internal.h.
| AVBitStreamFilterGraph FFBitStreamFilterGraph::p |
The public AVBitStreamFilterGraph.
See bsf.h for it.
Definition at line 214 of file bsf_internal.h.
Referenced by av_bsf_graph_alloc().
| struct BitStreamFilterLinkInternal** FFBitStreamFilterGraph::sink_links |
Definition at line 216 of file bsf_internal.h.
Referenced by av_bsf_graph_free(), graph_config_pointers(), heap_bubble_down(), and heap_bubble_up().
| struct BitStreamFilterLinkInternal** FFBitStreamFilterGraph::source_links |
Definition at line 217 of file bsf_internal.h.
Referenced by av_bsf_graph_free(), av_bsf_graph_source_needs_input(), and graph_config_pointers().
| int FFBitStreamFilterGraph::sink_links_count |
Definition at line 218 of file bsf_internal.h.
Referenced by graph_config_pointers(), and heap_bubble_down().
| int FFBitStreamFilterGraph::source_links_count |
Definition at line 219 of file bsf_internal.h.
Referenced by av_bsf_graph_source_needs_input(), and graph_config_pointers().
| size_t FFBitStreamFilterGraph::max_packet_queue |
Definition at line 221 of file bsf_internal.h.
Referenced by av_bsf_graph_alloc(), av_bsf_graph_config(), and ff_bsf_filter_packet().
| size_t FFBitStreamFilterGraph::packets_queued |
Definition at line 222 of file bsf_internal.h.
Referenced by ff_bsf_filter_packet(), ff_bsf_inlink_consume_packet(), and ff_bsf_inlink_set_status().
1.8.17