Lines Matching refs:id_mapping
705 struct id_mapping { struct
710 static const struct id_mapping mpeg4_profiles[] = { argument
715 static const struct id_mapping mpeg4_levels[] = {
725 static const struct id_mapping mpeg2_profiles[] = {
733 static const struct id_mapping mpeg2_levels[] = {
740 static const struct id_mapping h264_profiles[] = {
750 static const struct id_mapping h264_levels[] = {
770 static const struct id_mapping hevc_profiles[] = {
776 static const struct id_mapping hevc_levels[] = {
792 static const struct id_mapping vp8_profiles[] = {
799 static const struct id_mapping vp9_profiles[] = {
804 static const struct id_mapping vp9_levels[] = {
819 static u32 find_v4l2_id(u32 hfi_id, const struct id_mapping *array, unsigned int array_sz) in find_v4l2_id()
833 static u32 find_hfi_id(u32 v4l2_id, const struct id_mapping *array, unsigned int array_sz) in find_hfi_id()