Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_type.h152 #define PROFILE_NUM 256 /** Size of the profile array supported. */ macro
157 … int32_t supportProfiles[PROFILE_NUM]; /** Supported profiles. For details, see {@link Profile}. */
H A Dcodec_type.h302 #define PROFILE_NUM 256 /** Size of the profile array supported. */ macro
308 …int32_t supportProfiles[PROFILE_NUM]; /**< Supported profiles. For details, see {@link Profile}. */
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_types.c423 for (uint32_t i = 0; i < PROFILE_NUM; i++) { in CodecCompCapabilityBlockMarshalling()
461 for (uint32_t j = 0; j < PROFILE_NUM; j++) { in CodecCompCapabilityBlockUnmarshalling()
H A Dcodec_config_parser.c205 cap->supportProfiles, PROFILE_NUM, INVALID_PROFILE}; in GetMiscOfCapability()