/system/bt/bta/dm/ |
bta_dm_sco.c | 65 UINT32 n_channels; /* number of channels (i.e. mono(1), stereo(2)...) */ member in struct:__anon73269 585 ** n_channels: number of channels (i.e. mono(1), stereo(2)...) 590 void BTA_DmPcmInitSamples (UINT32 src_sps, UINT32 bits, UINT32 n_channels) 597 p_cb->n_channels = n_channels; 611 APPL_TRACE_DEBUG("bta_dm_pcm_init_samples: n_channels = %d bits = %d", n_channels, bits); 613 if(n_channels == 1) 647 APPL_TRACE_DEBUG("bta_pcm_init_dwn_sample: bits %d, n_channels %d, sample_size %d, ", \ 648 p_cb->bits, p_cb->n_channels, p_cb->sample_size) [all...] |
/system/bt/bta/av/ |
bta_av_sbc.c | 42 UINT16 n_channels; /* number of channels (i.e. mono(1), stereo(2)...) */ member in struct:__anon73190 59 ** n_channels: number of channels (i.e. mono(1), stereo(2)...) 64 void bta_av_sbc_init_up_sample (UINT32 src_sps, UINT32 dst_sps, UINT16 bits, UINT16 n_channels) 70 bta_av_sbc_ups_cb.n_channels= n_channels; 72 if(n_channels == 1)
|
/system/bt/bta/include/ |
bta_av_sbc.h | 44 ** n_channels: number of channels (i.e. mono(1), stereo(2)...) 50 UINT16 bits, UINT16 n_channels);
|
bta_api.h | [all...] |
/external/opencv3/modules/core/misc/java/src/java/ |
core+Mat.java | 159 int retVal = n_channels(nativeObj); 1127 private static native int n_channels(long nativeObj); method in class:Mat [all...] |
/cts/apps/CtsVerifier/libs/ |
opencv3-android.jar | |