Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/host-common/
DMediaH264DecoderDefault.cpp133 MediaH264DecoderPlugin* mydecoder = makeDecoderPlugin(myid, parser); in handlePing() local
134 addDecoder(myid, mydecoder); in handlePing()
135 mydecoder->initH264Context(ptr); in handlePing()
142 MediaH264DecoderPlugin* mydecoder = getDecoder(readId(ptr)); in handlePing() local
143 if (!mydecoder) in handlePing()
146 delete mydecoder; in handlePing()
152 MediaH264DecoderPlugin* mydecoder = getDecoder(readId(ptr)); in handlePing() local
153 if (nullptr == mydecoder) in handlePing()
155 mydecoder->decodeFrame(ptr); in handlePing()
160 MediaH264DecoderPlugin* mydecoder = getDecoder(readId(ptr)); in handlePing() local
[all …]
DMediaVpxDecoder.cpp111 MediaVpxDecoderPlugin* mydecoder = in handlePing() local
113 addDecoder(myid, mydecoder); in handlePing()
114 mydecoder->initVpxContext(ptr); in handlePing()
120 MediaVpxDecoderPlugin* mydecoder = getDecoder(readId(ptr)); in handlePing() local
121 if (!mydecoder) in handlePing()
124 mydecoder->destroyVpxContext(ptr); in handlePing()
125 delete mydecoder; in handlePing()
131 MediaVpxDecoderPlugin* mydecoder = getDecoder(readId(ptr)); in handlePing() local
132 if (nullptr == mydecoder) in handlePing()
134 mydecoder->decodeFrame(ptr); in handlePing()
[all …]