Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DGoldfishH264Helper.cpp61 GoldfishH264Helper::GoldfishH264Helper(int w, int h):mWidth(w),mHeight(h) { createDecoder(); } in GoldfishH264Helper()
67 void GoldfishH264Helper::createDecoder() { in createDecoder() function in android::GoldfishH264Helper
DGoldfishH264Helper.h45 void createDecoder();
DC2GoldfishAvcDec.h67 status_t createDecoder();
DC2GoldfishAvcDec.cpp536 status_t C2GoldfishAvcDec::createDecoder() { in createDecoder() function in android::C2GoldfishAvcDec
905 createDecoder(); in process()
1002 createDecoder(); in process()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DGoldfishHevcHelper.cpp63 GoldfishHevcHelper::GoldfishHevcHelper(int w, int h):mWidth(w),mHeight(h) { createDecoder(); } in GoldfishHevcHelper()
69 void GoldfishHevcHelper::createDecoder() { in createDecoder() function in android::GoldfishHevcHelper
DGoldfishHevcHelper.h45 void createDecoder();
DC2GoldfishHevcDec.h67 status_t createDecoder();
DC2GoldfishHevcDec.cpp482 status_t C2GoldfishHevcDec::createDecoder() { in createDecoder() function in android::C2GoldfishHevcDec
854 createDecoder(); in process()
956 createDecoder(); in process()