Home | History | Annotate | Download | only in api2

Lines Matching full:surfaceidx

277                 int surfaceIdx = request.mSurfaceIdxList.itemAt(i);
289 if ((size_t)surfaceIdx >= gbps.size()) {
291 " we have not called createStream on: stream %d, surfaceIdx %d",
292 __FUNCTION__, mCameraIdStr.string(), streamId, surfaceIdx);
297 res = insertGbpLocked(gbps[surfaceIdx], &surfaceMap, &outputStreamIds, nullptr);