|
VLC
4.0.0-dev
|
Video picture. More...

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... | |
| void * | p_sys |
| Private data - the video output plugin might want to put stuff here to keep track of the picture. More... | |
| struct picture_t * | p_next |
| Next picture in a FIFO a pictures. More... | |
| atomic_uintptr_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 More... | |
| 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? More... | |
| bool | b_top_field_first |
| which field is first More... | |
| unsigned int | i_nb_fields |
| number of displayed fields More... | |
| picture_context_t * | context |
| video format-specific data pointer More... | |
Video picture.
| bool picture_t::b_force |
| bool picture_t::b_progressive |
is it a progressive frame?
Referenced by picture_CopyProperties(), picture_Reset(), and ThreadDisplayPreparePicture().
| bool picture_t::b_still |
Referenced by ModuleThread_PlayVideo(), picture_CopyProperties(), and picture_Reset().
| bool picture_t::b_top_field_first |
which field is first
Referenced by picture_CopyProperties(), and picture_Reset().
| picture_context_t* picture_t::context |
video format-specific data pointer
Referenced by picture_Clone(), picture_CopyPixels(), picture_GetVideoContext(), and PictureDestroyContext().
| vlc_tick_t picture_t::date |
| video_frame_format_t picture_t::format |
The properties of the picture.
Referenced by picture_BlendSubpicture(), picture_Export(), picture_InitPrivate(), picture_InternalClone(), picture_Setup(), SpuRenderRegion(), subpicture_NewFromPicture(), ThreadDisplayPreparePicture(), ThreadDisplayRenderPicture(), vout_GetPicture(), vout_snapshot_Set(), and VoutVideoFilterInteractiveNewPicture().
| unsigned int picture_t::i_nb_fields |
number of displayed fields
Referenced by picture_CopyProperties(), picture_Reset(), and picture_Setup().
| int picture_t::i_planes |
number of allocated planes
Referenced by picture_CopyPixels(), picture_InternalClone(), picture_NewFromFormat(), picture_NewFromResource(), picture_Setup(), picture_SwapUV(), and subpicture_region_Copy().
| plane_t picture_t::p[(5)] |
description of the planes
Referenced by DrawRect(), DrawTriangle(), picture_CopyPixels(), picture_InternalClone(), picture_NewFromFormat(), picture_NewFromResource(), picture_Setup(), picture_SwapUV(), subpicture_region_Copy(), vout_OSDBackground(), and vout_OSDEpgSlider().
| struct picture_t* picture_t::p_next |
Next picture in a FIFO a pictures.
Referenced by decoder_QueueVideo(), filter_chain_VideoFilter(), FilterChainVideoFilter(), FilterDeletePictures(), picture_fifo_Flush(), picture_pool_Get(), picture_pool_Wait(), PictureFifoPop(), PictureFifoPush(), vout_PutPicture(), vout_snapshot_Destroy(), vout_snapshot_Get(), and vout_snapshot_Set().
| 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().
| atomic_uintptr_t picture_t::refs |
Referenced by picture_Destroy(), picture_Hold(), picture_InitPrivate(), and picture_Release().
1.8.13