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 47 const void *encState, /* I State */
70 void *encState, /* I/O State */
77 psEnc = (silk_encoder *)encState;
91 if( ret += silk_QueryEncoder( encState, encStatus ) ) {
102 const void *encState, /* I State */
108 silk_encoder *psEnc = (silk_encoder *)encState;
139 void *encState, /* I/O State */
152 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 621 milliseconds