Home
last modified time | relevance | path

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

/aosp_15_r20/external/v4l2_codec2/v4l2/include/v4l2_codec2/v4l2/
H A DV4L2Device.h470 std::vector<C2Config::level_t> enumerateSupportedDecodeLevels(VideoCodec videoCodecType);
/aosp_15_r20/external/v4l2_codec2/v4l2/
H A DV4L2Device.cpp2158 const auto& levels = device->enumerateSupportedDecodeLevels(videoCodecType); in getSupportedDecodeLevels()
2307 std::vector<C2Config::level_t> V4L2Device::enumerateSupportedDecodeLevels( in enumerateSupportedDecodeLevels() function in android::V4L2Device