|
FFmpeg
|
Data Fields | |
| AVFrame * | frame |
| AVSubtitle | sub |
| int | serial |
| double | pts |
| double | duration |
| int64_t | pos |
| SDL_Overlay * | bmp |
| int | allocated |
| int | reallocate |
| int | width |
| int | height |
| AVRational | sar |
| status_t | status |
| size_t | size |
| int64_t | time |
| int | key |
| uint8_t * | buffer |
| AVFrame * | vframe |
| AVFrame* Frame::frame |
Definition at line 148 of file ffplay.c.
Referenced by audio_decode_frame(), audio_thread(), frame_queue_destory(), frame_queue_init(), and frame_queue_unref_item().
| AVSubtitle Frame::sub |
Definition at line 149 of file ffplay.c.
Referenced by frame_queue_unref_item(), subtitle_thread(), video_image_display(), and video_refresh().
| int Frame::serial |
Definition at line 150 of file ffplay.c.
Referenced by audio_decode_frame(), audio_thread(), frame_queue_last_pos(), queue_picture(), subtitle_thread(), video_refresh(), and vp_duration().
| double Frame::pts |
Definition at line 151 of file ffplay.c.
Referenced by audio_decode_frame(), audio_thread(), queue_picture(), subtitle_thread(), video_image_display(), video_refresh(), and vp_duration().
| double Frame::duration |
Definition at line 152 of file ffplay.c.
Referenced by audio_thread(), queue_picture(), and vp_duration().
| int64_t Frame::pos |
Definition at line 153 of file ffplay.c.
Referenced by audio_thread(), frame_queue_last_pos(), queue_picture(), and video_refresh().
| SDL_Overlay* Frame::bmp |
Definition at line 154 of file ffplay.c.
Referenced by alloc_picture(), free_picture(), queue_picture(), and video_image_display().
| int Frame::allocated |
Definition at line 155 of file ffplay.c.
Referenced by alloc_picture(), and queue_picture().
| int Frame::reallocate |
Definition at line 156 of file ffplay.c.
Referenced by queue_picture(), and toggle_full_screen().
| int Frame::width |
Definition at line 157 of file ffplay.c.
Referenced by alloc_picture(), queue_picture(), video_image_display(), and video_open().
| int Frame::height |
Definition at line 158 of file ffplay.c.
Referenced by alloc_picture(), queue_picture(), video_image_display(), and video_open().
| AVRational Frame::sar |
Definition at line 159 of file ffplay.c.
Referenced by queue_picture(), video_image_display(), and video_open().
| status_t Frame::status |
Definition at line 47 of file libstagefright.cpp.
Referenced by decode_thread(), CustomSource::read(), and Stagefright_close().
| size_t Frame::size |
Definition at line 48 of file libstagefright.cpp.
Referenced by CustomSource::read().
| int64_t Frame::time |
Definition at line 49 of file libstagefright.cpp.
Referenced by CustomSource::read().
| int Frame::key |
Definition at line 50 of file libstagefright.cpp.
Referenced by CustomSource::read().
| uint8_t* Frame::buffer |
Definition at line 51 of file libstagefright.cpp.
Referenced by CustomSource::read().
| AVFrame* Frame::vframe |
Definition at line 52 of file libstagefright.cpp.
Referenced by decode_thread().
1.8.2