Searched defs:mIntf (Results 1 - 25 of 26) sorted by relevance

12

/hardware/google/av/media/codecs/g711/
H A DC2SoftG711Dec.h45 std::shared_ptr<IntfImpl> mIntf; member in struct:android::C2SoftG711Dec
/hardware/google/av/media/codecs/raw/
H A DC2SoftRawDec.h45 std::shared_ptr<IntfImpl> mIntf; member in struct:android::C2SoftRawDec
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
H A DConfigurable.h87 std::unique_ptr<ConfigurableC2Intf> mIntf; member in struct:hardware::google::media::c2::V1_0::utils::CachedConfigurable
100 Configurable(const sp<CachedConfigurable>& intf): mIntf(intf) {
104 return mIntf->init(store);
111 return mIntf->getName(_hidl_cb);
119 return mIntf->query(indices, mayBlock, _hidl_cb);
127 return mIntf->config(inParams, mayBlock, _hidl_cb);
135 return mIntf->querySupportedParams(start, count, _hidl_cb);
143 return mIntf->querySupportedValues(inFields, mayBlock, _hidl_cb);
147 sp<CachedConfigurable> mIntf; member in struct:hardware::google::media::c2::V1_0::utils::Configurable
/hardware/google/av/media/codecs/aac/
H A DC2SoftAacEnc.h47 std::shared_ptr<IntfImpl> mIntf; member in class:android::C2SoftAacEnc
H A DC2SoftAacDec.h52 std::shared_ptr<IntfImpl> mIntf; member in struct:android::C2SoftAacDec
/hardware/google/av/media/codecs/amr_nb_wb/
H A DC2SoftAmrDec.h50 std::shared_ptr<IntfImpl> mIntf; member in struct:android::C2SoftAmrDec
H A DC2SoftAmrNbEnc.h47 std::shared_ptr<IntfImpl> mIntf; member in class:android::C2SoftAmrNbEnc
H A DC2SoftAmrWbEnc.h47 std::shared_ptr<IntfImpl> mIntf; member in class:android::C2SoftAmrWbEnc
/hardware/google/av/media/codecs/flac/
H A DC2SoftFlacDec.h51 std::shared_ptr<IntfImpl> mIntf; member in struct:android::C2SoftFlacDec
H A DC2SoftFlacEnc.h64 std::shared_ptr<IntfImpl> mIntf; member in class:android::C2SoftFlacEnc
/hardware/google/av/media/codecs/gsm/
H A DC2SoftGsmDec.h55 std::shared_ptr<IntfImpl> mIntf; member in struct:android::C2SoftGsmDec
/hardware/google/av/media/codecs/mp3/
H A DC2SoftMp3Dec.h58 std::shared_ptr<IntfImpl> mIntf; member in struct:android::C2SoftMP3
/hardware/google/av/media/codecs/mpeg4_h263/
H A DC2SoftMpeg4Enc.h53 std::shared_ptr<IntfImpl> mIntf; member in struct:android::C2SoftMpeg4Enc
H A DC2SoftMpeg4Dec.h56 std::shared_ptr<IntfImpl> mIntf; member in struct:android::C2SoftMpeg4Dec
/hardware/google/av/media/codecs/vorbis/
H A DC2SoftVorbisDec.h53 std::shared_ptr<IntfImpl> mIntf; member in struct:android::C2SoftVorbisDec
/hardware/google/av/media/codecs/vpx/
H A DC2SoftVpxDec.h53 std::shared_ptr<IntfImpl> mIntf; member in struct:android::C2SoftVpxDec
H A DC2SoftVpxEnc.h93 std::shared_ptr<IntfImpl> mIntf; member in struct:android::C2SoftVpxEnc
/hardware/google/av/media/codecs/opus/
H A DC2SoftOpusDec.h61 std::shared_ptr<IntfImpl> mIntf; member in struct:android::C2SoftOpusDec
/hardware/google/av/media/codecs/base/include/
H A DSimpleC2Component.h143 const std::shared_ptr<C2ComponentInterface> mIntf; member in class:android::SimpleC2Component
/hardware/google/av/media/codecs/xaac/
H A DC2SoftXaacDec.h63 std::shared_ptr<IntfImpl> mIntf; member in struct:android::C2SoftXaacDec
/hardware/google/av/media/codecs/avc/
H A DC2SoftAvcDec.h149 std::shared_ptr<IntfImpl> mIntf; member in class:android::C2SoftAvcDec
/hardware/google/av/media/codecs/hevc/
H A DC2SoftHevcDec.h110 std::shared_ptr<IntfImpl> mIntf; member in struct:android::C2SoftHevcDec
/hardware/google/av/media/codecs/mpeg2/
H A DC2SoftMpeg2Dec.h156 std::shared_ptr<IntfImpl> mIntf; member in struct:android::C2SoftMpeg2Dec
/hardware/google/av/codec2/hidl/1.0/utils/
H A DComponent.cpp46 mIntf(intf) {
55 return mIntf->config_vb(params, mayBlock, failures);
64 return mIntf->query_vb({}, indices, mayBlock, params);
71 return mIntf->querySupportedParams_nb(params);
78 return mIntf->querySupportedValues_vb(fields, mayBlock);
82 std::shared_ptr<C2ComponentInterface> mIntf; member in struct:hardware::google::media::c2::V1_0::utils::__anon203::CompIntf
/hardware/google/av/codec2/tests/
H A DC2ComponentInterface_test.cpp53 mIntf = intf;
57 mIntf = nullptr;
174 std::shared_ptr<C2ComponentInterface> mIntf; member in class:android::C2CompIntfTest
201 return mIntf->query_vb(stackParams, {}, C2_DONT_BLOCK, nullptr);
211 return mIntf->query_vb({}, {index}, C2_DONT_BLOCK, heapParams);
266 return mIntf->config_vb(params, C2_DONT_BLOCK, failures);
285 ASSERT_EQ(C2_BAD_VALUE, mIntf->config_vb(params, C2_DONT_BLOCK, &failures));
302 c2_status_t stConfig = mIntf->config_vb(params, C2_DONT_BLOCK, &failures);
321 ASSERT_EQ(C2_BAD_VALUE, mIntf->config_vb(params, C2_DONT_BLOCK, &failures));
589 mIntf
[all...]

Completed in 149 milliseconds

12