HomeSort by relevance Sort by last modified time
    Searched refs:encState (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/opus/src/silk/
API.h 66 void *encState, /* I/O State */
76 void *encState, /* I/O State */
enc_API.c 48 const void *encState, /* I State */
71 void *encState, /* I/O State */
78 psEnc = (silk_encoder *)encState;
92 if( ret += silk_QueryEncoder( encState, encStatus ) ) {
103 const void *encState, /* I State */
109 silk_encoder *psEnc = (silk_encoder *)encState;
140 void *encState, /* I/O State */
154 silk_encoder *psEnc = ( silk_encoder * )encState;
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dtx_dec.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dtx_decoder_amr_wb.cpp 540 int16 encState;
603 encState = DTX;
607 encState = SPEECH;
611 if (encState == SPEECH)

Completed in 60 milliseconds