Home | History | Annotate | Download | only in examples

Lines Matching refs:eos

104 bool eos = false;
247 fprintf(stdout, "EOS was processed\n");
255 printf("Received EOS completion after EOS\n");
257 printf("Received ADTS completion after EOS\n");
259 fprintf(stderr, "Received acknowledgement after EOS with unexpected context %p\n",
263 // signal EOS to the decoder rather than just starving it
264 printf("Enqueue EOS: encoded frames=%zu, decoded frames=%zu\n", encodedFrames,
266 printf("You should now see %u ADTS completion%s followed by 1 EOS completion\n",
271 // EOS message has no parameters, so the total size of the message is the size of the key
282 fprintf(stderr, "Received acknowledgement before EOS with unexpected context %p\n",
404 eos = true;
779 while (!eos) {
816 totalEncodeCompletions, encodedFrames+1/*EOS*/);