QUEUE_SIZE         70 applications/testapps/ts2udp/main.c 		data = sender->buffer + MPEGTS_PKT_SIZE * (sender->data_read_idx % QUEUE_SIZE);
QUEUE_SIZE        105 applications/testapps/ts2udp/main.c 	sender.sema = gf_sema_new(QUEUE_SIZE, 0);
QUEUE_SIZE        116 applications/testapps/ts2udp/main.c 	sender.buffer = gf_malloc(MPEGTS_PKT_SIZE*QUEUE_SIZE);
QUEUE_SIZE        123 applications/testapps/ts2udp/main.c 		if (sender.data_write_idx - sender.data_read_idx < QUEUE_SIZE) {
QUEUE_SIZE        124 applications/testapps/ts2udp/main.c 			char *data = sender.buffer + MPEGTS_PKT_SIZE * (sender.data_write_idx % QUEUE_SIZE);