Home | History | Annotate | Download | only in examples

Lines Matching full:decode

17 /* Audio Decode Test
54 /* Size of the decode buffer queue */
66 /* to display the number of decode iterations */
82 /* to signal to the test app the end of the stream to decode has been reached */
261 /* Decode an audio path by opening a file descriptor on that path */
422 /* Initialize the callback for prefetch errors, if we can't open the resource to decode */
429 /* Prefetch the data so we can get information about the format before starting to decode */
506 fprintf(stdout, "Starting to decode\n");
508 /* Decode until the end of the stream is reached */
542 fprintf(stdout, "on an AudioPlayer object to decode a URI to PCM\n");