Home
last modified time | relevance | path

Searched refs:createDecoder (Results 1 – 6 of 6) sorted by relevance

/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.h70 status_t createDecoder();
DC2SoftHevcDec.cpp393 status_t C2SoftHevcDec::createDecoder() { in createDecoder() function in android::C2SoftHevcDec
489 if (OK != createDecoder()) return UNKNOWN_ERROR; in initDecoder()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.h118 status_t createDecoder();
DC2SoftAvcDec.cpp397 status_t C2SoftAvcDec::createDecoder() { in createDecoder() function in android::C2SoftAvcDec
491 if (OK != createDecoder()) return UNKNOWN_ERROR; in initDecoder()
/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.h115 status_t createDecoder();
DC2SoftMpeg2Dec.cpp457 status_t C2SoftMpeg2Dec::createDecoder() { in createDecoder() function in android::C2SoftMpeg2Dec
563 if (OK != createDecoder()) return UNKNOWN_ERROR; in initDecoder()