Lines Matching refs:mydecoder
111 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()
139 MediaVpxDecoderPlugin* mydecoder = getDecoder(readId(ptr)); in handlePing() local
140 if (nullptr == mydecoder) in handlePing()
142 mydecoder->flush(ptr); in handlePing()
147 MediaVpxDecoderPlugin* mydecoder = getDecoder(readId(ptr)); in handlePing() local
148 if (nullptr == mydecoder) in handlePing()
150 mydecoder->getImage(ptr); in handlePing()