Searched refs:streamStatsMap (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/camera/libcameraservice/tests/ |
D | SessionStatsBuilderTest.cpp | 34 map<int, StreamStats> streamStatsMap; in TEST() local 44 &deviceError, &mostRequestedFpsRange, &streamStatsMap); in TEST() 49 &deviceError, &mostRequestedFpsRange, &streamStatsMap); in TEST() 55 &deviceError, &mostRequestedFpsRange, &streamStatsMap); in TEST() 66 &deviceError, &mostRequestedFpsRange, &streamStatsMap); in TEST()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3Device.cpp | 1969 std::map<int, StreamStats> streamStatsMap; in notifyStatus() local 1971 &deviceError, &mostRequestedFpsRange, &streamStatsMap); in notifyStatus() 1974 auto stats = streamStatsMap.find(streamId); in notifyStatus() 1975 if (stats != streamStatsMap.end()) { in notifyStatus()
|