OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_capture_buf
(Results
1 - 2
of
2
) sorted by null
/device/samsung/crespo/libcamera/
SecCamera.cpp
607
memset(&
m_capture_buf
, 0, sizeof(
m_capture_buf
));
1207
ret = fimc_v4l2_querybuf(m_cam_fd, &
m_capture_buf
, V4L2_BUF_TYPE_VIDEO_CAPTURE);
1225
if (
m_capture_buf
.start) {
1226
munmap(
m_capture_buf
.start,
m_capture_buf
.length);
1228
m_capture_buf
.start,
m_capture_buf
.length);
1229
m_capture_buf
.start = NULL;
1230
m_capture_buf
.length = 0
[
all
...]
SecCamera.h
556
struct fimc_buffer
m_capture_buf
;
member in class:android::SecCamera
Completed in 39 milliseconds