OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_resizedVideoHeap
(Results
1 - 2
of
2
) sorted by null
/hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.h
298
camera_memory_t *
m_resizedVideoHeap
[NUM_OF_VIDEO_BUF];
ExynosCameraHWInterface.cpp
130
m_resizedVideoHeap
[i] = NULL;
444
if (
m_resizedVideoHeap
[i] != NULL) {
445
m_resizedVideoHeap
[i]->release(
m_resizedVideoHeap
[i]);
446
m_resizedVideoHeap
[i] = 0;
449
m_resizedVideoHeap
[i] = m_getMemoryCb(-1, orgVideoFrameSize, 1, NULL);
450
if (!
m_resizedVideoHeap
[i]) {
451
ALOGE("ERR(%s):m_getMemoryCb(
m_resizedVideoHeap
[%d], size(%d) fail", __func__, i, orgVideoFrameSize);
[
all
...]
Completed in 1898 milliseconds