Lines Matching refs:C2Config
53 struct C2Config { struct
276 enum C2Config::api_level_t : uint32_t {
281 typedef C2GlobalParam<C2Setting, C2SimpleValueStruct<C2Config::api_level_t>, kParamIndexApiLevel>
285 enum C2Config::api_feature_t : uint64_t {
297 typedef C2GlobalParam<C2Setting, C2SimpleValueStruct<C2Config::api_feature_t>, kParamIndexApiFeatur…
401 enum C2Config::profile_t : uint32_t {
544 enum C2Config::level_t : uint32_t {
658 C2Config::profile_t profile; ///< coding profile
659 C2Config::level_t level; ///< coding level
662 C2Config::profile_t profile_ = C2Config::PROFILE_UNUSED,
663 C2Config::level_t level_ = C2Config::LEVEL_UNUSED)
699 C2ENUM(C2Config::supplemental_info_t, uint32_t,
717 size_t flexCount, C2Config::supplemental_info_t type, std::vector<uint8_t> data_) in C2SupplementalDataStruct()
722 C2Config::supplemental_info_t type_;
735 typedef C2StreamParam<C2Tuning, C2SimpleArrayStruct<C2Config::supplemental_info_t>,
828 C2ENUM(C2Config::ordinal_key_t, uint32_t,
834 typedef C2PortParam<C2Setting, C2SimpleValueStruct<C2Config::ordinal_key_t>, kParamIndexReorderKey>
1123 C2ENUM(C2Config::secure_mode_t, uint32_t,
1128 typedef C2GlobalParam<C2Tuning, C2SimpleValueStruct<C2Config::secure_mode_t>, kParamIndexSecureMode>
1147 C2ENUM(C2Config::bitrate_mode_t, uint32_t,
1161 typedef C2StreamParam<C2Tuning, C2SimpleValueStruct<C2Config::bitrate_mode_t>,
1194 C2ENUM(C2Config::prepend_header_mode_t, uint32_t,
1304 C2ENUM(C2Config::scaling_method_t, uint32_t,
1308 typedef C2StreamParam<C2Tuning, C2SimpleValueStruct<C2Config::scaling_method_t>,
1629 C2ENUM(C2Config::picture_type_t, uint32_t,
1636 typedef C2Config::picture_type_t C2PictureTypeMask; // deprecated
1637 constexpr C2Config::picture_type_t C2PictureTypeKeyFrame = C2Config::SYNC_FRAME; // deprecated
1642 typedef C2StreamParam<C2Tuning, C2SimpleValueStruct<C2EasyEnum<C2Config::picture_type_t>>,
1650 typedef C2StreamParam<C2Info, C2SimpleValueStruct<C2EasyEnum<C2Config::picture_type_t>>,
1681 C2GopLayerStruct(C2Config::picture_type_t type, uint32_t count_) in C2GopLayerStruct()
1684 C2Config::picture_type_t type_;
1780 C2ENUM(C2Config::intra_refresh_mode_t, uint32_t,
1787 : mode(C2Config::INTRA_REFRESH_DISABLED), period(0.) { } in C2IntraRefreshStruct()
1789 C2IntraRefreshStruct(C2Config::intra_refresh_mode_t mode_, float period_) in C2IntraRefreshStruct()
1792 C2Config::intra_refresh_mode_t mode; ///< refresh mode
1811 C2ENUM(C2Config::scan_order_t, uint32_t,
1819 C2Config::scan_order_t order; ///< tile order
1836 C2ENUM(C2Config::tiling_mode_t, uint32_t,
1875 C2ENUM(C2Config::pcm_encoding_t, uint32_t,
1881 typedef C2StreamParam<C2Info, C2SimpleValueStruct<C2Config::pcm_encoding_t>, kParamIndexPcmEncoding>
1889 C2ENUM(C2Config::aac_sbr_mode_t, uint32_t,
1896 typedef C2StreamParam<C2Info, C2SimpleValueStruct<C2Config::aac_sbr_mode_t>, kParamIndexAacSbrMode>
1903 C2ENUM(C2Config::drc_compression_mode_t, int32_t,
1910 typedef C2StreamParam<C2Info, C2SimpleValueStruct<C2Config::drc_compression_mode_t>,
1946 C2ENUM(C2Config::drc_effect_type_t, int32_t,
1958 typedef C2StreamParam<C2Info, C2SimpleValueStruct<C2Config::drc_effect_type_t>,
1968 C2ENUM(C2Config::aac_packaging_t, uint32_t,
1973 typedef C2Config::aac_packaging_t C2AacStreamFormatKind; // deprecated
1975 constexpr C2Config::aac_packaging_t C2AacStreamFormatRaw = C2Config::AAC_PACKAGING_RAW;
1976 constexpr C2Config::aac_packaging_t C2AacStreamFormatAdts = C2Config::AAC_PACKAGING_ADTS;
1978 typedef C2StreamParam<C2Info, C2SimpleValueStruct<C2EasyEnum<C2Config::aac_packaging_t>>,
1989 enum C2Config::platform_level_t : uint32_t {
1994 typedef C2GlobalParam<C2Setting, C2SimpleValueStruct<C2Config::platform_level_t>,
1999 enum C2Config::platform_feature_t : uint64_t {
2004 typedef C2GlobalParam<C2Setting, C2SimpleValueStruct<C2Config::platform_feature_t>,