Home
last modified time | relevance | path

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

/external/v4l2_codec2/
DC2VDAComponent.cpp155 char inputMime[128]; in IntfImpl() local
157 strcpy(inputMime, MEDIA_MIMETYPE_VIDEO_AVC); in IntfImpl()
183 strcpy(inputMime, MEDIA_MIMETYPE_VIDEO_VP8); in IntfImpl()
190 strcpy(inputMime, MEDIA_MIMETYPE_VIDEO_VP9); in IntfImpl()
241 .withConstValue(AllocSharedString<C2PortMediaTypeSetting::input>(inputMime)) in IntfImpl()