Searched refs:opus_multistream_encode_native (Results 1 – 3 of 3) sorted by relevance
/external/libopus/src/ |
D | opus_projection_encoder.c | 390 return opus_multistream_encode_native(get_multistream_encoder(st), in opus_projection_encode() 401 return opus_multistream_encode_native(get_multistream_encoder(st), in opus_projection_encode_float() 410 return opus_multistream_encode_native(get_multistream_encoder(st), in opus_projection_encode_float()
|
D | opus_multistream_encoder.c | 802 int opus_multistream_encode_native in opus_multistream_encode_native() function 1071 return opus_multistream_encode_native(st, opus_copy_channel_in_short, in opus_multistream_encode() 1084 return opus_multistream_encode_native(st, opus_copy_channel_in_float, in opus_multistream_encode_float() 1100 return opus_multistream_encode_native(st, opus_copy_channel_in_float, in opus_multistream_encode_float() 1112 return opus_multistream_encode_native(st, opus_copy_channel_in_short, in opus_multistream_encode()
|
D | opus_private.h | 189 int opus_multistream_encode_native
|