Home
last modified time | relevance | path

Searched refs:mMetaBufCount (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraMem.cpp1299 mMetaBufCount = 0; in QCameraVideoMemory()
1434 mMetaBufCount = mBufferCount; in allocateMore()
1506 mMetaBufCount = buf_cnt; in allocateMeta()
1521 for (int i = 0; i < mMetaBufCount; i++) { in deallocateMeta()
1534 mMetaBufCount = 0; in deallocateMeta()
1553 mMetaBufCount = 0; in deallocate()
1579 for (i = 0; i < mMetaBufCount; i++) { in getMemory()
1586 if (i < mMetaBufCount) { in getMemory()
1612 if (index >= mMetaBufCount || !metadata) in getNativeHandle()
1760 for (int i = 0; i < mMetaBufCount; i++) { in getMatchBufIndex()
[all …]
H A DQCameraMem.h268 uint8_t mMetaBufCount; variable