OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:channel_idx
(Results
1 - 3
of
3
) sorted by null
/external/tinycompress/
cplay.c
103
int ver_idx, mp3_version, layer, bit_rate_idx, sample_rate_idx,
channel_idx
;
local
115
channel_idx
= ((header->format2 >> 6) & 0x03);
121
*num_channels = (
channel_idx
== MONO ? 1 : 2);
/external/wpa_supplicant_8/src/ap/
dfs.c
188
int i,
channel_idx
= 0, n_chans, n_chans1;
local
210
if (ret_chan && idx ==
channel_idx
) {
216
channel_idx
++;
218
return
channel_idx
;
/external/opencv3/modules/core/include/opencv2/core/
types_c.h
419
CV_MAT_ELEM(matrix, type, i, j\*nchannels +
channel_idx
).
[
all
...]
Completed in 113 milliseconds