Searched refs:createDecoder (Results 1 – 7 of 7) sorted by relevance
31 Decoder* (*createDecoder)(Stream* stream); member
67 status_t createDecoder();
405 status_t C2SoftHevcDec::createDecoder() { in createDecoder() function in android::C2SoftHevcDec505 if (OK != createDecoder()) return UNKNOWN_ERROR; in initDecoder()
115 status_t createDecoder();
414 status_t C2SoftAvcDec::createDecoder() { in createDecoder() function in android::C2SoftAvcDec512 if (OK != createDecoder()) return UNKNOWN_ERROR; in initDecoder()
112 status_t createDecoder();
466 status_t C2SoftMpeg2Dec::createDecoder() { in createDecoder() function in android::C2SoftMpeg2Dec572 if (OK != createDecoder()) return UNKNOWN_ERROR; in initDecoder()