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.cpp357 status_t C2SoftHevcDec::createDecoder() { in createDecoder() function in android::C2SoftHevcDec
453 if (OK != createDecoder()) return UNKNOWN_ERROR; in initDecoder()
/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.h115 status_t createDecoder();
DC2SoftMpeg2Dec.cpp391 status_t C2SoftMpeg2Dec::createDecoder() { in createDecoder() function in android::C2SoftMpeg2Dec
497 if (OK != createDecoder()) return UNKNOWN_ERROR; in initDecoder()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.h118 status_t createDecoder();
DC2SoftAvcDec.cpp398 status_t C2SoftAvcDec::createDecoder() { in createDecoder() function in android::C2SoftAvcDec
492 if (OK != createDecoder()) return UNKNOWN_ERROR; in initDecoder()