OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nChannelsInternal
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
dec_API.c
42
opus_int
nChannelsInternal
;
103
silk_assert( decControl->
nChannelsInternal
== 1 || decControl->
nChannelsInternal
== 2 );
109
for( n = 0; n < decControl->
nChannelsInternal
; n++ ) {
115
if( decControl->
nChannelsInternal
> psDec->
nChannelsInternal
) {
119
stereo_to_mono = decControl->
nChannelsInternal
== 1 && psDec->
nChannelsInternal
== 2 &&
123
for( n = 0; n < decControl->
nChannelsInternal
; n++ ) {
156
if( decControl->nChannelsAPI == 2 && decControl->
nChannelsInternal
== 2 && ( psDec->nChannelsAPI == 1 || psDec->nChannelsInternal == 1 ) )
[
all
...]
control.h
51
opus_int32
nChannelsInternal
;
120
opus_int32
nChannelsInternal
;
check_control_input.c
92
if( encControl->
nChannelsInternal
< 1 || encControl->
nChannelsInternal
> ENCODER_NUM_CHANNELS ) {
96
if( encControl->
nChannelsInternal
> encControl->nChannelsAPI ) {
enc_API.c
89
psEnc->
nChannelsInternal
= 1;
114
encStatus->
nChannelsInternal
= psEnc->
nChannelsInternal
;
170
if( encControl->
nChannelsInternal
> psEnc->
nChannelsInternal
) {
187
transition = (encControl->payloadSize_ms != psEnc->state_Fxx[ 0 ].sCmn.PacketSize_ms) || (psEnc->
nChannelsInternal
!= encControl->
nChannelsInternal
);
190
psEnc->
nChannelsInternal
= encControl->
nChannelsInternal
;
203
for( n = 0; n < encControl->
nChannelsInternal
; n++ )
[
all
...]
control_codec.c
84
psEnc->sCmn.
nChannelsInternal
= encControl->
nChannelsInternal
;
structs.h
201
opus_int
nChannelsInternal
;
/external/chromium_org/third_party/opus/src/silk/float/
structs_FLP.h
120
opus_int
nChannelsInternal
;
/external/chromium_org/third_party/opus/src/silk/fixed/
structs_FIX.h
121
opus_int
nChannelsInternal
;
/external/chromium_org/third_party/opus/src/src/
opus_decoder.c
325
st->DecControl.
nChannelsInternal
= st->stream_channels;
opus_encoder.c
196
st->silk_mode.
nChannelsInternal
= channels;
[
all
...]
Completed in 30 milliseconds