Searched refs:createSbcDecoder (Results 1 – 3 of 3) sorted by relevance
28 sbc::createSbcDecoder createSbcDecode;
43 typedef IDecoderBase* (*createSbcDecoder)(void); typedef
56 … lib->sbcDecoder.createSbcDecode = (sbc::createSbcDecoder)dlsym(lib->lib, "CreateDecode"); in LoadCodecSbcLib()