Data Fields | |
| uint8_t * | base [4] |
| uint8_t * | data [4] |
| int | linesize [4] |
| int | h |
| int | w |
| enum PixelFormat | pix_fmt |
| int | refcount |
| struct InputStream * | ist |
| struct FrameBuffer * | next |
Definition at line 148 of file avconv.c.
| uint8_t* FrameBuffer::base[4] |
Definition at line 149 of file avconv.c.
Referenced by alloc_buffer(), codec_get_buffer(), and free_buffer_pool().
| uint8_t* FrameBuffer::data[4] |
Definition at line 150 of file avconv.c.
Referenced by alloc_buffer(), and codec_get_buffer().
| int FrameBuffer::h |
Definition at line 153 of file avconv.c.
Referenced by alloc_buffer(), and codec_get_buffer().
| struct InputStream* FrameBuffer::ist |
Definition at line 157 of file avconv.c.
Referenced by alloc_buffer(), and filter_release_buffer().
| int FrameBuffer::linesize[4] |
Definition at line 151 of file avconv.c.
Referenced by alloc_buffer(), and codec_get_buffer().
| struct FrameBuffer* FrameBuffer::next |
Definition at line 158 of file avconv.c.
Referenced by codec_get_buffer(), free_buffer_pool(), and unref_buffer().
Definition at line 154 of file avconv.c.
Referenced by alloc_buffer(), and codec_get_buffer().
Definition at line 156 of file avconv.c.
Referenced by codec_get_buffer(), transcode_video(), and unref_buffer().
| int FrameBuffer::w |
Definition at line 153 of file avconv.c.
Referenced by alloc_buffer(), and codec_get_buffer().