VLC 4.0.0-dev
Loading...
Searching...
No Matches
picture.h File Reference
Include dependency graph for picture.h:

Go to the source code of this file.

Data Structures

struct  picture_priv_t
 

Functions

void * picture_Allocate (int *, size_t)
 
void picture_Deallocate (int, void *, size_t)
 
picture_tpicture_InternalClone (picture_t *, void(*pf_destroy)(picture_t *), void *)
 

Function Documentation

◆ picture_Allocate()

void * picture_Allocate ( int *  ,
size_t   
)

◆ picture_Deallocate()

void picture_Deallocate ( int  fd,
void *  base,
size_t  size 
)

References aligned_free, and vlc_close().

Referenced by picture_DestroyFromFormat().

◆ picture_InternalClone()