Home
last modified time | relevance | path

Searched refs:Serial_parm (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/media/codecs/amrwb/dec/src/
H A Dpvamrwbdecoder.cpp506 ind[0] = Serial_parm(8, &prms); in pvDecoder_AmrWb()
507 ind[1] = Serial_parm(8, &prms); in pvDecoder_AmrWb()
508 ind[2] = Serial_parm(14, &prms); in pvDecoder_AmrWb()
511 ind[4] = Serial_parm(6, &prms); in pvDecoder_AmrWb()
729 ind[0] = Serial_parm(12, &prms); in pvDecoder_AmrWb()
750 ind[0] = Serial_parm(13, &prms); in pvDecoder_AmrWb()
751 ind[1] = Serial_parm(13, &prms); in pvDecoder_AmrWb()
752 ind[2] = Serial_parm(9, &prms); in pvDecoder_AmrWb()
753 ind[3] = Serial_parm(9, &prms); in pvDecoder_AmrWb()
780 ind[2] = Serial_parm(2, &prms); in pvDecoder_AmrWb()
[all …]
H A Dhoming_amr_wb_dec.cpp283 param[i] = Serial_parm(15, &prms); in dhf_test()
288 param[i] = Serial_parm(tmp, &prms); in dhf_test()
297 param[i] = Serial_parm(15, &prms); in dhf_test()
299 param[10] = Serial_parm(15, &prms) & 0x61FF; in dhf_test()
303 param[i] = Serial_parm(15, &prms); in dhf_test()
305 param[17] = Serial_parm(15, &prms) & 0xE0FF; in dhf_test()
309 param[i] = Serial_parm(15, &prms); in dhf_test()
311 param[24] = Serial_parm(15, &prms) & 0x7F0F; in dhf_test()
315 param[i] = Serial_parm(15, &prms); in dhf_test()
318 tmp = Serial_parm(8, &prms); in dhf_test()
H A Ddtx_decoder_amr_wb.cpp301 ind[0] = Serial_parm(6, prms); in dtx_dec_amr_wb()
302 ind[1] = Serial_parm(6, prms); in dtx_dec_amr_wb()
303 ind[2] = Serial_parm(6, prms); in dtx_dec_amr_wb()
304 ind[3] = Serial_parm(5, prms); in dtx_dec_amr_wb()
305 ind[4] = Serial_parm(5, prms); in dtx_dec_amr_wb()
309 log_en_index = Serial_parm(6, prms); in dtx_dec_amr_wb()
H A Dget_amr_wb_bits.h47 int16 Serial_parm( /* Return the parameter */
H A Dget_amr_wb_bits.cpp116 int16 Serial_parm( /* Return the parameter */ in Serial_parm() function