OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:videoDecoderType
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_MediaAndCodecSubscription.c
156
M4DECODER_VideoType
videoDecoderType
;
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/
M4MCS_MediaAndCodecSubscription.c
158
M4DECODER_VideoType
videoDecoderType
;
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 952 milliseconds