Searched refs:objectType (Results 1 – 4 of 4) sorted by relevance
45 uint8_t objectType; /* Object Type */ member130 if (p_ie->objectType == 0) return A2DP_INVALID_PARAMS; in A2DP_BuildInfoAac()131 *p_result++ = p_ie->objectType; in A2DP_BuildInfoAac()179 p_ie->objectType = *p_codec_info++; in A2DP_ParseInfoAac()197 if (A2DP_BitsSet(p_ie->objectType) == A2DP_SET_ZERO_BIT) in A2DP_ParseInfoAac()207 if (A2DP_BitsSet(p_ie->objectType) != A2DP_SET_ONE_BIT) in A2DP_ParseInfoAac()281 cfg_cie.objectType, p_cap->objectType); in A2DP_CodecInfoMatchesCapabilityAac()293 if ((cfg_cie.objectType & p_cap->objectType) == 0) return A2DP_BAD_OBJ_TYPE; in A2DP_CodecInfoMatchesCapabilityAac()356 return (aac_cie_a.objectType == aac_cie_b.objectType) && in A2DP_CodecEqualsAac()473 switch (aac_cie.objectType) { in A2DP_GetObjectTypeCodeAac()[all …]
395 aac_config.objectType = AacObjectType::MPEG2_LC; in a2dp_get_selected_hal_codec_config()398 aac_config.objectType = AacObjectType::MPEG4_LC; in a2dp_get_selected_hal_codec_config()401 aac_config.objectType = AacObjectType::MPEG4_LTP; in a2dp_get_selected_hal_codec_config()404 aac_config.objectType = AacObjectType::MPEG4_SCALABLE; in a2dp_get_selected_hal_codec_config()
159 (aac_config.objectType & aac_capability.objectType && in IsOffloadCodecConfigurationSupported()300 AacParameters aac = {.objectType = object_type, in TEST_F()
626 enum objectType { enum