OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nChannelsAPI
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
control.h
48
opus_int32
nChannelsAPI
;
117
opus_int32
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
...]
structs.h
200
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/silk/float/
structs_FLP.h
119
opus_int
nChannelsAPI
;
Completed in 61 milliseconds