Lines Matching refs:mIntfImpl
400 : mIntfImpl(std::make_shared<IntfImpl>(name, helper)), in C2VDAComponent()
401 mIntf(std::make_shared<SimpleInterface<IntfImpl>>(name.c_str(), id, mIntfImpl)), in C2VDAComponent()
413 if (mIntfImpl->status() != C2_OK) { in C2VDAComponent()
414 ALOGE("Component interface init failed (err code = %d)", mIntfImpl->status()); in C2VDAComponent()
461 if (!mSecureMode && mIntfImpl->getInputCodec() == InputCodec::H264) { in onStart()
530 if (!mSecureMode && (mIntfImpl->getInputCodec() == InputCodec::H264) && in onDequeueWork()
990 auto poolId = mIntfImpl->getBlockPoolId(); in allocateBuffersFromBlockAllocator()
1278 c2_status_t status = mIntfImpl->config({&codedAspects}, C2_MAY_BLOCK, &failures); in parseCodedColorAspects()
1292 c2_status_t status = mIntfImpl->query({colorAspects.get()}, {}, C2_DONT_BLOCK, nullptr); in updateColorAspects()
1331 auto blockPoolId = mIntfImpl->getBlockPoolId(); in onSurfaceChanged()
1453 mCodecProfile = mIntfImpl->getCodecProfile(); in start()