Home
last modified time | relevance | path

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

/external/v4l2_codec2/common/
DV4L2Device.cpp1757 SupportedDecodeProfiles supportedProfiles; in getSupportedDecodeProfiles() local
1768 supportedProfiles.insert(supportedProfiles.end(), profiles.begin(), profiles.end()); in getSupportedDecodeProfiles()
1772 return supportedProfiles; in getSupportedDecodeProfiles()
1776 SupportedEncodeProfiles supportedProfiles; in getSupportedEncodeProfiles() local
1787 supportedProfiles.insert(supportedProfiles.end(), profiles.begin(), profiles.end()); in getSupportedEncodeProfiles()
1791 return supportedProfiles; in getSupportedEncodeProfiles()