Searched refs:batch_idx (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraMem.h | 264 int batch_idx, int fd, int size, int ts = 0);
|
D | QCameraMem.cpp | 1634 int batch_idx, int fd, int size, int ts) in updateNativeHandle() argument 1637 MetaBufferUtil::setFdAt(nh, batch_idx, fd); in updateNativeHandle() 1638 MetaBufferUtil::setIntAt(nh, batch_idx, VIDEO_META_SIZE, size); in updateNativeHandle() 1639 MetaBufferUtil::setIntAt(nh, batch_idx, VIDEO_META_TIMESTAMP, ts); in updateNativeHandle()
|