Home
last modified time | relevance | path

Searched refs:mIntfImpl (Results 1 – 2 of 2) sorted by relevance

/external/v4l2_codec2/
DC2VDAComponent.cpp400 : 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()
[all …]
/external/v4l2_codec2/include/
DC2VDAComponent.h299 std::shared_ptr<IntfImpl> mIntfImpl; variable