Searched refs:allow_dtx (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/ |
D | AMRWB_E_SAMPLE.c | 75 short allow_dtx, in encode() argument 189 ret = AudioAPI.SetParam(hCodec, VO_PID_AMRWB_DTX, &allow_dtx); in encode() 272 short allow_dtx; in main() local 286 allow_dtx = 0; in main() 341 allow_dtx = 1; in main() 362 r = encode(mode, allow_dtx, frameType, inFileName, outFileName); in main()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | main.h | 34 Word16 allow_dtx /* input : DTX ON/OFF */
|
D | cod_main.h | 85 Word16 allow_dtx; member
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | voAMRWBEnc.c | 157 Word16 allow_dtx /* input : DTX ON/OFF */ in coder() argument 379 if (allow_dtx != 0) in coder() 1570 Word16 coding_mode = 0, nb_bits, allow_dtx, mode, reset_flag; in AMR_Enc_Encode() local 1575 allow_dtx = gData->allow_dtx; in AMR_Enc_Encode() 1585 coder(&coding_mode, signal, prms, &nb_bits, gData, allow_dtx); in AMR_Enc_Encode() 1653 st->allow_dtx = 0; /* disable DTX mode */ in voAMRWB_Init() 1816 gData->allow_dtx = (Word16)(*lValue); in voAMRWB_SetParam()
|