Home | History | Annotate | Download | only in examples

Lines Matching full:adts

17 /* AAC ADTS Decode Test
20 # slesTestDecodeAac /sdcard/myFile.adts
23 OpenSL ES test slesTestDecodeAac: decodes a file containing AAC ADTS data
27 Enqueueing initial full buffers of encoded ADTS data 0 1
32 % adb pull /sdcard/myFile.adts.raw myFile.raw
72 /* Size of the encoded AAC ADTS buffer queue */
103 /* to signal to the test app that the end of the encoded ADTS stream has been reached */
228 /* Callback for AndroidBufferQueueItf through which we supply ADTS buffers */
257 printf("Received ADTS completion after EOS\n");
266 printf("You should now see %u ADTS completion%s followed by 1 EOS completion\n",
279 // verify that we are at start of an ADTS frame
298 "partial ADTS frame at EOF discarded; offset=%zu, framelen=%u, filelen=%zu\n",
304 fprintf(stderr, "corrupt ADTS frame encountered; offset=%zu, filelen=%zu\n",
430 // map file contents into memory to make it easier to access the ADTS frames directly
508 /* Setup the data source for queueing AAC buffers of ADTS data */
645 printf("Enqueueing initial full buffers of encoded ADTS data");
648 printf("\ncorrupt ADTS frame encountered; offset %zu bytes\n",
847 // unmap the ADTS AAC file from memory
860 printf("OpenSL ES test %s: decodes a file containing AAC ADTS data\n", argv[0]);
864 printf("Example: \"%s /sdcard/myFile.adts\n", argv[0]);
868 // open pathname of encoded ADTS AAC file to get a file descriptor