HomeSort by relevance Sort by last modified time
    Searched defs:DecodeFunc (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.h 74 typedef int (*DecodeFunc)(void *, void *, unsigned char *, unsigned int, bool);
84 DecodeFunc mDecoderDecode;
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
encodings.h 566 typedef bool (*DecodeFunc)(InputStream&, unsigned*);
567 static const DecodeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Decode) };
  /external/llvm/lib/Target/Sparc/Disassembler/
SparcDisassembler.cpp 375 typedef DecodeStatus (*DecodeFunc)(MCInst &MI, unsigned insn, uint64_t Address,
380 bool isLoad, DecodeFunc DecodeRD) {

Completed in 222 milliseconds