Home
last modified time | relevance | path

Searched defs:MetaBufferUtil (Results 1 – 3 of 3) 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/sm8150/media/mm-core/inc/
DOMX_QCOMExtns.h2191 struct MetaBufferUtil { struct
2211 return MetaBufferUtil::isHandleSane(hnd) ? hnd->numFds : -1; in getBatchSize() argument
2217 return (MetaBufferUtil::isHandleSane(hnd) && (index < hnd->numFds)) ? hnd->data[index] : -1; in getFdAt() argument
2221 int idx = MetaBufferUtil::getIntIndex(hnd, index, type); in getIntAt() argument
2228 …return (MetaBufferUtil::isHandleSane(hnd) && (index < hnd->numFds)) ? hnd->data[index] = fd, 0 : -… in setFdAt() argument
2232 int idx = MetaBufferUtil::getIntIndex(hnd, index, type); in setIntAt() argument
2242 int idx = index + type * MetaBufferUtil::getBatchSize(hnd); in getIntIndex() argument
/hardware/qcom/sm7250/media/mm-core/inc/
DOMX_QCOMExtns.h2309 struct MetaBufferUtil { struct
2329 return MetaBufferUtil::isHandleSane(hnd) ? hnd->numFds : -1; in getBatchSize() argument
2335 return (MetaBufferUtil::isHandleSane(hnd) && (index < hnd->numFds)) ? hnd->data[index] : -1; in getFdAt() argument
2339 int idx = MetaBufferUtil::getIntIndex(hnd, index, type); in getIntAt() argument
2346 …return (MetaBufferUtil::isHandleSane(hnd) && (index < hnd->numFds)) ? hnd->data[index] = fd, 0 : -… in setFdAt() argument
2350 int idx = MetaBufferUtil::getIntIndex(hnd, index, type); in setIntAt() argument
2360 int idx = index + type * MetaBufferUtil::getBatchSize(hnd); in getIntIndex() argument