Searched refs:pDecoderType (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
H A DVideoEditorAudioDecoder.h27 M4OSA_ERR VideoEditorAudioDecoder_getInterface_AAC(M4AD_Type* pDecoderType,
30 M4OSA_ERR VideoEditorAudioDecoder_getInterface_AMRNB(M4AD_Type* pDecoderType,
33 M4OSA_ERR VideoEditorAudioDecoder_getInterface_AMRWB(M4AD_Type* pDecoderType,
36 M4OSA_ERR VideoEditorAudioDecoder_getInterface_MP3(M4AD_Type* pDecoderType,
H A DVideoEditorVideoDecoder.h28 M4DECODER_VideoType *pDecoderType,
32 M4DECODER_VideoType *pDecoderType,
36 M4DECODER_VideoType *pDecoderType,
40 M4DECODER_VideoType *pDecoderType,
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4AD_Null.h37 * @param pDecoderType : pointer on an M4AD_Type (allocated by the caller)
47 M4OSA_ERR M4AD_NULL_getInterface( M4AD_Type *pDecoderType, M4AD_Interface **pDecoderInterface);
H A DM4DECODER_Null.h37 * @param pDecoderType : Pointer to a M4DECODER_VideoType
49 M4OSA_ERR M4DECODER_NULL_getInterface( M4DECODER_VideoType *pDecoderType,
/frameworks/av/libvideoeditor/vss/src/
H A DM4AD_Null.c222 * @param pDecoderType : pointer on an M4AD_Type (allocated by the caller)
234 M4OSA_ERR M4AD_NULL_getInterface( M4AD_Type *pDecoderType, M4AD_Interface **pDecoderInterface) argument
243 *pDecoderType = M4AD_kTypePCM;
H A DM4DECODER_Null.c402 * @param pDecoderType : Pointer to a M4DECODER_VideoType
414 M4OSA_ERR M4DECODER_NULL_getInterface (M4DECODER_VideoType *pDecoderType, argument
426 *pDecoderType = M4DECODER_kVideoTypeYUV420P;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioDecoder.cpp896 M4AD_Type* pDecoderType, M4AD_Interface** pDecoderInterface) {
901 VIDEOEDITOR_CHECK(M4OSA_NULL != pDecoderType, M4ERR_PARAMETER);
905 decoderType, pDecoderType, pDecoderInterface);
910 *pDecoderType = decoderType;
961 M4OSA_ERR VideoEditorAudioDecoder_getInterface_AAC(M4AD_Type* pDecoderType, argument
965 M4AD_kTypeAAC, pDecoderType, pDecoderInterface);
968 M4OSA_ERR VideoEditorAudioDecoder_getInterface_AMRNB(M4AD_Type* pDecoderType, argument
972 M4AD_kTypeAMRNB, pDecoderType, pDecoderInterface);
975 M4OSA_ERR VideoEditorAudioDecoder_getInterface_AMRWB(M4AD_Type* pDecoderType, argument
979 M4AD_kTypeAMRWB, pDecoderType, pDecoderInterfac
895 VideoEditorAudioDecoder_getInterface(M4AD_Type decoderType, M4AD_Type* pDecoderType, M4AD_Interface** pDecoderInterface) argument
982 VideoEditorAudioDecoder_getInterface_MP3(M4AD_Type* pDecoderType, M4AD_Interface** pDecoderInterface) argument
[all...]
H A DVideoEditorVideoDecoder.cpp1699 M4DECODER_VideoType *pDecoderType, M4OSA_Context *pDecInterface) {
1709 *pDecoderType = decoderType;
1723 M4DECODER_VideoType *pDecoderType, M4OSA_Context *pDecInterface) {
1733 *pDecoderType = decoderType;
1748 M4DECODER_VideoType *pDecoderType, M4OSA_Context *pDecInterface) {
1750 pDecoderType, pDecInterface);
1754 M4DECODER_VideoType *pDecoderType, M4OSA_Context *pDecInterface) {
1756 pDecoderType, pDecInterface);
1761 M4DECODER_VideoType *pDecoderType, M4OSA_Context *pDecInterface) {
1763 pDecoderType, pDecInterfac
1698 VideoEditorVideoDecoder_getInterface(M4DECODER_VideoType decoderType, M4DECODER_VideoType *pDecoderType, M4OSA_Context *pDecInterface) argument
1722 VideoEditorVideoDecoder_getSoftwareInterface(M4DECODER_VideoType decoderType, M4DECODER_VideoType *pDecoderType, M4OSA_Context *pDecInterface) argument
1747 VideoEditorVideoDecoder_getInterface_MPEG4( M4DECODER_VideoType *pDecoderType, M4OSA_Context *pDecInterface) argument
1753 VideoEditorVideoDecoder_getInterface_H264( M4DECODER_VideoType *pDecoderType, M4OSA_Context *pDecInterface) argument
1760 VideoEditorVideoDecoder_getSoftwareInterface_MPEG4( M4DECODER_VideoType *pDecoderType, M4OSA_Context *pDecInterface) argument
1766 VideoEditorVideoDecoder_getSoftwareInterface_H264( M4DECODER_VideoType *pDecoderType, M4OSA_Context *pDecInterface) argument
[all...]

Completed in 527 milliseconds