Home | History | Annotate | Download | only in examples

Lines Matching full:pcm

26   Enqueueing initial empty buffers to receive decoded PCM data 0 1
38 Signed 16-bit PCM
40 1 Channel (Mono) / 2 Channels (Stereo) based on the PCM information obtained when decoding
41 Sample rate based on the PCM information obtained when decoding
74 /* Size of the decoded PCM buffer queue */
76 /* Size of each PCM buffer in the queue */
79 /* Local storage for decoded PCM audio data */
86 /* metadata key index for the PCM format information we want to retrieve */
93 /* size of the struct to retrieve the PCM format metadata values: the values we're interested in
100 /* we only want to query / display the PCM format once */
118 SLboolean createRaw = SL_BOOLEAN_FALSE; // whether to create a .raw file containing PCM data
288 /* Example: query of the decoded PCM format */
290 /* memory to receive the PCM format metadata */
300 // but the call was successful for the PCM format keys, so those conditions are implied
380 // create PCM .raw file
407 /* to retrieve the decoded PCM format */
410 /* to retrieve the PCM samples */
454 /* Setup the data sink, a buffer queue for buffers of PCM data */
459 /* declare we're decoding to PCM, the parameters after that need to be valid,
462 /*samplesPerSec*/ SL_SAMPLINGRATE_8, /*pcm.bitsPerSample*/ SL_PCMSAMPLEFORMAT_FIXED_16,
539 /* Initialize the callback and its context for the buffer queue of the decoded PCM */
551 printf("Enqueueing initial empty buffers to receive decoded PCM data");
591 // of a PCM decoder. An application that would want to directly get access to those values