Searched refs:mMetaBufCount (Results 1 – 2 of 2) sorted by relevance
1209 mMetaBufCount = 0; in QCameraVideoMemory()1323 mMetaBufCount = mBufferCount; in allocateMore()1355 mMetaBufCount = buf_cnt; in allocateMeta()1370 for (int i = 0; i < mMetaBufCount; i ++) { in deallocateMeta()1374 mMetaBufCount = 0; in deallocateMeta()1412 mMetaBufCount = 0; in deallocate()1430 if (index >= mMetaBufCount || (!metadata && index >= mBufferCount)) in getMemory()1457 for (int i = 0; i < mMetaBufCount; i++) { in getMatchBufIndex()
212 uint8_t mMetaBufCount; variable