OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decoderType
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_Codecs.c
344
* @param
decoderType
(IN) Decoder type
352
M4DECODER_VideoType
decoderType
,
360
if(
decoderType
>= M4DECODER_kVideoType_NB )
367
if( pC->m_pVideoDecoderItTable[
decoderType
] != M4OSA_NULL )
387
free(pC->m_pVideoDecoderItTable[
decoderType
]);
394
pC->m_pVideoDecoderItTable[
decoderType
] = M4OSA_NULL;
396
if( pC->m_pVideoDecoderUserDataTable[
decoderType
] != M4OSA_NULL )
398
free(pC->m_pVideoDecoderUserDataTable[
decoderType
]);
399
pC->m_pVideoDecoderUserDataTable[
decoderType
] = M4OSA_NULL;
405
pC->m_pVideoDecoderItTable[
decoderType
] = pDecoderInterface
[
all
...]
/frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_Codecs.c
334
* @param
decoderType
(IN) Decoder type
343
M4DECODER_VideoType
decoderType
,
352
if (
decoderType
>= M4DECODER_kVideoType_NB)
358
if (pC->m_pVideoDecoderItTable[
decoderType
] != M4OSA_NULL)
368
free(pC->m_pVideoDecoderItTable[
decoderType
]);
369
pC->m_pVideoDecoderItTable[
decoderType
] = M4OSA_NULL;
371
if (pC->m_pVideoDecoderUserDataTable[
decoderType
] != M4OSA_NULL)
373
free(pC->m_pVideoDecoderUserDataTable[
decoderType
]);
374
pC->m_pVideoDecoderUserDataTable[
decoderType
] = M4OSA_NULL;
379
pC->m_pVideoDecoderItTable[
decoderType
] = pDecoderInterface
[
all
...]
/frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalFunctions.h
156
* @param
decoderType
(IN) Decoder type
164
M4DECODER_VideoType
decoderType
,
172
* @param
decoderType
(IN) Audio decoder type
178
M4OSA_ERR M4MCS_registerAudioDecoder(M4MCS_Context pContext, M4AD_Type
decoderType
,
276
* @param
decoderType
(IN) Decoder type
289
* @param
decoderType
(IN) Decoder type
/frameworks/base/media/jni/mediaeditor/
VideoBrowserMain.c
142
M4DECODER_VideoType
decoderType
;
247
decoderType
= M4DECODER_kVideoTypeMPEG4;
251
&
decoderType
, &pContext->m_pDecoder);
254
&
decoderType
, (void **)&pContext->m_pDecoder);
274
decoderType
= M4DECODER_kVideoTypeAVC;
278
&
decoderType
, &pContext->m_pDecoder);
281
&
decoderType
, (void **)&pContext->m_pDecoder);
/frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalFunctions.h
311
* @param
decoderType
(IN) Decoder type
319
M4DECODER_VideoType
decoderType
,
328
* @param
decoderType
(IN) Audio decoder type
336
M4AD_Type
decoderType
,
443
* @param
decoderType
(IN) Decoder type
457
* @param
decoderType
(IN) Decoder type
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioDecoder.cpp
430
M4OSA_ERR VideoEditorAudioDecoder_create(M4AD_Type
decoderType
,
441
ALOGV("VideoEditorAudioDecoder_create begin:
decoderType
%d",
decoderType
);
450
pDecoderContext->mDecoderType =
decoderType
;
895
M4OSA_ERR VideoEditorAudioDecoder_getInterface(M4AD_Type
decoderType
,
905
decoderType
, pDecoderType, pDecoderInterface);
910
*pDecoderType =
decoderType
;
912
switch(
decoderType
) {
930
ALOGV("VEAD_getInterface ERROR: unsupported type %d",
decoderType
);
[
all
...]
VideoEditorVideoDecoder.cpp
[
all
...]
Completed in 148 milliseconds