Searched refs:videoDecoderType (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_MediaAndCodecSubscription.c156 M4DECODER_VideoType videoDecoderType; local
240 err = VideoEditorVideoDecoder_getInterface_MPEG4(&videoDecoderType, (M4OSA_Void *)&pVideoDecoderInterface);
246 err = M4VSS3GPP_registerVideoDecoder( pContext, videoDecoderType, pVideoDecoderInterface);
252 err = VideoEditorVideoDecoder_getInterface_H264(&videoDecoderType, (M4OSA_Void *)&pVideoDecoderInterface);
258 err = M4VSS3GPP_registerVideoDecoder( pContext, videoDecoderType, pVideoDecoderInterface);
265 &videoDecoderType, &pVideoDecoderInterface);
271 pContext, videoDecoderType, pVideoDecoderInterface);
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_MediaAndCodecSubscription.c158 M4DECODER_VideoType videoDecoderType; local
234 err = VideoEditorVideoDecoder_getInterface_MPEG4( &videoDecoderType,
241 err = M4MCS_registerVideoDecoder( pContext, videoDecoderType,
250 err = VideoEditorVideoDecoder_getInterface_H264( &videoDecoderType,
258 err = M4MCS_registerVideoDecoder( pContext, videoDecoderType,

Completed in 67 milliseconds