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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.h 67 typedef bool (*DecodeFunc)(void *, void *, unsigned char *, unsigned int);
74 DecodeFunc mDecoderDecode;
OMXVideoDecoderVP9Hybrid.cpp 82 mDecoderDecode = (DecodeFunc)dlsym(mLibHandle, "Decoder_Decode");
  /external/llvm/lib/Target/Sparc/Disassembler/
SparcDisassembler.cpp 267 typedef DecodeStatus (*DecodeFunc)(MCInst &MI, unsigned insn, uint64_t Address,
272 bool isLoad, DecodeFunc DecodeRD) {

Completed in 100 milliseconds