Home
last modified time | relevance | path

Searched defs:MetaBufferUtil (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/media/msm8998/mm-core/inc/
DOMX_QCOMExtns.h2087 struct MetaBufferUtil { struct
2107 return MetaBufferUtil::isHandleSane(hnd) ? hnd->numFds : -1; in getBatchSize() argument
2113 return (MetaBufferUtil::isHandleSane(hnd) && (index < hnd->numFds)) ? hnd->data[index] : -1; in getFdAt() argument
2117 int idx = MetaBufferUtil::getIntIndex(hnd, index, type); in getIntAt() argument
2124 …return (MetaBufferUtil::isHandleSane(hnd) && (index < hnd->numFds)) ? hnd->data[index] = fd, 0 : -… in setFdAt() argument
2128 int idx = MetaBufferUtil::getIntIndex(hnd, index, type); in setIntAt() argument
2138 int idx = index + type * MetaBufferUtil::getBatchSize(hnd); in getIntIndex() argument
/hardware/qcom/sdm845/media/mm-core/inc/
DOMX_QCOMExtns.h2123 struct MetaBufferUtil { struct
2143 return MetaBufferUtil::isHandleSane(hnd) ? hnd->numFds : -1; in getBatchSize() argument
2149 return (MetaBufferUtil::isHandleSane(hnd) && (index < hnd->numFds)) ? hnd->data[index] : -1; in getFdAt() argument
2153 int idx = MetaBufferUtil::getIntIndex(hnd, index, type); in getIntAt() argument
2160 …return (MetaBufferUtil::isHandleSane(hnd) && (index < hnd->numFds)) ? hnd->data[index] = fd, 0 : -… in setFdAt() argument
2164 int idx = MetaBufferUtil::getIntIndex(hnd, index, type); in setIntAt() argument
2174 int idx = index + type * MetaBufferUtil::getBatchSize(hnd); in getIntIndex() argument