OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:audioDecoderType
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_MediaAndCodecSubscription.c
151
M4AD_Type
audioDecoderType
;
283
err = VideoEditorAudioDecoder_getInterface_AMRNB(&
audioDecoderType
, &pAudioDecoderInterface);
289
err = M4VSS3GPP_registerAudioDecoder( pContext,
audioDecoderType
, pAudioDecoderInterface);
297
err = VideoEditorAudioDecoder_getInterface_AAC(&
audioDecoderType
, &pAudioDecoderInterface);
303
err = M4VSS3GPP_registerAudioDecoder( pContext,
audioDecoderType
, pAudioDecoderInterface);
311
err = VideoEditorAudioDecoder_getInterface_MP3(&
audioDecoderType
, &pAudioDecoderInterface);
317
err = M4VSS3GPP_registerAudioDecoder( pContext,
audioDecoderType
, pAudioDecoderInterface);
326
err = M4AD_NULL_getInterface( &
audioDecoderType
, &pAudioDecoderInterface);
332
err = M4VSS3GPP_registerAudioDecoder( pContext,
audioDecoderType
, pAudioDecoderInterface);
/frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_MediaAndCodecSubscription.c
153
M4AD_Type
audioDecoderType
;
273
err = VideoEditorAudioDecoder_getInterface_AMRNB(&
audioDecoderType
,
280
err = M4MCS_registerAudioDecoder( pContext,
audioDecoderType
,
290
err = VideoEditorAudioDecoder_getInterface_AAC(&
audioDecoderType
,
297
err = M4MCS_registerAudioDecoder( pContext,
audioDecoderType
,
307
err = VideoEditorAudioDecoder_getInterface_MP3(&
audioDecoderType
,
314
err = M4MCS_registerAudioDecoder( pContext,
audioDecoderType
,
Completed in 326 milliseconds