Home
last modified time | relevance | path

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

/external/v4l2_codec2/include/
DC2VDAComponent.h51 InputCodec getInputCodec() const { return mInputCodec; } in getInputCodec()
105 InputCodec mInputCodec; variable
/external/v4l2_codec2/
DC2VDAComponent.cpp158 mInputCodec = InputCodec::H264; in IntfImpl()
184 mInputCodec = InputCodec::VP8; in IntfImpl()
191 mInputCodec = InputCodec::VP9; in IntfImpl()
215 supportedProfiles = arc::C2VDAAdaptorProxy::GetSupportedProfiles(mInputCodec); in IntfImpl()
217 supportedProfiles = C2VDAAdaptor::GetSupportedProfiles(mInputCodec); in IntfImpl()
220 ALOGE("No supported profile from input codec: %d", mInputCodec); in IntfImpl()