Home
last modified time | relevance | path

Searched refs:inputCodec (Results 1 – 4 of 4) sorted by relevance

/external/v4l2_codec2/
DC2VDAAdaptor.cpp125 InputCodec inputCodec) { in GetSupportedProfiles() argument
128 if (inputCodec == InputCodec::H264) { in GetSupportedProfiles()
130 } else if (inputCodec == InputCodec::VP8) { in GetSupportedProfiles()
DC2VDAAdaptorProxy.cpp151 InputCodec inputCodec) { in GetSupportedProfiles() argument
155 switch (inputCodec) { in GetSupportedProfiles()
166 ALOGE("Unknown input codec: %d", inputCodec); in GetSupportedProfiles()
/external/v4l2_codec2/include/
DC2VDAAdaptor.h37 InputCodec inputCodec);
DC2VDAAdaptorProxy.h61 InputCodec inputCodec);