OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i4_buf_rd_idx
(Results
1 - 2
of
2
) sorted by null
/external/libavc/common/
ih264_list.h
54
volatile WORD32
i4_buf_rd_idx
;
member in struct:__anon15255
ih264_list.c
283
ps_list->
i4_buf_rd_idx
= 0;
316
ps_list->
i4_buf_rd_idx
= 0;
447
pi4_rd_idx = &ps_list->
i4_buf_rd_idx
;
533
pi4_rd_idx = &ps_list->
i4_buf_rd_idx
;
540
rd_idx = ps_list->
i4_buf_rd_idx
& (ps_list->i4_buf_max_idx - 1);
544
ps_list->
i4_buf_rd_idx
++;
Completed in 36 milliseconds