Home | History | Annotate | Download | only in src

Lines Matching refs:decoderType

430 M4OSA_ERR VideoEditorAudioDecoder_create(M4AD_Type decoderType,
441 LOGV("VideoEditorAudioDecoder_create begin: decoderType %d", decoderType);
450 pDecoderContext->mDecoderType = decoderType;
895 M4OSA_ERR VideoEditorAudioDecoder_getInterface(M4AD_Type decoderType,
905 decoderType, pDecoderType, pDecoderInterface);
910 *pDecoderType = decoderType;
912 switch( decoderType ) {
930 LOGV("VEAD_getInterface ERROR: unsupported type %d", decoderType);