OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nb_streams
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/opus/src/src/
opus_private.h
46
int
nb_streams
;
member in struct:ChannelLayout
opus_multistream_encoder.c
46
int
nb_streams
;
member in struct:__anon19359
94
for (s=0;s<st->layout.
nb_streams
;s++)
113
for (s=0;s<st->layout.
nb_streams
;s++)
126
for (s=0;s<layout->
nb_streams
;s++)
344
opus_int32 opus_multistream_encoder_get_size(int
nb_streams
, int nb_coupled_streams)
349
if(
nb_streams
<1||nb_coupled_streams>
nb_streams
||nb_coupled_streams<0)return 0;
354
+ (
nb_streams
-nb_coupled_streams) * align(mono_size);
359
int
nb_streams
;
local
367
nb_streams
=1
[
all
...]
/external/libopus/src/
opus_private.h
46
int
nb_streams
;
member in struct:ChannelLayout
opus_multistream_encoder.c
46
int
nb_streams
;
member in struct:__anon4123
94
for (s=0;s<st->layout.
nb_streams
;s++)
113
for (s=0;s<st->layout.
nb_streams
;s++)
126
for (s=0;s<layout->
nb_streams
;s++)
344
opus_int32 opus_multistream_encoder_get_size(int
nb_streams
, int nb_coupled_streams)
349
if(
nb_streams
<1||nb_coupled_streams>
nb_streams
||nb_coupled_streams<0)return 0;
354
+ (
nb_streams
-nb_coupled_streams) * align(mono_size);
359
int
nb_streams
;
local
367
nb_streams
=1
[
all
...]
Completed in 1314 milliseconds