OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:streamIndex
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/Archive/Common/
CoderMixer2.h
80
UInt32
streamIndex
= 0;
82
streamIndex
+= Coders[i].NumInStreams;
83
return
streamIndex
;
88
UInt32
streamIndex
= 0;
90
streamIndex
+= Coders[i].NumOutStreams;
91
return
streamIndex
;
95
void FindInStream(UInt32
streamIndex
, UInt32 &coderIndex,
101
if (
streamIndex
< curSize)
103
coderStreamIndex =
streamIndex
;
106
streamIndex
-= curSize;
[
all
...]
/device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp
494
ssize_t
streamIndex
= mStreams.indexOfKey(stream_id);
495
if (
streamIndex
< 0) {
500
Stream &stream = mStreams.editValueAt(
streamIndex
);
513
ssize_t
streamIndex
= mStreams.indexOfKey(stream_id);
514
if (
streamIndex
< 0) {
525
switch(mStreams.valueAt(
streamIndex
).format) {
537
mStreams.removeItemsAt(
streamIndex
);
592
ssize_t
streamIndex
= mReprocessStreams.indexOfKey(stream_id);
593
if (
streamIndex
< 0) {
605
mReprocessStreams.removeItemsAt(
streamIndex
);
[
all
...]
Completed in 4803 milliseconds