| 51 | } |
| 52 | |
| 53 | std::vector<int32_t> MsgWorkingCaptureInfo::GetMapCvtTextureDurations() { |
| 54 | std::vector<int32_t> result; |
| 55 | for (const auto& v : map_cvt_texture_durations_) { |
| 56 | result.push_back(v); |
| 57 | } |
| 58 | return result; |
| 59 | } |
| 60 | |
| 61 | /// ---- |
| 62 | RdStatistics::RdStatistics() { |
nothing calls this directly
no outgoing calls
no test coverage detected