OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M4VSS3GPP_subscribeMediaAndCodec
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalFunctions.h
478
* M4OSA_ERR
M4VSS3GPP_SubscribeMediaAndCodec
()
487
M4OSA_ERR
M4VSS3GPP_subscribeMediaAndCodec
(M4VSS3GPP_MediaAndCodecCtxt *pContext);
/frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_MediaAndCodecSubscription.c
130
* M4OSA_ERR
M4VSS3GPP_SubscribeMediaAndCodec
()
139
M4OSA_ERR
M4VSS3GPP_subscribeMediaAndCodec
(M4VSS3GPP_MediaAndCodecCtxt *pContext)
181
"
M4VSS3GPP_subscribeMediaAndCodec
: can't register 3GP reader");
197
"
M4VSS3GPP_subscribeMediaAndCodec
: can't register AMR reader");
213
"
M4VSS3GPP_subscribeMediaAndCodec
: can't register MP3 reader");
229
"
M4VSS3GPP_subscribeMediaAndCodec
: can't register PCM reader");
248
"
M4VSS3GPP_subscribeMediaAndCodec
: can't register MPEG4 decoder");
260
"
M4VSS3GPP_subscribeMediaAndCodec
: can't register H264 decoder");
272
M4OSA_DEBUG_IF1((err != M4NO_ERROR), err, "
M4VSS3GPP_subscribeMediaAndCodec
: \
291
"
M4VSS3GPP_subscribeMediaAndCodec
: can't register AMRNB decoder")
[
all
...]
M4VSS3GPP_Clip.c
164
err =
M4VSS3GPP_subscribeMediaAndCodec
(&pClipCtxt->ShellAPI);
[
all
...]
M4VSS3GPP_AudioMixing.c
215
err =
M4VSS3GPP_subscribeMediaAndCodec
(&pC->ShellAPI);
[
all
...]
M4VSS3GPP_Edit.c
229
err =
M4VSS3GPP_subscribeMediaAndCodec
(&pC->ShellAPI);
[
all
...]
Completed in 239 milliseconds