| 129 | } |
| 130 | |
| 131 | static int frame_samples(const SyncQueue *sq, SyncQueueFrame frame) |
| 132 | { |
| 133 | return (sq->type == SYNC_QUEUE_PACKETS) ? 0 : frame.f->nb_samples; |
| 134 | } |
| 135 | |
| 136 | static int frame_null(const SyncQueue *sq, SyncQueueFrame frame) |
| 137 | { |
no outgoing calls
no test coverage detected