|
FFmpeg
|
Data Fields | |
| InputFilter | ifilter |
| InputFilterOptions | opts |
| AVFrame * | frame |
| OutputFilter * | ofilter_src |
| enum AVMediaType | type_src |
| int | eof |
| int | bound |
| int | drop_warned |
| uint64_t | nb_dropped |
| int | format |
| int | width |
| int | height |
| AVRational | sample_aspect_ratio |
| enum AVColorSpace | color_space |
| enum AVColorRange | color_range |
| enum AVAlphaMode | alpha_mode |
| int | sample_rate |
| AVChannelLayout | ch_layout |
| AVRational | time_base |
| AVFrameSideData ** | side_data |
| int | nb_side_data |
| AVFifo * | frame_queue |
| AVBufferRef * | hw_frames_ctx |
| int | displaymatrix_present |
| int | displaymatrix_applied |
| int32_t | displaymatrix [9] |
| int | downmixinfo_present |
| AVDownmixInfo | downmixinfo |
| struct { | |
| AVFrame * frame | |
| int64_t last_pts | |
| int64_t end_pts | |
| unsigned int initialize | |
| marks if sub2video_update should force an initialization More... | |
| } | sub2video |
Definition at line 104 of file ffmpeg_filter.c.
| InputFilter InputFilterPriv::ifilter |
Definition at line 105 of file ffmpeg_filter.c.
Referenced by bind_inputs(), configure_filtergraph(), ifilter_alloc(), ifilter_bind_dec(), ifilter_bind_fg(), ofilter_bind_ifilter(), sub2video_push_ref(), and sub2video_update().
| InputFilterOptions InputFilterPriv::opts |
Definition at line 107 of file ffmpeg_filter.c.
Referenced by configure_input_audio_filter(), configure_input_video_filter(), fg_free(), filter_thread(), ifilter_bind_dec(), ifilter_bind_ist(), ifilter_parameters_from_frame(), ifilter_parameters_from_ofilter(), send_eof(), and send_frame().
| AVFrame* InputFilterPriv::frame |
Definition at line 110 of file ffmpeg_filter.c.
Referenced by fg_free(), ifilter_alloc(), ifilter_bind_ist(), sub2video_get_blank_frame(), sub2video_push_ref(), and sub2video_update().
| OutputFilter* InputFilterPriv::ofilter_src |
Definition at line 113 of file ffmpeg_filter.c.
Referenced by ofilter_bind_ifilter(), and send_frame().
| enum AVMediaType InputFilterPriv::type_src |
Definition at line 117 of file ffmpeg_filter.c.
Referenced by configure_filtergraph(), configure_input_video_filter(), filter_thread(), ifilter_bind_dec(), ifilter_bind_fg(), and ifilter_bind_ist().
| int InputFilterPriv::eof |
Definition at line 119 of file ffmpeg_filter.c.
| int InputFilterPriv::bound |
Definition at line 120 of file ffmpeg_filter.c.
Referenced by bind_inputs(), ifilter_bind_dec(), ifilter_bind_fg(), and ifilter_bind_ist().
| int InputFilterPriv::drop_warned |
Definition at line 121 of file ffmpeg_filter.c.
Referenced by send_frame().
| uint64_t InputFilterPriv::nb_dropped |
Definition at line 122 of file ffmpeg_filter.c.
Referenced by filter_thread(), and send_frame().
| int InputFilterPriv::format |
Definition at line 125 of file ffmpeg_filter.c.
Referenced by configure_input_audio_filter(), configure_input_video_filter(), ifilter_alloc(), ifilter_bind_ist(), ifilter_has_all_input_formats(), ifilter_parameters_from_frame(), read_frames(), send_eof(), send_frame(), and sub2video_get_blank_frame().
| int InputFilterPriv::width |
Definition at line 127 of file ffmpeg_filter.c.
Referenced by configure_input_video_filter(), ifilter_bind_ist(), ifilter_parameters_from_frame(), send_eof(), send_frame(), sub2video_frame(), and sub2video_get_blank_frame().
| int InputFilterPriv::height |
Definition at line 127 of file ffmpeg_filter.c.
Referenced by configure_input_video_filter(), ifilter_bind_ist(), ifilter_parameters_from_frame(), send_eof(), send_frame(), sub2video_frame(), and sub2video_get_blank_frame().
| AVRational InputFilterPriv::sample_aspect_ratio |
Definition at line 128 of file ffmpeg_filter.c.
Referenced by configure_input_video_filter(), ifilter_parameters_from_frame(), and send_eof().
| enum AVColorSpace InputFilterPriv::color_space |
Definition at line 129 of file ffmpeg_filter.c.
Referenced by configure_input_video_filter(), ifilter_alloc(), ifilter_parameters_from_frame(), send_eof(), send_frame(), and sub2video_get_blank_frame().
| enum AVColorRange InputFilterPriv::color_range |
Definition at line 130 of file ffmpeg_filter.c.
Referenced by configure_input_video_filter(), ifilter_alloc(), ifilter_parameters_from_frame(), send_eof(), send_frame(), and sub2video_get_blank_frame().
| enum AVAlphaMode InputFilterPriv::alpha_mode |
Definition at line 131 of file ffmpeg_filter.c.
Referenced by configure_input_video_filter(), ifilter_alloc(), ifilter_parameters_from_frame(), send_eof(), send_frame(), and sub2video_get_blank_frame().
| int InputFilterPriv::sample_rate |
Definition at line 133 of file ffmpeg_filter.c.
Referenced by configure_input_audio_filter(), ifilter_parameters_from_frame(), send_eof(), and send_frame().
| AVChannelLayout InputFilterPriv::ch_layout |
Definition at line 134 of file ffmpeg_filter.c.
Referenced by configure_input_audio_filter(), ifilter_parameters_from_frame(), send_eof(), and send_frame().
| AVRational InputFilterPriv::time_base |
Definition at line 136 of file ffmpeg_filter.c.
Referenced by configure_input_audio_filter(), configure_input_video_filter(), ifilter_bind_ist(), ifilter_parameters_from_frame(), send_eof(), send_frame(), sub2video_heartbeat(), and sub2video_update().
| AVFrameSideData** InputFilterPriv::side_data |
Definition at line 138 of file ffmpeg_filter.c.
Referenced by configure_input_audio_filter(), configure_input_video_filter(), fg_free(), ifilter_parameters_from_frame(), ifilter_parameters_from_ofilter(), and send_eof().
| int InputFilterPriv::nb_side_data |
Definition at line 139 of file ffmpeg_filter.c.
Referenced by configure_input_audio_filter(), configure_input_video_filter(), fg_free(), ifilter_parameters_from_frame(), ifilter_parameters_from_ofilter(), and send_eof().
| AVFifo* InputFilterPriv::frame_queue |
Definition at line 141 of file ffmpeg_filter.c.
Referenced by configure_filtergraph(), fg_free(), ifilter_alloc(), send_frame(), and sub2video_frame().
| AVBufferRef* InputFilterPriv::hw_frames_ctx |
Definition at line 143 of file ffmpeg_filter.c.
Referenced by configure_input_video_filter(), fg_free(), ifilter_parameters_from_frame(), and send_frame().
| int InputFilterPriv::displaymatrix_present |
Definition at line 145 of file ffmpeg_filter.c.
Referenced by ifilter_parameters_from_frame(), and send_frame().
| int InputFilterPriv::displaymatrix_applied |
Definition at line 146 of file ffmpeg_filter.c.
Referenced by configure_filtergraph(), configure_input_video_filter(), and send_frame().
| int32_t InputFilterPriv::displaymatrix[9] |
Definition at line 147 of file ffmpeg_filter.c.
Referenced by configure_input_video_filter(), ifilter_parameters_from_frame(), and send_frame().
| int InputFilterPriv::downmixinfo_present |
Definition at line 149 of file ffmpeg_filter.c.
Referenced by ifilter_parameters_from_frame(), and send_frame().
| AVDownmixInfo InputFilterPriv::downmixinfo |
Definition at line 150 of file ffmpeg_filter.c.
Referenced by ifilter_parameters_from_frame(), and send_frame().
| int64_t InputFilterPriv::last_pts |
Definition at line 155 of file ffmpeg_filter.c.
Referenced by sub2video_prepare(), and sub2video_push_ref().
| int64_t InputFilterPriv::end_pts |
Definition at line 156 of file ffmpeg_filter.c.
Referenced by sub2video_frame(), sub2video_heartbeat(), sub2video_prepare(), and sub2video_update().
| unsigned int InputFilterPriv::initialize |
marks if sub2video_update should force an initialization
Definition at line 159 of file ffmpeg_filter.c.
Referenced by sub2video_heartbeat(), sub2video_prepare(), and sub2video_update().
| struct { ... } InputFilterPriv::sub2video |
1.8.17