Home | History | Annotate | Download | only in tests

Lines Matching refs:OPUS_GET_DTX

1284    err=opus_encoder_ctl(enc,OPUS_GET_DTX((opus_int32 *)NULL));
1287 CHECK_SETGET(OPUS_SET_DTX(i),OPUS_GET_DTX(&i),-1,2,
1290 " OPUS_GET_DTX ................................. OK.\n")