Lines Matching refs:value
456 VAConfigAttribValEncHEVCFeatures features = { .value = priv->va_features };
470 VAConfigAttribValEncHEVCBlockSizes bs = { .value = priv->va_bs };
584 VAConfigAttribValEncHEVCFeatures features = { .value = priv->va_features };
591 // set diff_cu_qp_delta_depth as its max value if cu_qp_delta enabled. Otherwise
1182 } else if (attr.value == VA_ATTRIB_NOT_SUPPORTED) {
1186 priv->va_features = attr.value;
1196 } else if (attr.value == VA_ATTRIB_NOT_SUPPORTED) {
1200 priv->va_bs = block_size.value = attr.value;
1373 #define PROFILE(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \
1374 { .i64 = value }, 0, 0, FLAGS, "profile"
1392 #define LEVEL(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \
1393 { .i64 = value }, 0, 0, FLAGS, "level"