Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DMediaH264DecoderVideoToolBoxProxy.cpp42 MediaH264DecoderVideoToolBoxProxy::MediaH264DecoderVideoToolBoxProxy( in MediaH264DecoderVideoToolBoxProxy() function in android::emulation::MediaH264DecoderVideoToolBoxProxy
52 MediaH264DecoderPlugin* MediaH264DecoderVideoToolBoxProxy::clone() { in clone()
53 return new MediaH264DecoderVideoToolBoxProxy(mId, mParser); in clone()
56 MediaH264DecoderVideoToolBoxProxy::~MediaH264DecoderVideoToolBoxProxy() { in ~MediaH264DecoderVideoToolBoxProxy()
61 void MediaH264DecoderVideoToolBoxProxy::initH264Context(void* ptr) { in initH264Context()
66 void MediaH264DecoderVideoToolBoxProxy::reset(void* ptr) { in reset()
70 std::vector<uint8_t> MediaH264DecoderVideoToolBoxProxy::prefixNaluHeader(std::vector<uint8_t> data)… in prefixNaluHeader()
76 void MediaH264DecoderVideoToolBoxProxy::decodeFrame(void* ptr) { in decodeFrame()
95 void MediaH264DecoderVideoToolBoxProxy::flush(void* ptr) { in flush()
99 void MediaH264DecoderVideoToolBoxProxy::getImage(void* ptr) { in getImage()
[all …]