HomeSort by relevance Sort by last modified time
    Searched refs:mCodecInterface (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 101 // Populates mCodecInterface with codec specific settings.
198 vpx_codec_iface_t* mCodecInterface;
SoftVP8Encoder.cpp 55 mCodecInterface = vpx_codec_vp8_cx();
SoftVPXEncoder.cpp 76 mCodecInterface(NULL),
109 if (mCodecInterface == NULL) {
117 codec_return = vpx_codec_enc_config_default(mCodecInterface,
252 mCodecInterface,
333 mCodecInterface = NULL;
SoftVP9Encoder.cpp 48 mCodecInterface = vpx_codec_vp9_cx();

Completed in 648 milliseconds