|
LiVES 3.2.0
|
#include <lives-yuv4mpeg.h>
Data Fields | |
| int | type |
| int | cardno |
| y4m_stream_info_t | streaminfo |
| y4m_frame_info_t | frameinfo |
| y4m_ratio_t | sar |
| y4m_ratio_t | dar |
| char * | name |
| char * | filename |
| int | fd |
| int | hsize |
| int | vsize |
| void ** | pixel_data |
| boolean | ready |
Definition at line 18 of file lives-yuv4mpeg.h.
| int lives_yuv4m_t::cardno |
Definition at line 20 of file lives-yuv4mpeg.h.
| y4m_ratio_t lives_yuv4m_t::dar |
Definition at line 24 of file lives-yuv4mpeg.h.
Referenced by lives_yuv_stream_stop_read().
| int lives_yuv4m_t::fd |
Definition at line 27 of file lives-yuv4mpeg.h.
Referenced by lives_yuv_stream_stop_read().
| char* lives_yuv4m_t::filename |
Definition at line 26 of file lives-yuv4mpeg.h.
Referenced by lives_yuv_stream_stop_read().
| y4m_frame_info_t lives_yuv4m_t::frameinfo |
Definition at line 22 of file lives-yuv4mpeg.h.
Referenced by lives_yuv_stream_stop_read(), and lives_yuv_stream_stop_write().
| int lives_yuv4m_t::hsize |
Definition at line 28 of file lives-yuv4mpeg.h.
| char* lives_yuv4m_t::name |
Definition at line 25 of file lives-yuv4mpeg.h.
Referenced by lives_yuv_stream_stop_read().
| void** lives_yuv4m_t::pixel_data |
Definition at line 30 of file lives-yuv4mpeg.h.
| boolean lives_yuv4m_t::ready |
Definition at line 31 of file lives-yuv4mpeg.h.
Referenced by weed_layer_set_from_yuv4m().
| y4m_ratio_t lives_yuv4m_t::sar |
Definition at line 23 of file lives-yuv4mpeg.h.
Referenced by lives_yuv_stream_stop_read().
| y4m_stream_info_t lives_yuv4m_t::streaminfo |
Definition at line 21 of file lives-yuv4mpeg.h.
Referenced by lives_yuv_stream_stop_read(), and lives_yuv_stream_stop_write().
| int lives_yuv4m_t::type |
Definition at line 19 of file lives-yuv4mpeg.h.
Referenced by lives_yuv_stream_stop_read().
| int lives_yuv4m_t::vsize |
Definition at line 29 of file lives-yuv4mpeg.h.