Home
last modified time | relevance | path

Searched refs:opus_encode_float (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/openscreen/cast/standalone_sender/
H A Dstreaming_opus_encoder.cc104 opus_encode_float(encoder(), input_.get(), num_samples_queued_, in EncodeAndSend()
/aosp_15_r20/external/libopus/include/
H A Dopus.h304 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT opus_int32 opus_encode_float(
/aosp_15_r20/out/soong/.intermediates/external/libopus/libopus/android_arm64_armv8-2a_cortex-a55_shared_apex31/
Dlibopus.so.toc280 275: FUNC GLOBAL DEFAULT 15 opus_encode_float
/aosp_15_r20/external/libopus/tests/
H A Dtest_opus_api.c1422 i=opus_encode_float(enc, fbuf, 960, packet, sizeof(packet)); in test_enc_api()
1434 if(opus_encode_float(0,fbuf,960,packet,sizeof(packet))!=OPUS_INVALID_STATE)test_failed(); in test_enc_api()
/aosp_15_r20/external/libopus/src/
H A Dopus_encoder.c2464 opus_int32 opus_encode_float(OpusEncoder *st, const float *pcm, int analysis_frame_size, in opus_encode_float() function
2522 opus_int32 opus_encode_float(OpusEncoder *st, const float *pcm, int analysis_frame_size, in opus_encode_float() function