Home | History | Annotate | Download | only in a2dp

Lines Matching refs:LOG_VERBOSE

247   LOG_VERBOSE(LOG_TAG, "%s: Object Type peer: 0x%x, capability 0x%x", __func__,
249 LOG_VERBOSE(LOG_TAG, "%s: Sample Rate peer: %u, capability %u", __func__,
251 LOG_VERBOSE(LOG_TAG, "%s: Channel Mode peer: 0x%x, capability 0x%x", __func__,
253 LOG_VERBOSE(
256 LOG_VERBOSE(LOG_TAG, "%s: Bit Rate peer: %u, capability %u", __func__,
536 LOG_VERBOSE(LOG_TAG, "%s", __func__);
544 LOG_VERBOSE(LOG_TAG, "\tobjectType: 0x%x", aac_cie.objectType);
546 LOG_VERBOSE(LOG_TAG, "\tobjectType: (MPEG-2 AAC LC)");
549 LOG_VERBOSE(LOG_TAG, "\tobjectType: (MPEG-4 AAC LC)");
552 LOG_VERBOSE(LOG_TAG, "\tobjectType: (MPEG-4 AAC LTP)");
555 LOG_VERBOSE(LOG_TAG, "\tobjectType: (MPEG-4 AAC Scalable)");
558 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: 0x%x", aac_cie.sampleRate);
560 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: (8000)");
563 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: (11025)");
566 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: (12000)");
569 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: (16000)");
572 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: (22050)");
575 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: (24000)");
578 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: (32000)");
581 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: (44100)");
584 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: (48000)");
587 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: (64000)");
590 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: (88200)");
593 LOG_VERBOSE(LOG_TAG, "\tsamp_freq: (96000)");
596 LOG_VERBOSE(LOG_TAG, "\tch_mode: 0x%x", aac_cie.channelMode);
598 LOG_VERBOSE(LOG_TAG, "\tch_mode: (Mono)");
601 LOG_VERBOSE(LOG_TAG, "\tch_mode: (Stereo)");
604 LOG_VERBOSE(LOG_TAG, "\tvariableBitRateSupport: %s",
607 LOG_VERBOSE(LOG_TAG, "\tbitRate: %u", aac_cie.bitRate);