OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i4_buf_wr_idx
(Results
1 - 2
of
2
) sorted by null
/external/libavc/common/
ih264_list.h
51
volatile WORD32
i4_buf_wr_idx
;
member in struct:__anon15255
ih264_list.c
284
ps_list->
i4_buf_wr_idx
= 0;
317
ps_list->
i4_buf_wr_idx
= 0;
446
pi4_wr_idx = &ps_list->
i4_buf_wr_idx
;
453
wr_idx = ps_list->
i4_buf_wr_idx
& (ps_list->i4_buf_max_idx - 1);
457
ps_list->
i4_buf_wr_idx
++;
532
pi4_wr_idx = &ps_list->
i4_buf_wr_idx
;
Completed in 40 milliseconds