Home
last modified time | relevance | path

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

/linux/drivers/media/platform/amphion/
H A Dvpu_helpers.c513 struct codec_id_mapping { struct
518 static struct codec_id_mapping h264_profiles[] = { argument
525 static struct codec_id_mapping h264_levels[] = {
548 static struct codec_id_mapping hevc_profiles[] = {
553 static struct codec_id_mapping hevc_levels[] = {
569 static u32 vpu_find_v4l2_id(u32 id, struct codec_id_mapping *array, u32 array_sz) in vpu_find_v4l2_id()