OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opus_repacketizer_out_range
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/opus/src/include/
opus.h
636
*
opus_repacketizer_out_range
(), and then reset the state for the next set of
659
* out_len =
opus_repacketizer_out_range
(rp, i, i+1, out, sizeof(out));
[
all
...]
/external/chromium_org/third_party/opus/src/src/
repacketizer.c
198
opus_int32
opus_repacketizer_out_range
(OpusRepacketizer *rp, int begin, int end, unsigned char *data, opus_int32 maxlen)
function
repacketizer_demo.c
180
err =
opus_repacketizer_out_range
(rp, i, i+1, output_packet, MAX_PACKETOUT);
/external/chromium_org/third_party/opus/src/tests/
test_opus_api.c
[
all
...]
Completed in 213 milliseconds