OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accumulated_size
(Results
1 - 1
of
1
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm_utils_list.c
38
uint32_t index = 0,
accumulated_size
=0;
local
41
accumulated_size
= list->sc_ibuf[index].len - list->start_offset;
42
if(
accumulated_size
>= byte)
53
if((
accumulated_size
+ list->sc_ibuf[index].len) >= byte)
55
*offset = byte -
accumulated_size
- 1;
59
accumulated_size
+= list->sc_ibuf[index].len;
Completed in 484 milliseconds