Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/vpx/
H A 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()
H A DC2SoftVp8Enc.cpp31 mCodecInterface = vpx_codec_vp8_cx(); in setCodecSpecificInterface()
H A DC2SoftVp9Enc.cpp36 mCodecInterface = vpx_codec_vp9_cx(); in setCodecSpecificInterface()
H A DC2SoftVpxEnc.h158 vpx_codec_iface_t* mCodecInterface; member
/aosp12/frameworks/av/media/libstagefright/codecs/on2/enc/
H A 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()
H A DSoftVPXEncoder.h196 vpx_codec_iface_t* mCodecInterface; member
H A DSoftVP8Encoder.cpp55 mCodecInterface = vpx_codec_vp8_cx(); in setCodecSpecificInterface()
H A DSoftVP9Encoder.cpp48 mCodecInterface = vpx_codec_vp9_cx(); in setCodecSpecificInterface()