OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opus_packet_get_bandwidth
(Results
1 - 3
of
3
) sorted by null
/external/libopus/include/
opus.h
545
OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int
opus_packet_get_bandwidth
(const unsigned char *data) OPUS_ARG_NONNULL(1);
[
all
...]
/external/libopus/src/
opus_decoder.c
632
packet_bandwidth =
opus_packet_get_bandwidth
(data);
921
int
opus_packet_get_bandwidth
(const unsigned char *data)
function
/external/libopus/tests/
test_opus_api.c
283
if(bw!=
opus_packet_get_bandwidth
(packet))test_failed();
286
fprintf(stdout,"
opus_packet_get_bandwidth
() .................. OK.\n");
332
if(
opus_packet_get_bandwidth
(NULL) !=OPUS_BAD_ARG)test_failed();
[
all
...]
Completed in 98 milliseconds