Home | History | Annotate | Download | only in test

Lines Matching defs:codec_type

337   tA2DP_CODEC_TYPE codec_type = A2DP_GetCodecType(codec_info_sbc);
338 EXPECT_EQ(codec_type, A2DP_MEDIA_CT_SBC);
340 codec_type = A2DP_GetCodecType(codec_info_aac);
341 EXPECT_EQ(codec_type, A2DP_MEDIA_CT_AAC);
343 codec_type = A2DP_GetCodecType(codec_info_non_a2dp);
344 EXPECT_EQ(codec_type, A2DP_MEDIA_CT_NON_A2DP);
463 for (uint8_t codec_type = A2DP_MEDIA_CT_AAC + 1;
464 codec_type < A2DP_MEDIA_CT_NON_A2DP; codec_type++) {
465 codec_info_test[2] = codec_type; // Unknown codec type