OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:snapshot_size
(Results
1 - 3
of
3
) sorted by null
/external/v8/test/cctest/
test-serialize.cc
451
int
snapshot_size
= 0;
local
452
byte* snapshot = ReadBytes(file_name, &
snapshot_size
);
456
SnapshotByteSource source(snapshot,
snapshot_size
);
466
SnapshotByteSource source(snapshot,
snapshot_size
);
532
int
snapshot_size
= 0;
local
533
byte* snapshot = ReadBytes(file_name, &
snapshot_size
);
537
SnapshotByteSource source(snapshot,
snapshot_size
);
547
SnapshotByteSource source(snapshot,
snapshot_size
);
/device/samsung/crespo/libcamera/
SecCamera.h
346
unsigned char* getJpeg(unsigned char *snapshot_data, int
snapshot_size
, int *size);
SecCamera.cpp
1737
unsigned int
snapshot_size
= m_snapshot_width * m_snapshot_height * 2;
local
[
all
...]
Completed in 15 milliseconds