Home
last modified time | relevance | path

Searched refs:opus_multistream_encode_native (Results 1 – 3 of 3) sorted by relevance

/external/libopus/src/
Dopus_projection_encoder.c348 return opus_multistream_encode_native(get_multistream_encoder(st), in opus_projection_encode()
359 return opus_multistream_encode_native(get_multistream_encoder(st), in opus_projection_encode_float()
368 return opus_multistream_encode_native(get_multistream_encoder(st), in opus_projection_encode_float()
Dopus_multistream_encoder.c801 int opus_multistream_encode_native in opus_multistream_encode_native() function
1070 return opus_multistream_encode_native(st, opus_copy_channel_in_short, in opus_multistream_encode()
1083 return opus_multistream_encode_native(st, opus_copy_channel_in_float, in opus_multistream_encode_float()
1099 return opus_multistream_encode_native(st, opus_copy_channel_in_float, in opus_multistream_encode_float()
1111 return opus_multistream_encode_native(st, opus_copy_channel_in_short, in opus_multistream_encode()
Dopus_private.h174 int opus_multistream_encode_native