OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpusCustomMode
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/opus/src/include/
opus_custom.h
110
typedef struct
OpusCustomMode
OpusCustomMode
;
121
OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT
OpusCustomMode
*opus_custom_mode_create(opus_int32 Fs, int frame_size, int *error);
125
* @param [in] mode <tt>
OpusCustomMode
*</tt>: Mode to be freed.
127
OPUS_CUSTOM_EXPORT void opus_custom_mode_destroy(
OpusCustomMode
*mode);
134
* @param [in] mode <tt>
OpusCustomMode
*</tt>: Mode configuration
139
const
OpusCustomMode
*mode,
150
* @param [in] mode <tt>
OpusCustomMode
*</tt>: Contains all the information about the characteristics of
158
const
OpusCustomMode
*mode,
167
* @param [in] mode <tt>
OpusCustomMode
*</tt>: Contains all the information about the characteristics o
[
all
...]
/external/libopus/include/
opus_custom.h
110
typedef struct
OpusCustomMode
OpusCustomMode
;
121
OPUS_CUSTOM_EXPORT OPUS_WARN_UNUSED_RESULT
OpusCustomMode
*opus_custom_mode_create(opus_int32 Fs, int frame_size, int *error);
125
* @param [in] mode <tt>
OpusCustomMode
*</tt>: Mode to be freed.
127
OPUS_CUSTOM_EXPORT void opus_custom_mode_destroy(
OpusCustomMode
*mode);
134
* @param [in] mode <tt>
OpusCustomMode
*</tt>: Mode configuration
139
const
OpusCustomMode
*mode,
150
* @param [in] mode <tt>
OpusCustomMode
*</tt>: Contains all the information about the characteristics of
158
const
OpusCustomMode
*mode,
167
* @param [in] mode <tt>
OpusCustomMode
*</tt>: Contains all the information about the characteristics o
[
all
...]
/external/chromium_org/third_party/opus/src/celt/
modes.h
60
struct
OpusCustomMode
{
celt.h
51
#define CELTMode
OpusCustomMode
opus_custom_demo.c
47
OpusCustomMode
*mode=NULL;
celt_decoder.c
65
const
OpusCustomMode
*mode;
342
const
OpusCustomMode
*mode;
696
const
OpusCustomMode
*mode;
[
all
...]
celt_encoder.c
59
const
OpusCustomMode
*mode; /**< Mode used by the encoder */
[
all
...]
/external/libopus/celt/
modes.h
60
struct
OpusCustomMode
{
celt.h
51
#define CELTMode
OpusCustomMode
opus_custom_demo.c
47
OpusCustomMode
*mode=NULL;
celt_decoder.c
65
const
OpusCustomMode
*mode;
342
const
OpusCustomMode
*mode;
696
const
OpusCustomMode
*mode;
[
all
...]
celt_encoder.c
59
const
OpusCustomMode
*mode; /**< Mode used by the encoder */
[
all
...]
Completed in 735 milliseconds