Home
last modified time | relevance | path

Searched defs:p_father (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/avi/
H A Dlibavi.c63 const avi_chunk_t *p_father ) in AVI_ChunkReadCommon()
979 int AVI_ChunkRead( stream_t *s, avi_chunk_t *p_chk, avi_chunk_t *p_father ) in AVI_ChunkRead()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/asf/
H A Dlibasf.c1491 static void ASF_ParentObject( asf_object_t *p_father, asf_object_t *p_obj ) in ASF_ParentObject()
1518 asf_object_t *p_father ) in ASF_ReadObject()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dlibmp4.c331 static MP4_Box_t *MP4_ReadBoxRestricted( stream_t *p_stream, MP4_Box_t *p_father, in MP4_ReadBoxRestricted()
4868 static int MP4_Box_Read_Specific( stream_t *p_stream, MP4_Box_t *p_box, MP4_Box_t *p_father ) in MP4_Box_Read_Specific()
4903 static MP4_Box_t *MP4_ReadBox( stream_t *p_stream, MP4_Box_t *p_father ) in MP4_ReadBox()
H A Dlibmp4.h1800 MP4_Box_t *p_father; /* pointer on the father Box */ member
/dports/math/R-cran-igraph/igraph/src/
H A Drinterface.c7917 igraph_vector_t *p_order=0, *p_rank=0, *p_father=0, *p_pred=0, in R_igraph_bfs() local
8061 igraph_vector_t *p_order=0, *p_order_out=0, *p_father=0, *p_dist=0; in R_igraph_dfs() local