Searched refs:opus_multistream_encode_native (Results 1 – 3 of 3) sorted by relevance
/external/libopus/src/ |
D | opus_projection_encoder.c | 348 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()
|
D | opus_multistream_encoder.c | 801 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()
|
D | opus_private.h | 175 int opus_multistream_encode_native
|