Searched refs:mC2ComponentIntf (Results 1 – 2 of 2) sorted by relevance
56 : C2InterfaceHelper(helper), mC2ComponentIntf(interface) { in MultiAccessUnitInterface()78 if (mC2ComponentIntf) { in MultiAccessUnitInterface()79 c2_status_t err = mC2ComponentIntf->query_vb({&mKind}, {}, C2_MAY_BLOCK, nullptr); in MultiAccessUnitInterface()103 if (mC2ComponentIntf) { in getDecoderSampleRateAndChannelCount()106 c2_status_t res = mC2ComponentIntf->query_vb( in getDecoderSampleRateAndChannelCount()119 if (maxInputSize == nullptr || mC2ComponentIntf == nullptr) { in getMaxInputSize()122 c2_status_t err = mC2ComponentIntf->query_vb({maxInputSize}, {}, C2_MAY_BLOCK, nullptr); in getMaxInputSize()
50 const std::shared_ptr<C2ComponentInterface> mC2ComponentIntf; member