VLC 4.0.0-dev
Loading...
Searching...
No Matches

Video picture. More...

#include <vlc_picture.h>

Collaboration diagram for picture_t:
[legend]

Data Fields

video_frame_format_t format
 The properties of the picture.
 
plane_t p [(5)]
 description of the planes
 
int i_planes
 number of allocated planes
 
void * p_sys
 Private data - the video output plugin might want to put stuff here to keep track of the picture.
 
struct picture_tp_next
 Next picture in a FIFO a pictures.
 
vlc_atomic_rc_t refs
 
Picture management properties

These properties can be modified using the video output thread API, but should never be written directly

vlc_tick_t date
 display date
 
bool b_force
 
bool b_still
 
Picture dynamic properties

Those properties can be changed by the decoder

bool b_progressive
 is it a progressive frame?
 
bool b_top_field_first
 which field is first
 
bool b_multiview_left_eye
 left eye or right eye in multiview
 
unsigned int i_nb_fields
 number of displayed fields
 
picture_context_tcontext
 video format-specific data pointer
 

Detailed Description

Video picture.

Field Documentation

◆ b_force

◆ b_multiview_left_eye

bool picture_t::b_multiview_left_eye

left eye or right eye in multiview

◆ b_progressive

bool picture_t::b_progressive

is it a progressive frame?

Referenced by picture_CopyProperties(), picture_Reset(), and PreparePicture().

◆ b_still

bool picture_t::b_still

◆ b_top_field_first

bool picture_t::b_top_field_first

which field is first

Referenced by picture_CopyProperties(), and picture_Reset().

◆ context

picture_context_t* picture_t::context

video format-specific data pointer

Referenced by picture_CopyPixels(), picture_GetVideoContext(), picture_InternalClone(), and PictureDestroyContext().

◆ date

◆ format

◆ i_nb_fields

unsigned int picture_t::i_nb_fields

number of displayed fields

Referenced by picture_CopyProperties(), picture_Reset(), and picture_Setup().

◆ i_planes

int picture_t::i_planes

◆ p

◆ p_next

◆ p_sys

void* picture_t::p_sys

Private data - the video output plugin might want to put stuff here to keep track of the picture.

Referenced by picture_DestroyFromFormat(), picture_InitPrivate(), picture_InternalClone(), and picture_NewFromFormat().

◆ refs


The documentation for this struct was generated from the following file: