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.
plane_t p [(5)]
 description of the planes
int i_planes
 number of allocated planes
picture_sys_tp_sys
 Private data - the video output plugin might want to put stuff here to keep track of the picture.
struct {
   vlc_atomic_t   refcount
   void(*   pf_destroy )(picture_t *)
   picture_gc_sys_t *   p_sys
gc
 This way the picture_Release can be overloaded.
struct picture_tp_next
 Next picture in a FIFO a pictures.
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
bool b_force
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
unsigned int i_nb_fields
 # of displayed fields

Detailed Description

Video picture.


Field Documentation

is it a progressive frame ?

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

which field is first

Referenced by picture_CopyProperties(), and picture_Reset().

struct { ... } picture_t::gc
unsigned int picture_t::i_nb_fields

# of displayed fields

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

number of allocated planes

Referenced by AllocatePicture(), picture_CopyPixels(), picture_NewFromResource(), and picture_Setup().

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

Referenced by AllocatePicture(), Lock(), picture_NewFromResource(), picture_pool_Delete(), picture_pool_Get(), picture_pool_NewExtended(), picture_pool_NonEmpty(), picture_Setup(), PictureDestroy(), and Unlock().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines