Searched refs:tier_cap (Results 1 – 2 of 2) sorted by relevance
977 struct v4l2_queryctrl profile_cap, level_cap, tier_cap; in venc_get_supported_profile_level() local993 memset(&tier_cap, 0, sizeof(struct v4l2_queryctrl)); in venc_get_supported_profile_level()1004 tier_cap.id = V4L2_CID_MPEG_VIDEO_HEVC_TIER; in venc_get_supported_profile_level()1026 if (tier_cap.id) { in venc_get_supported_profile_level()1027 if(!venc_query_cap(tier_cap)) { in venc_get_supported_profile_level()1038 …if (m_sVenc_cfg.codectype == V4L2_PIX_FMT_HEVC && tier_cap.maximum == V4L2_MPEG_VIDEO_HEVC_TIER_HI… in venc_get_supported_profile_level()
2876 struct v4l2_queryctrl profile_cap, level_cap, tier_cap; in get_supported_profile_level() local2898 memset(&tier_cap, 0, sizeof(struct v4l2_queryctrl)); in get_supported_profile_level()2911 tier_cap.id = V4L2_CID_MPEG_VIDEO_HEVC_TIER; in get_supported_profile_level()2936 if (tier_cap.id) { in get_supported_profile_level()2937 if(!vdec_query_cap(tier_cap)) { in get_supported_profile_level()2948 …if (output_capability == V4L2_PIX_FMT_HEVC && tier_cap.maximum == V4L2_MPEG_VIDEO_HEVC_TIER_HIGH) { in get_supported_profile_level()