OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nrof_channels
(Results
1 - 8
of
8
) sorted by null
/system/bt/embdrv/sbc/decoder/srce/
framing-sbc.c
51
printf(" channels: %d\n", frameInfo->
nrof_channels
);
synthesis-sbc.c
281
OI_UINT
nrof_channels
= context->common.frameInfo.
nrof_channels
;
local
284
int32_t* s = context->common.subdata + 8 *
nrof_channels
* blkstart;
293
if (
nrof_channels
== 2) {
304
for (ch = 0; ch <
nrof_channels
; ch++) {
320
OI_UINT
nrof_channels
= context->common.frameInfo.
nrof_channels
;
local
323
int32_t* s = context->common.subdata + 8 *
nrof_channels
* blkstart;
332
if (
nrof_channels
== 2) {
342
for (ch = 0; ch <
nrof_channels
; ch++)
360
OI_UINT
nrof_channels
= context->common.frameInfo.
nrof_channels
;
local
417
OI_UINT
nrof_channels
= context->common.frameInfo.
nrof_channels
;
local
[
all
...]
decoder-oina.c
86
if (context->common.frameInfo.
nrof_channels
>= context->common.pcmStride) {
decoder-private.c
109
frame->
nrof_channels
= channel_values[frame->mode];
133
OI_UINT i = common->frameInfo.nrof_subbands * common->frameInfo.
nrof_channels
;
188
common->frameInfo.
nrof_channels
* common->frameInfo.nrof_subbands / 4;
decoder-sbc.c
170
if (context->common.frameInfo.
nrof_channels
== 1 &&
275
if (context->common.frameInfo.
nrof_channels
> context->common.maxChannels) {
framing.c
216
OI_UINT count = (frame->nrof_subbands * frame->
nrof_channels
/ 2u) + 4;
240
frame->
nrof_channels
= channel_values[frame->mode];
bitalloc.c
89
SBC_HEADER_LEN + frame->nrof_subbands * frame->
nrof_channels
/ 2;
/system/bt/embdrv/sbc/decoder/include/
oi_codec_sbc.h
174
uint8_t
nrof_channels
; /**< The number of channels of the encoded stream. */
member in struct:__anon106017
Completed in 107 milliseconds