OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mJpegStreamCount
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/system/camera/
EmulatedFakeCamera2.h
404
uint32_t
mJpegStreamCount
;
EmulatedFakeCamera2.cpp
129
mJpegStreamCount
= 0;
337
if (
mJpegStreamCount
>= kMaxJpegStreamCount) {
339
__FUNCTION__,
mJpegStreamCount
);
342
mJpegStreamCount
++;
438
mJpegStreamCount
--;
[
all
...]
Completed in 30 milliseconds