HomeSort by relevance Sort by last modified time
    Searched defs:decoderType (Results 1 - 3 of 3) sorted by null

  /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/media/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/media/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...]

Completed in 74 milliseconds