OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
);
534
int
snapshot_size
= 0;
local
535
byte* snapshot = ReadBytes(file_name, &
snapshot_size
);
539
SnapshotByteSource source(snapshot,
snapshot_size
);
549
SnapshotByteSource source(snapshot,
snapshot_size
);
/device/samsung/crespo/libcamera/
SecCamera.h
315
unsigned char* getJpeg(unsigned char *snapshot_data, int
snapshot_size
, int *size);
SecCamera.cpp
1422
unsigned int
snapshot_size
= m_snapshot_width * m_snapshot_height * 2;
local
[
all
...]
Completed in 431 milliseconds