Searched refs:setIntAt (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraMem.cpp | 1420 MetaBufferUtil::setIntAt(nh, 0, VIDEO_META_OFFSET, 0); in allocateMore() 1421 MetaBufferUtil::setIntAt(nh, 0, VIDEO_META_SIZE, 0); in allocateMore() 1422 MetaBufferUtil::setIntAt(nh, 0, VIDEO_META_USAGE, mUsage); in allocateMore() 1423 MetaBufferUtil::setIntAt(nh, 0, VIDEO_META_TIMESTAMP, 0); in allocateMore() 1424 MetaBufferUtil::setIntAt(nh, 0, VIDEO_META_FORMAT, mFormat); in allocateMore() 1425 MetaBufferUtil::setIntAt(nh, 0, VIDEO_META_BUFIDX, i); in allocateMore() 1426 MetaBufferUtil::setIntAt(nh, 0, VIDEO_META_EVENT, 0); in allocateMore() 1489 MetaBufferUtil::setIntAt(nh, j, VIDEO_META_OFFSET, 0); in allocateMeta() 1490 MetaBufferUtil::setIntAt(nh, j, VIDEO_META_SIZE, 0); in allocateMeta() 1491 MetaBufferUtil::setIntAt(nh, j, VIDEO_META_USAGE, mUsage); in allocateMeta() [all …]
|
/hardware/qcom/media/msm8998/mm-core/inc/ |
D | OMX_QCOMExtns.h | 2127 static int setIntAt(native_handle_t *hnd, int index, int type, int value) { in setIntAt() function
|
/hardware/qcom/sdm845/media/mm-core/inc/ |
D | OMX_QCOMExtns.h | 2163 static int setIntAt(native_handle_t *hnd, int index, int type, int value) { in setIntAt() function
|