Home
last modified time | relevance | path

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

/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraMem.h207 int allocateMeta(uint8_t buf_cnt);
DQCameraMem.cpp1247 rc = allocateMeta(count); in allocate()
1340 int QCameraVideoMemory::allocateMeta(uint8_t buf_cnt) in allocateMeta() function in qcamera::QCameraVideoMemory
DQCamera2HWI.cpp2075 video_mem->allocateMeta(streamInfo->num_bufs); in allocateStreamUserBuf()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraMem.h210 int allocateMeta(uint8_t buf_cnt);
DQCameraMem.cpp1250 rc = allocateMeta(count); in allocate()
1345 int QCameraVideoMemory::allocateMeta(uint8_t buf_cnt) in allocateMeta() function in qcamera::QCameraVideoMemory
DQCamera2HWI.cpp2077 video_mem->allocateMeta(streamInfo->num_bufs); in allocateStreamUserBuf()
/device/google/marlin/camera/QCamera2/HAL/
DQCameraMem.h228 int allocateMeta(uint8_t buf_cnt, int numFDs, int numInts);
DQCameraMem.cpp1338 rc = allocateMeta(count, 1, VIDEO_METADATA_NUM_INTS); in allocate()
1444 int QCameraVideoMemory::allocateMeta(uint8_t buf_cnt, int numFDs, int numInts) in allocateMeta() function in qcamera::QCameraVideoMemory
DQCamera2HWI.cpp2835 rc = videoMemory->allocateMeta( in allocateStreamBuf()
3176 rc = video_mem->allocateMeta(streamInfo->num_bufs, in allocateStreamUserBuf()