Home
last modified time | relevance | path

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

/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13194/
H A Dpoc.cpp50 vpx_codec_iface_t *mCodecInterface = (*func_ptr1)(); in main() local
51 if (!mCodecInterface) { in main()
62 codec_return = (*func_ptr2)(mCodecInterface, &mCodecConfiguration, 0); in main()
74 codec_return = (*func_ptr3)(&mCodecContext, mCodecInterface, &mCodecConfiguration, 0, in main()
/aosp_15_r20/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()
/aosp_15_r20/frameworks/av/media/codec2/components/aom/
H A DC2SoftAomEnc.cpp387 mCodecInterface(nullptr), in C2SoftAomEnc()
444 mCodecInterface = nullptr; in onRelease()
663 mCodecInterface = aom_codec_av1_cx(); in initEncoder()
664 if (!mCodecInterface) goto CleanUp; in initEncoder()
673 codec_return = aom_codec_enc_config_default(mCodecInterface, mCodecConfiguration, in initEncoder()
754 codec_return = aom_codec_enc_init(mCodecContext, mCodecInterface, mCodecConfiguration, in initEncoder()
H A DC2SoftAomEnc.h68 aom_codec_iface_t* mCodecInterface; member
/aosp_15_r20/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxEnc.cpp455 mCodecInterface(nullptr), in C2SoftVpxEnc()
497 mCodecInterface = nullptr; in onRelease()
557 if (!mCodecInterface) goto CleanUp; in initEncoder()
566 codec_return = vpx_codec_enc_config_default(mCodecInterface, in initEncoder()
695 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