Searched refs:mCodecInterface (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13194/ |
H A D | poc.cpp | 50 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 D | SoftVPXEncoder.cpp | 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()
|
H A D | SoftVPXEncoder.h | 196 vpx_codec_iface_t* mCodecInterface; member
|
H A D | SoftVP8Encoder.cpp | 55 mCodecInterface = vpx_codec_vp8_cx(); in setCodecSpecificInterface()
|
H A D | SoftVP9Encoder.cpp | 48 mCodecInterface = vpx_codec_vp9_cx(); in setCodecSpecificInterface()
|
/aosp_15_r20/frameworks/av/media/codec2/components/aom/ |
H A D | C2SoftAomEnc.cpp | 387 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 D | C2SoftAomEnc.h | 68 aom_codec_iface_t* mCodecInterface; member
|
/aosp_15_r20/frameworks/av/media/codec2/components/vpx/ |
H A D | C2SoftVpxEnc.cpp | 455 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 D | C2SoftVp8Enc.cpp | 31 mCodecInterface = vpx_codec_vp8_cx(); in setCodecSpecificInterface()
|
H A D | C2SoftVp9Enc.cpp | 36 mCodecInterface = vpx_codec_vp9_cx(); in setCodecSpecificInterface()
|
H A D | C2SoftVpxEnc.h | 158 vpx_codec_iface_t* mCodecInterface; member
|