Searched defs:raw_pcm_buffer (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Damrdecode.cpp74 2. Changed type definition of raw_pcm_buffer in the I/O
146 raw_pcm_buffer = pointer to the output pcm outputs array (Word16)
152 raw_pcm_buffer contains the newly decoded linear PCM speech samples
205 raw_pcm_buffer. Then, the prev_mode field of the structure pointed to by
354 synth = (Word16 *)raw_pcm_buffer);
392 Word16 *raw_pcm_buffer,
527 raw_pcm_buffer);
532 raw_pcm_buffer);
388 AMRDecode( void *state_data, enum Frame_Type_3GPP frame_type, UWord8 *speech_bits_ptr, Word16 *raw_pcm_buffer, bitstream_format input_format ) argument

Completed in 91 milliseconds