Home
last modified time | relevance | path

Searched refs:M4DECODER_VideoInterface (Results 1 – 14 of 14) sorted by relevance

/frameworks/av/libvideoeditor/vss/common/inc/
DM4DECODER_Null.h50 M4DECODER_VideoInterface **pDecoderInterface);
DM4DECODER_Common.h387 } M4DECODER_VideoInterface; typedef
/frameworks/av/libvideoeditor/vss/src/
DM4DECODER_Null.c415 M4DECODER_VideoInterface **pDecoderInterface) { in M4DECODER_NULL_getInterface()
418 (M4DECODER_VideoInterface*)M4OSA_32bitAlignedMalloc( in M4DECODER_NULL_getInterface()
419 sizeof(M4DECODER_VideoInterface), in M4DECODER_NULL_getInterface()
DM4VSS3GPP_MediaAndCodecSubscription.c159 M4DECODER_VideoInterface* pVideoDecoderInterface; in M4VSS3GPP_subscribeMediaAndCodec()
DM4VSS3GPP_Codecs.c353 M4DECODER_VideoInterface *pDecoderInterface ) in M4VSS3GPP_registerVideoDecoder()
/frameworks/base/media/jni/mediaeditor/
DVideoBrowserInternal.h102 M4DECODER_VideoInterface* m_pDecoder ;
DVideoEditorPropertiesMain.cpp97 M4DECODER_VideoInterface* pOMXVidDecoderInterface = M4OSA_NULL; in videoEditProp_getProperties()
/frameworks/av/libvideoeditor/vss/mcs/inc/
DM4MCS_InternalFunctions.h165 M4DECODER_VideoInterface *pDecoderInterface);
DM4MCS_InternalTypes.h562 M4DECODER_VideoInterface* m_pVideoDecoder;
563 M4DECODER_VideoInterface* m_pVideoDecoderItTable[M4DECODER_kVideoType_NB];
/frameworks/av/libvideoeditor/vss/inc/
DM4VSS3GPP_InternalTypes.h251 M4DECODER_VideoInterface* m_pVideoDecoder;
252 M4DECODER_VideoInterface* m_pVideoDecoderItTable[M4DECODER_kVideoType_NB];
DM4VSS3GPP_InternalFunctions.h320 M4DECODER_VideoInterface *pDecoderInterface);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
DVideoEditorVideoDecoder.cpp1706 M4DECODER_VideoInterface* pDecoderInterface = M4OSA_NULL; in VideoEditorVideoDecoder_getInterface()
1708 pDecoderInterface = (M4DECODER_VideoInterface*)M4OSA_32bitAlignedMalloc( in VideoEditorVideoDecoder_getInterface()
1709 sizeof(M4DECODER_VideoInterface), M4DECODER_EXTERNAL, in VideoEditorVideoDecoder_getInterface()
1730 M4DECODER_VideoInterface* pDecoderInterface = M4OSA_NULL; in VideoEditorVideoDecoder_getSoftwareInterface()
1732 pDecoderInterface = (M4DECODER_VideoInterface*)M4OSA_32bitAlignedMalloc( in VideoEditorVideoDecoder_getSoftwareInterface()
1733 sizeof(M4DECODER_VideoInterface), M4DECODER_EXTERNAL, in VideoEditorVideoDecoder_getSoftwareInterface()
/frameworks/av/libvideoeditor/vss/mcs/src/
DM4MCS_MediaAndCodecSubscription.c161 M4DECODER_VideoInterface* pVideoDecoderInterface; in M4MCS_subscribeMediaAndCodec()
DM4MCS_Codecs.c344 M4DECODER_VideoInterface *pDecoderInterface) in M4MCS_registerVideoDecoder()