Searched defs:bufferIndex (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEncoder.c1990 int bufferIndex = -1; local
2014 bufferIndex = i;
2026 if (bufferIndex == -1)
2032 if (pBuffList->bufferOwner[bufferIndex] == 1)
2044 pBuffList->pBufHdr[bufferIndex] = NULL;
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Channel.cpp2904 int32_t bufferIndex = local
2906 if (bufferIndex < 0) {
2908 bufferIndex, resultFrameNumber);
2911 mFreeHeapBufferList.push_back(bufferIndex);

Completed in 137 milliseconds