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 */
105 /* to signal to the test app that the end of the encoded ADTS stream has been reached */
230 /* Callback for AndroidBufferQueueItf through which we supply ADTS buffers */
259 printf("Received ADTS completion after EOS\n");
267 printf("You should now see %u ADTS completion%s followed by 1 EOS completion\n",
280 // verify that we are at start of an ADTS frame
299 "partial ADTS frame at EOF discarded; offset=%u, framelen=%u, filelen=%u\n",
305 fprintf(stderr, "corrupt ADTS frame encountered; offset=%u, filelen=%u\n",
431 // map file contents into memory to make it easier to access the ADTS frames directly
509 /* Setup the data source for queueing AAC buffers of ADTS data */
646 printf("Enqueueing initial full buffers of encoded ADTS data");
649 printf("\ncorrupt ADTS frame encountered; offset %zu bytes\n",
848 // unmap the ADTS AAC file from memory
861 printf("OpenSL ES test %s: decodes a file containing AAC ADTS data\n", argv[0]);
865 printf("Example: \"%s /sdcard/myFile.adts\n", argv[0]);
869 // open pathname of encoded ADTS AAC file to get a file descriptor