| 1180 | } |
| 1181 | |
| 1182 | void cDataMemoryLevel::allocReaders() { |
| 1183 | // allocate and initialize *curRr |
| 1184 | if (nReaders > 0) { // if registered readers are present... |
| 1185 | curRr = (long*)calloc(1,sizeof(long)*nReaders); |
| 1186 | } |
| 1187 | } |
| 1188 | |
| 1189 | // set time meta information for frame at rIdx |
| 1190 | void cDataMemoryLevel::setTimeMeta(long rIdx, long vIdx, const TimeMetaInfo *tm) |