Searched refs:surfaceMap (Results 1 – 3 of 3) sorted by relevance
194 SurfaceMap surfaceMap; in submitRequestList() local212 if (surfaceMap.find(streamSurfaceId.streamId()) == surfaceMap.end()) { in submitRequestList()213 surfaceMap[streamSurfaceId.streamId()] = std::vector<size_t>(); in submitRequestList()216 surfaceMap[streamSurfaceId.streamId()].push_back(streamSurfaceId.surfaceId()); in submitRequestList()237 surfaceMapList.push_back(surfaceMap); in submitRequestList()
520 const SurfaceMap &surfaceMap);527 const SurfaceMap &surfaceMap);
809 SurfaceMap surfaceMap; in convertToRequestList() local814 surfaceMap[streams.data.i32[i]].push_back(0); in convertToRequestList()816 surfaceMaps.push_back(surfaceMap); in convertToRequestList()1099 const CameraMetadata &request, const SurfaceMap &surfaceMap) { in setUpRequestLocked() argument1117 sp<CaptureRequest> newRequest = createCaptureRequest(request, surfaceMap); in setUpRequestLocked()1985 const CameraMetadata &request, const SurfaceMap &surfaceMap) { in createCaptureRequest() argument2040 auto iter = surfaceMap.find(streams.data.i32[i]); in createCaptureRequest()2041 if (iter != surfaceMap.end()) { in createCaptureRequest()