Home
last modified time | relevance | path

Searched defs:mIntf (Results 1 – 19 of 19) sorted by relevance

/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DInputSurface.h68 std::shared_ptr<Interface> mIntf; member
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacDec.h51 std::shared_ptr<IntfImpl> mIntf; member
DC2SoftFlacEnc.h64 std::shared_ptr<IntfImpl> mIntf; variable
/frameworks/av/media/codec2/components/vorbis/
DC2SoftVorbisDec.h53 std::shared_ptr<IntfImpl> mIntf; member
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrDec.h50 std::shared_ptr<IntfImpl> mIntf; member
/frameworks/av/media/codec2/components/opus/
DC2SoftOpusDec.h51 std::shared_ptr<IntfImpl> mIntf; member
DC2SoftOpusEnc.h55 std::shared_ptr<IntfImpl> mIntf; member
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.h58 std::shared_ptr<IntfImpl> mIntf; member
/frameworks/av/media/codec2/hidl/1.0/utils/
DComponentInterface.cpp82 std::shared_ptr<C2ComponentInterface> mIntf; member
DInputSurface.cpp117 const std::shared_ptr<InputSurface::Interface> mIntf; member in android::hardware::media::c2::V1_0::utils::InputSurface::ConfigurableIntf
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.h56 std::shared_ptr<IntfImpl> mIntf; member
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.h66 std::shared_ptr<IntfImpl> mIntf; member
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.h52 std::shared_ptr<IntfImpl> mIntf; member
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.h72 std::shared_ptr<IntfImpl> mIntf; member
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.h143 std::shared_ptr<IntfImpl> mIntf; variable
DC2SoftAvcEnc.h151 std::shared_ptr<IntfImpl> mIntf; member
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.h111 std::shared_ptr<IntfImpl> mIntf; member
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.h150 std::shared_ptr<IntfImpl> mIntf; member
/frameworks/av/media/codec2/tests/
DC2ComponentInterface_test.cpp174 std::shared_ptr<C2ComponentInterface> mIntf; member in android::C2CompIntfTest