OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M4AD_Context
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/libvideoeditor/vss/common/inc/
M4AD_Common.h
38
typedef M4OSA_Void*
M4AD_Context
;
158
typedef M4OSA_ERR (M4AD_create_fct)(
M4AD_Context
*pContext,
173
typedef M4OSA_ERR (M4AD_destroy_fct) (
M4AD_Context
context);
193
typedef M4OSA_ERR (M4AD_step_fct) (
M4AD_Context
context, M4AD_Buffer *pInputBuffer,
227
typedef M4OSA_ERR (M4AD_start_fct) (
M4AD_Context
pContext);
239
typedef M4OSA_ERR (M4AD_reset_fct) (
M4AD_Context
context);
256
typedef M4OSA_ERR (M4AD_setOption_fct) (
M4AD_Context
context,
273
typedef M4OSA_ERR (M4AD_getOption_fct) (
M4AD_Context
context, M4OSA_OptionID optionId,
/frameworks/av/libvideoeditor/vss/src/
M4AD_Null.c
77
M4OSA_ERR M4AD_NULL_create(
M4AD_Context
* pContext,
114
M4OSA_ERR M4AD_NULL_destroy(
M4AD_Context
context)
141
M4OSA_ERR M4AD_NULL_step(
M4AD_Context
context, M4AD_Buffer *pInputBuffer,
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioDecoder.cpp
396
M4OSA_ERR VideoEditorAudioDecoder_destroy(
M4AD_Context
pContext) {
431
M4AD_Context
* pContext, M4_AudioStreamHandler* pStreamHandler,
588
M4OSA_ERR VideoEditorAudioDecoder_create_AAC(
M4AD_Context
* pContext,
596
M4OSA_ERR VideoEditorAudioDecoder_create_AMRNB(
M4AD_Context
* pContext,
604
M4OSA_ERR VideoEditorAudioDecoder_create_AMRWB(
M4AD_Context
* pContext,
612
M4OSA_ERR VideoEditorAudioDecoder_create_MP3(
M4AD_Context
* pContext,
620
M4AD_Context
pContext, M4AD_Buffer* pInputBuffer) {
650
M4OSA_ERR VideoEditorAudioDecoder_processOutputBuffer(
M4AD_Context
pContext,
713
M4OSA_ERR VideoEditorAudioDecoder_step(
M4AD_Context
pContext,
799
M4OSA_ERR VideoEditorAudioDecoder_setOption(
M4AD_Context
pContext
[
all
...]
Completed in 28 milliseconds