OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:channel_index
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/mojo/system/
remote_message_pipe_posix_unittest.cc
69
// This connects |mp|'s port |
channel_index
^ 1| to channel |
channel_index
|.
73
void BootstrapMessagePipeNoWait(unsigned
channel_index
,
78
base::Unretained(this),
channel_index
, mp));
107
void CreateAndInitChannel(unsigned
channel_index
) {
109
CHECK(
channel_index
== 0 ||
channel_index
== 1);
110
CHECK(!channels_[
channel_index
].get());
112
channels_[
channel_index
] = new Channel();
113
CHECK(channels_[
channel_index
]->Init
[
all
...]
/external/speex/libspeex/
resample.c
332
static int resampler_basic_direct_single(SpeexResamplerState *st, spx_uint32_t
channel_index
, const spx_word16_t *in, spx_uint32_t *in_len, spx_word16_t *out, spx_uint32_t *out_len)
336
int last_sample = st->last_sample[
channel_index
];
337
spx_uint32_t samp_frac_num = st->samp_frac_num[
channel_index
];
376
st->last_sample[
channel_index
] = last_sample;
377
st->samp_frac_num[
channel_index
] = samp_frac_num;
384
static int resampler_basic_direct_double(SpeexResamplerState *st, spx_uint32_t
channel_index
, const spx_word16_t *in, spx_uint32_t *in_len, spx_word16_t *out, spx_uint32_t *out_len)
388
int last_sample = st->last_sample[
channel_index
];
389
spx_uint32_t samp_frac_num = st->samp_frac_num[
channel_index
];
427
st->last_sample[
channel_index
] = last_sample;
428
st->samp_frac_num[
channel_index
] = samp_frac_num
[
all
...]
/external/chromium_org/media/audio/mac/
audio_unified_mac.cc
311
for (int
channel_index
= 0;
channel_index
< client_input_channels_;
312
++
channel_index
) {
315
int source_channel_index =
channel_index
;
327
float* p = input_bus_->channel(
channel_index
);
347
for (int
channel_index
= 0;
348
channel_index
< static_cast<int>(format_.mChannelsPerFrame);
349
++
channel_index
) {
352
int dest_channel_index =
channel_index
;
364
float* p = output_bus_->channel(
channel_index
);
[
all
...]
/external/speex/include/speex/
speex_resampler.h
157
* @param
channel_index
Index of the channel to process for the multi-channel
166
spx_uint32_t
channel_index
,
174
* @param
channel_index
Index of the channel to process for the multi-channel
183
spx_uint32_t
channel_index
,
/external/chromium_org/media/audio/pulse/
pulse_util.cc
91
int
channel_index
= ChannelOrder(channel_layout, ch);
local
92
if (
channel_index
< 0)
95
channel_map.map[
channel_index
] = ChromiumToPAChannelPosition(ch);
/external/chromium_org/skia/ext/
recursive_gaussian_convolution_unittest.cc
29
int
channel_index
,
40
signal_y * src_row_stride + signal_x * channel_count +
channel_index
;
48
int
channel_index
,
64
(*image)[y * src_row_stride + x * channel_count +
channel_index
] = value;
/frameworks/av/include/media/
AudioTrack.h
39
enum
channel_index
{
enum in class:android::AudioTrack
[
all
...]
Completed in 923 milliseconds