Home
last modified time | relevance | path

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

/frameworks/ex/framesequence/jni/
DRegistry.h31 Decoder* (*createDecoder)(Stream* stream); member
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.h71 status_t createDecoder();
DC2SoftHevcDec.cpp402 status_t C2SoftHevcDec::createDecoder() { in createDecoder() function in android::C2SoftHevcDec
498 if (OK != createDecoder()) return UNKNOWN_ERROR; in initDecoder()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.h116 status_t createDecoder();
DC2SoftMpeg2Dec.cpp458 status_t C2SoftMpeg2Dec::createDecoder() { in createDecoder() function in android::C2SoftMpeg2Dec
564 if (OK != createDecoder()) return UNKNOWN_ERROR; in initDecoder()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.h119 status_t createDecoder();
DC2SoftAvcDec.cpp408 status_t C2SoftAvcDec::createDecoder() { in createDecoder() function in android::C2SoftAvcDec
502 if (OK != createDecoder()) return UNKNOWN_ERROR; in initDecoder()