Searched refs:mCodecInterface (Results 1 – 8 of 8) sorted by relevance
77 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()
196 vpx_codec_iface_t* mCodecInterface; member
55 mCodecInterface = vpx_codec_vp8_cx(); in setCodecSpecificInterface()
48 mCodecInterface = vpx_codec_vp9_cx(); in setCodecSpecificInterface()
56 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()
31 mCodecInterface = vpx_codec_vp8_cx(); in setCodecSpecificInterface()
36 mCodecInterface = vpx_codec_vp9_cx(); in setCodecSpecificInterface()
158 vpx_codec_iface_t* mCodecInterface; member