Searched defs:decoderType (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_Codecs.c344 * @param decoderType (IN) Decoder type
352 M4DECODER_VideoType decoderType,
360 if( decoderType >= M4DECODER_kVideoType_NB )
367 if( pC->m_pVideoDecoderItTable[decoderType] != M4OSA_NULL )
387 free(pC->m_pVideoDecoderItTable[decoderType]);
394 pC->m_pVideoDecoderItTable[decoderType] = M4OSA_NULL;
396 if( pC->m_pVideoDecoderUserDataTable[decoderType] != M4OSA_NULL )
398 free(pC->m_pVideoDecoderUserDataTable[decoderType]);
399 pC->m_pVideoDecoderUserDataTable[decoderType] = M4OSA_NULL;
405 pC->m_pVideoDecoderItTable[decoderType]
351 M4VSS3GPP_registerVideoDecoder( M4VSS3GPP_MediaAndCodecCtxt *pC, M4DECODER_VideoType decoderType, M4DECODER_VideoInterface *pDecoderInterface ) argument
431 M4VSS3GPP_registerAudioDecoder( M4VSS3GPP_MediaAndCodecCtxt *pC, M4AD_Type decoderType, M4AD_Interface *pDecoderInterface) argument
929 M4DECODER_VideoType decoderType; local
989 M4AD_Type decoderType; local
[all...]
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_Codecs.c334 * @param decoderType (IN) Decoder type
343 M4DECODER_VideoType decoderType,
352 if (decoderType >= M4DECODER_kVideoType_NB)
358 if (pC->m_pVideoDecoderItTable[decoderType] != M4OSA_NULL)
368 free(pC->m_pVideoDecoderItTable[decoderType]);
369 pC->m_pVideoDecoderItTable[decoderType] = M4OSA_NULL;
371 if (pC->m_pVideoDecoderUserDataTable[decoderType] != M4OSA_NULL)
373 free(pC->m_pVideoDecoderUserDataTable[decoderType]);
374 pC->m_pVideoDecoderUserDataTable[decoderType] = M4OSA_NULL;
379 pC->m_pVideoDecoderItTable[decoderType]
341 M4MCS_registerVideoDecoder( M4MCS_Context pContext, M4DECODER_VideoType decoderType, M4DECODER_VideoInterface *pDecoderInterface) argument
403 M4MCS_registerAudioDecoder( M4MCS_Context pContext, M4AD_Type decoderType, M4AD_Interface *pDecoderInterface) argument
828 M4DECODER_VideoType decoderType; local
877 M4AD_Type decoderType; local
[all...]
/frameworks/base/media/jni/mediaeditor/
H A DVideoBrowserMain.c142 M4DECODER_VideoType decoderType; local
247 decoderType = M4DECODER_kVideoTypeMPEG4;
251 &decoderType, &pContext->m_pDecoder);
254 &decoderType, (void **)&pContext->m_pDecoder);
274 decoderType = M4DECODER_kVideoTypeAVC;
278 &decoderType, &pContext->m_pDecoder);
281 &decoderType, (void **)&pContext->m_pDecoder);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioDecoder.cpp430 M4OSA_ERR VideoEditorAudioDecoder_create(M4AD_Type decoderType, argument
441 ALOGV("VideoEditorAudioDecoder_create begin: decoderType %d", decoderType);
450 pDecoderContext->mDecoderType = decoderType;
895 M4OSA_ERR VideoEditorAudioDecoder_getInterface(M4AD_Type decoderType, argument
905 decoderType, pDecoderType, pDecoderInterface);
910 *pDecoderType = decoderType;
912 switch( decoderType ) {
930 ALOGV("VEAD_getInterface ERROR: unsupported type %d", decoderType);
H A DVideoEditorVideoDecoder.cpp1698 M4OSA_ERR VideoEditorVideoDecoder_getInterface(M4DECODER_VideoType decoderType, argument
1709 *pDecoderType = decoderType;
1722 M4OSA_ERR VideoEditorVideoDecoder_getSoftwareInterface(M4DECODER_VideoType decoderType, argument
1733 *pDecoderType = decoderType;

Completed in 89 milliseconds