OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_fragments
(Results
1 - 3
of
3
) sorted by null
/external/opencore/baselibs/media_data_structures/src/
pv_gau.h
29
int32
num_fragments
; //number of buffer fragments in this buffer frag group
member in struct:SimpleBufferFragGroup
34
:
num_fragments
(0)
104
if (buf.
num_fragments
>= MAX_NUM_FRAGMENTS) return 0;
106
buf.fragments[buf.
num_fragments
].ptr = ptr;
107
buf.fragments[buf.
num_fragments
].len = len;
108
if (buf.buf_states[buf.
num_fragments
]) OSCL_DELETE(buf.buf_states[buf.
num_fragments
]);
109
buf.buf_states[buf.
num_fragments
] = OSCL_NEW(BufferState, ());
110
buf.buf_states[buf.
num_fragments
]->bind(ptr, freeFunc);
111
buf.
num_fragments
++
[
all
...]
/external/opencore/oscl/oscl/osclutil/src/
oscl_media_data.h
155
BufFragGroup(): next(0),
num_fragments
(0), length(0)
169
return
num_fragments
;
201
for (uint ii = 0 ; ii <
num_fragments
; ++ii)
208
num_fragments
= length = 0;
216
if (
num_fragments
> max_frags)
225
if (location_offset >= 0 && location_offset < (int32)
num_fragments
)
231
(
num_fragments
- location_offset)*sizeof(BufferFragment));
233
(
num_fragments
- location_offset)*sizeof(BufferState*));
234
++
num_fragments
; /* increment the number of fragments if a move
247
fragments[
num_fragments
] = frag
257
uint32
num_fragments
;
member in class:BufFragGroup
[
all
...]
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
logicalchannel.cpp
1391
int
num_fragments
= (mem_size \/ H223_INCOMING_CHANNEL_FRAGMENT_SIZE) + 1;
local
[
all
...]
Completed in 529 milliseconds