Searched refs:dec_ets_input_bfr (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Damrdecode.cpp194 to by speech_bits is copied to dec_ets_input_bfr and the type will be changed
244 output_ptr = &dec_ets_input_bfr)
256 output_ptr = &dec_ets_input_bfr)
278 mode |= (dec_ets_input_bfr[AMRSID_RXMODE_BIT_OFFSET+i] << i)
282 IF (dec_ets_input_bfr[AMRSID_RXTYPE_BIT_OFFSET] == 0)
318 // Copy incoming raw ETS data to dec_ets_input_bfr
321 dec_ets_input_bfr[i] = *ets_word_ptr
352 serial = dec_ets_input_bfr,
401 Word16 dec_ets_input_bfr[MAX_SERIAL_SIZE]; local
419 wmf_to_ets(frame_type, speech_bits_ptr, dec_ets_input_bfr);
[all...]

Completed in 375 milliseconds