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

  /external/speex/include/speex/
speex.h 239 typedef int (*decode_func)(void *state, SpeexBits *bits, void *out); typedef
282 decode_func dec;
  /hardware/intel/common/libmix/mix_video/src/
mixvideo.h 122 MixVideoDecodeFunc decode_func; member in struct:_MixVideoClass
mixvideo.c 158 klass->decode_func = mix_video_decode_default;
    [all...]
  /external/boringssl/src/crypto/bn_extra/
convert.c 186 typedef int (*decode_func) (BIGNUM *bn, const char *in, int in_len); typedef
189 static int bn_x2bn(BIGNUM **outp, const char *in, decode_func decode, char_test_func want_char) {

Completed in 300 milliseconds