Searched refs:createDecoder (Results 1 – 7 of 7) sorted by relevance
31 Decoder* (*createDecoder)(Stream* stream); member
71 status_t createDecoder();
402 status_t C2SoftHevcDec::createDecoder() { in createDecoder() function in android::C2SoftHevcDec498 if (OK != createDecoder()) return UNKNOWN_ERROR; in initDecoder()
116 status_t createDecoder();
458 status_t C2SoftMpeg2Dec::createDecoder() { in createDecoder() function in android::C2SoftMpeg2Dec564 if (OK != createDecoder()) return UNKNOWN_ERROR; in initDecoder()
119 status_t createDecoder();
408 status_t C2SoftAvcDec::createDecoder() { in createDecoder() function in android::C2SoftAvcDec502 if (OK != createDecoder()) return UNKNOWN_ERROR; in initDecoder()