Home
last modified time | relevance | path

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

/external/skqp/gm/
DanimatedGif.cpp91 if (this->initCodec()) { in onISize()
102 bool initCodec() { in initCodec() function in AnimatedGifGM
129 if (!this->initCodec()) { in onDraw()
/external/skia/gm/
Danimated_gif.cpp87 if (this->initCodec()) { in onISize()
98 bool initCodec() { in initCodec() function in AnimatedGifGM
124 if (!this->initCodec()) { in onDraw()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/mediacodec/
DMediaCodecRenderer.java976 initCodec(codecInfo, crypto); in maybeInitCodecWithFallback()
1025 private void initCodec(MediaCodecInfo codecInfo, MediaCrypto crypto) throws Exception { in initCodec() method in MediaCodecRenderer.DecoderInitializationException