Searched refs:allocateMeta (Results 1 - 9 of 9) sorted by relevance

/device/huawei/angler/camera/QCamera2/HAL/
H A DQCameraMem.h210 int allocateMeta(uint8_t buf_cnt);
H A DQCameraMem.cpp1250 rc = allocateMeta(count);
1334 * FUNCTION : allocateMeta
1345 int QCameraVideoMemory::allocateMeta(uint8_t buf_cnt) function in class:qcamera::QCameraVideoMemory
H A DQCamera2HWI.cpp2077 video_mem->allocateMeta(streamInfo->num_bufs);
/device/lge/bullhead/camera/QCamera2/HAL/
H A DQCameraMem.h207 int allocateMeta(uint8_t buf_cnt);
H A DQCameraMem.cpp1247 rc = allocateMeta(count);
1329 * FUNCTION : allocateMeta
1340 int QCameraVideoMemory::allocateMeta(uint8_t buf_cnt) function in class:qcamera::QCameraVideoMemory
H A DQCamera2HWI.cpp2075 video_mem->allocateMeta(streamInfo->num_bufs);
/device/google/marlin/camera/QCamera2/HAL/
H A DQCameraMem.h228 int allocateMeta(uint8_t buf_cnt, int numFDs, int numInts);
H A DQCameraMem.cpp1338 rc = allocateMeta(count, 1, VIDEO_METADATA_NUM_INTS);
1433 * FUNCTION : allocateMeta
1444 int QCameraVideoMemory::allocateMeta(uint8_t buf_cnt, int numFDs, int numInts) function in class:qcamera::QCameraVideoMemory
H A DQCamera2HWI.cpp2835 rc = videoMemory->allocateMeta(
3176 rc = video_mem->allocateMeta(streamInfo->num_bufs,
3179 LOGE("allocateMeta failed");

Completed in 92 milliseconds