Searched refs:object_type (Results 1 – 3 of 3) sorted by relevance
262 int object_type = A2DP_GetObjectTypeCodeAac(p_codec_info); in a2dp_aac_encoder_update() local263 switch (object_type) { in a2dp_aac_encoder_update()280 __func__, object_type); in a2dp_aac_encoder_update()
392 uint8_t object_type = a2dp_offload.codec_info[0]; in a2dp_get_selected_hal_codec_config() local393 switch (object_type) { in a2dp_get_selected_hal_codec_config()408 << ": Unknown AAC object_type=" << +object_type; in a2dp_get_selected_hal_codec_config()
293 for (auto object_type : object_types) { in TEST_F() local300 AacParameters aac = {.objectType = object_type, in TEST_F()