Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
H A DInputSurface.h74 std::shared_ptr<Interface> mIntf; member
/aosp12/frameworks/av/media/codec2/components/flac/
H A DC2SoftFlacDec.h51 std::shared_ptr<IntfImpl> mIntf; member
H A DC2SoftFlacEnc.h64 std::shared_ptr<IntfImpl> mIntf; variable
/aosp12/frameworks/av/media/codec2/components/vorbis/
H A DC2SoftVorbisDec.h53 std::shared_ptr<IntfImpl> mIntf; member
/aosp12/frameworks/av/media/codec2/components/amr_nb_wb/
H A DC2SoftAmrDec.h52 std::shared_ptr<IntfImpl> mIntf; member
/aosp12/frameworks/av/media/codec2/components/mp3/
H A DC2SoftMp3Dec.h58 std::shared_ptr<IntfImpl> mIntf; member
/aosp12/frameworks/av/media/codec2/components/opus/
H A DC2SoftOpusDec.h51 std::shared_ptr<IntfImpl> mIntf; member
H A DC2SoftOpusEnc.h55 std::shared_ptr<IntfImpl> mIntf; member
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A DComponentInterface.cpp82 std::shared_ptr<C2ComponentInterface> mIntf; member
H A DInputSurface.cpp117 const std::shared_ptr<InputSurface::Interface> mIntf; member in android::hardware::media::c2::V1_0::utils::InputSurface::ConfigurableIntf
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A DC2SoftMpeg4Dec.h56 std::shared_ptr<IntfImpl> mIntf; member
/aosp12/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxDec.h66 std::shared_ptr<IntfImpl> mIntf; member
/aosp12/frameworks/av/media/codec2/components/aac/
H A DC2SoftAacDec.h52 std::shared_ptr<IntfImpl> mIntf; member
/aosp12/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcDec.h142 std::shared_ptr<IntfImpl> mIntf; variable
H A DC2SoftAvcEnc.h157 std::shared_ptr<IntfImpl> mIntf; member
/aosp12/frameworks/av/media/codec2/components/xaac/
H A DC2SoftXaacDec.h72 std::shared_ptr<IntfImpl> mIntf; member
/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcDec.h110 std::shared_ptr<IntfImpl> mIntf; member
/aosp12/frameworks/av/media/codec2/components/mpeg2/
H A DC2SoftMpeg2Dec.h150 std::shared_ptr<IntfImpl> mIntf; member
/aosp12/frameworks/av/media/codec2/hidl/plugin/
H A DFilterWrapper.cpp354 std::shared_ptr<C2ComponentInterface> mIntf; member in android::__anona9103e750110::WrappedDecoderInterface
743 std::shared_ptr<WrappedDecoderInterface> mIntf; member in android::__anona9103e750110::WrappedDecoder
/aosp12/frameworks/av/media/codec2/hidl/plugin/samples/
H A DSampleFilterPlugin.cpp783 const std::shared_ptr<Interface> mIntf; member in android::SampleToneMappingFilter
936 } mIntf; member in android::SampleC2ComponentStore
/aosp12/frameworks/av/media/codec2/tests/
H A DC2ComponentInterface_test.cpp174 std::shared_ptr<C2ComponentInterface> mIntf; member in android::C2CompIntfTest