OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OpusCustomDecoder
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/include/
opus_custom.h
102
typedef struct
OpusCustomDecoder
OpusCustomDecoder
;
243
/** Gets the size of an
OpusCustomDecoder
structure.
258
* @param [in] st <tt>
OpusCustomDecoder
*</tt>: Decoder state
266
OpusCustomDecoder
*st,
282
OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT
OpusCustomDecoder
*opus_custom_decoder_create(
289
* @param[in] st <tt>
OpusCustomDecoder
*</tt>: State to be freed.
291
OPUS_CUSTOM_EXPORT void opus_custom_decoder_destroy(
OpusCustomDecoder
*st);
294
* @param [in] st <tt>
OpusCustomDecoder
*</tt>: Decoder state
303
OpusCustomDecoder
*st
[
all
...]
/external/chromium_org/third_party/opus/src/celt/
celt_decoder.c
64
struct
OpusCustomDecoder
{
[
all
...]
Completed in 108 milliseconds