Home
last modified time | relevance | path

Searched refs:p_father (Results 1 – 9 of 9) 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() argument
88 if( p_father && AVI_ChunkEnd( p_chk ) > AVI_ChunkEnd( p_father ) ) in AVI_ChunkReadCommon()
94 if( p_father->common.i_chunk_fourcc != AVIFOURCC_RIFF || in AVI_ChunkReadCommon()
95 p_father->common.p_father == NULL || in AVI_ChunkReadCommon()
96 p_father->common.p_father->common.p_father != NULL ) /* Root > RIFF only */ in AVI_ChunkReadCommon()
285 if( p_chk->common.p_father->common.i_chunk_size > 0 && in AVI_ChunkFetchIndexes()
287 p_chk->common.p_father->common.i_chunk_pos + in AVI_ChunkFetchIndexes()
427 if( p_chk->common.p_father == NULL ) in AVI_ChunkRead_strf()
989 if( AVI_ChunkReadCommon( s, p_chk, p_father ) ) in AVI_ChunkRead()
997 p_chk->common.p_father = p_father; in AVI_ChunkRead()
[all …]
H A Dlibavi.h57 union avi_chunk_u *p_father; \
250 avi_chunk_t *p_father );
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/asf/
H A Dlibasf.c160 if( p_obj->common.p_father && in ASF_NextObject()
161 p_obj->common.p_father->common.i_object_size != 0 ) in ASF_NextObject()
163 if( p_obj->common.p_father->common.i_object_pos + in ASF_NextObject()
164 p_obj->common.p_father->common.i_object_size < in ASF_NextObject()
1493 if( p_father ) in ASF_ParentObject()
1495 if( p_father->common.p_first ) in ASF_ParentObject()
1501 p_father->common.p_first = p_obj; in ASF_ParentObject()
1503 p_father->common.p_last = p_obj; in ASF_ParentObject()
1518 asf_object_t *p_father ) in ASF_ReadObject() argument
1532 p_obj->common.p_father = p_father; in ASF_ReadObject()
[all …]
H A Dlibasf.h39 union asf_object_u *p_father; \
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dlibmp4.c276 p_box->p_father = NULL; in MP4_PeekBoxHeader()
366 if( p_father && p_father->i_size > 0 ) in MP4_ReadBoxRestricted()
369 const uint64_t i_father_next = p_father->i_size + p_father->i_pos; in MP4_ReadBoxRestricted()
385 p_box->p_father = p_father; in MP4_ReadBoxRestricted()
562 if( p_box->p_father && in MP4_ReadBoxSkip()
3450 if( !p_box->p_father || in MP4_ReadBox_cmov()
4385 if( !p_box->p_father ) in MP4_ReadBox_default()
4875 p_father && p_father->i_type != MP4_Box_Function[i_index].i_parent ) in MP4_Box_Read_Specific()
4916 if( p_father && p_father->i_size > 0 && in MP4_ReadBox()
4917 p_father->i_pos + p_father->i_size < p_box->i_pos + p_box->i_size ) in MP4_ReadBox()
[all …]
H A Dmeta.c257 if( p_box->p_father == NULL || in ExtractIntlStrings()
258 p_box->p_father->i_type != ATOM_udta || in ExtractIntlStrings()
518 if ( p_udta->p_father ) in SetupMeta()
527 MP4_Box_t *p_keys = MP4_BoxGet( p_udta->p_father, "keys" ); in SetupMeta()
H A Dlibmp4.h1800 MP4_Box_t *p_father; /* pointer on the father Box */ member
H A Dessetup.c1215 msg_Err( p_demux, "missing WMA2 %4.4s", (char*) &p_sample->p_father->i_type ); in SetupAudioES()
/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
7937 igraph_vector_init(&father, 0); p_father=&father; in R_igraph_bfs()
7960 p_order, p_rank, p_father, p_pred, p_succ, p_dist, in R_igraph_bfs()
7985 SET_VECTOR_ELT(result, 4, R_igraph_0orvector_to_SEXP_d(p_father)); in R_igraph_bfs()
8061 igraph_vector_t *p_order=0, *p_order_out=0, *p_father=0, *p_dist=0; in R_igraph_dfs() local
8074 igraph_vector_init(&father, 0); p_father=&father; in R_igraph_dfs()
8096 p_order, p_order_out, p_father, p_dist, in R_igraph_dfs()
8122 SET_VECTOR_ELT(result, 4, R_igraph_0orvector_to_SEXP_d(p_father)); in R_igraph_dfs()