Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/enc/
DSoftVPXEncoder.cpp77 mCodecInterface(NULL), in SoftVPXEncoder()
110 if (mCodecInterface == NULL) { in initEncoder()
118 codec_return = vpx_codec_enc_config_default(mCodecInterface, in initEncoder()
253 mCodecInterface, in initEncoder()
334 mCodecInterface = NULL; in releaseEncoder()
DSoftVPXEncoder.h196 vpx_codec_iface_t* mCodecInterface; member
DSoftVP8Encoder.cpp55 mCodecInterface = vpx_codec_vp8_cx(); in setCodecSpecificInterface()
DSoftVP9Encoder.cpp48 mCodecInterface = vpx_codec_vp9_cx(); in setCodecSpecificInterface()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.cpp56 mCodecInterface(nullptr), in C2SoftVpxEnc()
97 mCodecInterface = nullptr; in onRelease()
143 if (!mCodecInterface) goto CleanUp; in initEncoder()
151 codec_return = vpx_codec_enc_config_default(mCodecInterface, in initEncoder()
280 mCodecInterface, in initEncoder()
DC2SoftVp8Enc.cpp31 mCodecInterface = vpx_codec_vp8_cx(); in setCodecSpecificInterface()
DC2SoftVp9Enc.cpp36 mCodecInterface = vpx_codec_vp9_cx(); in setCodecSpecificInterface()
DC2SoftVpxEnc.h158 vpx_codec_iface_t* mCodecInterface; member