OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nChannelsAPI
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
control.h
48
opus_int32
nChannelsAPI
;
117
opus_int32
nChannelsAPI
;
check_control_input.c
88
if( encControl->
nChannelsAPI
< 1 || encControl->
nChannelsAPI
> ENCODER_NUM_CHANNELS ) {
96
if( encControl->nChannelsInternal > encControl->
nChannelsAPI
) {
dec_API.c
41
opus_int
nChannelsAPI
;
156
if( decControl->
nChannelsAPI
== 2 && decControl->nChannelsInternal == 2 && ( psDec->
nChannelsAPI
== 1 || psDec->nChannelsInternal == 1 ) ) {
161
psDec->
nChannelsAPI
= decControl->
nChannelsAPI
;
294
if( decControl->
nChannelsAPI
== 2 && decControl->nChannelsInternal == 2 ) {
308
decControl->
nChannelsAPI
== 2 ? *nSamplesOut : 0, opus_int16 );
309
if( decControl->
nChannelsAPI
== 2 ) {
315
for( n = 0; n < silk_min( decControl->
nChannelsAPI
, decControl->nChannelsInternal ); n++ ) {
321
if( decControl->
nChannelsAPI
== 2 )
[
all
...]
enc_API.c
88
psEnc->
nChannelsAPI
= 1;
113
encStatus->
nChannelsAPI
= psEnc->
nChannelsAPI
;
181
if( psEnc->
nChannelsAPI
== 2 ) {
189
psEnc->
nChannelsAPI
= encControl->
nChannelsAPI
;
262
if( encControl->
nChannelsAPI
== 2 && encControl->nChannelsInternal == 2 ) {
285
} else if( encControl->
nChannelsAPI
== 2 && encControl->nChannelsInternal == 1 ) {
305
silk_assert( encControl->
nChannelsAPI
== 1 && encControl->nChannelsInternal == 1 );
312
samplesIn += nSamplesFromInput * encControl->
nChannelsAPI
;
[
all
...]
control_codec.c
83
psEnc->sCmn.
nChannelsAPI
= encControl->
nChannelsAPI
;
structs.h
200
opus_int
nChannelsAPI
;
/external/chromium_org/third_party/opus/src/silk/float/
structs_FLP.h
119
opus_int
nChannelsAPI
;
/external/chromium_org/third_party/opus/src/silk/fixed/
structs_FIX.h
120
opus_int
nChannelsAPI
;
/external/chromium_org/third_party/opus/src/src/
opus_decoder.c
123
st->DecControl.
nChannelsAPI
= st->channels;
opus_encoder.c
195
st->silk_mode.
nChannelsAPI
= channels;
[
all
...]
Completed in 31 milliseconds