| 1206 | } |
| 1207 | |
| 1208 | static int64_t get_frame_start( hb_work_private_t * pv, int64_t frameno ) |
| 1209 | { |
| 1210 | int i = frameno & FRAME_INFO_MASK; |
| 1211 | return pv->frame_info[i].start; |
| 1212 | } |
| 1213 | |
| 1214 | static int64_t get_frame_duration( hb_work_private_t * pv, int64_t frameno ) |
| 1215 | { |
no outgoing calls
no test coverage detected