VLC  3.0.15
Data Fields
picture_t Struct Reference

Video picture. More...

Collaboration diagram for picture_t:
Collaboration graph
[legend]

Data Fields

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

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

mtime_t date
 display date More...
 
bool b_force
 
Picture dynamic properties

Those properties can be changed by the decoder

bool b_progressive
 is it a progressive frame ? More...
 
bool b_top_field_first
 which field is first More...
 
unsigned int i_nb_fields
 
picture_context_tcontext
 video format-specific data pointer More...
 

Detailed Description

Video picture.

Field Documentation

◆ b_force

bool picture_t::b_force

◆ b_progressive

bool picture_t::b_progressive

is it a progressive frame ?

Referenced by picture_Reset(), and ThreadDisplayPreparePicture().

◆ b_top_field_first

bool picture_t::b_top_field_first

which field is first

Referenced by picture_Reset().

◆ context

picture_context_t* picture_t::context

video format-specific data pointer

Referenced by PictureDestroyContext().

◆ date

mtime_t picture_t::date

display date

Referenced by picture_Reset(), and ThreadDisplayPreparePicture().

◆ format

video_frame_format_t picture_t::format

◆ i_nb_fields

unsigned int picture_t::i_nb_fields

of displayed fields

Referenced by picture_Reset().

◆ i_planes

int picture_t::i_planes

◆ p

plane_t picture_t::p[(5)]

◆ p_next

struct picture_t* picture_t::p_next

◆ p_sys

picture_sys_t* 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_DestroyFromResource(), picture_NewFromResource(), and picture_pool_ClonePicture().


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