HomeSort by relevance Sort by last modified time
    Searched refs:m_pFctCreate (Results 1 - 12 of 12) sorted by null

  /frameworks/av/libvideoeditor/vss/common/inc/
M4DECODER_Common.h 381 M4DECODER_create_fct* m_pFctCreate;
M4READER_Common.h 645 M4READER_create_fct* m_pFctCreate;
  /frameworks/base/media/jni/mediaeditor/
VideoBrowserMain.c 185 err = pContext->m_3gpReader->m_pFctCreate(&pContext->m_pReaderCtx);
258 err = pContext->m_pDecoder->m_pFctCreate(
285 err = pContext->m_pDecoder->m_pFctCreate(
  /frameworks/av/libvideoeditor/vss/src/
M4DECODER_Null.c 428 (*pDecoderInterface)->m_pFctCreate = M4DECODER_NULL_create;
M4VSS3GPP_Clip.c 251 err = pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctCreate(
261 m_pVideoDecoder->m_pFctCreate returns 0x%x", err);
279 pClipCtxt->ShellAPI.m_pReader->m_pFctCreate(&pClipCtxt->pReaderContext);
284 "M4VSS3GPP_intClipOpen(): m_pReader->m_pFctCreate returns 0x%x",
622 err = pClipCtxt->ShellAPI.m_pVideoDecoder->m_pFctCreate(
641 "M4VSS3GPP_intClipOpen: m_pVideoDecoder->m_pFctCreate returns 0x%x",
    [all...]
M4READER_Amr.c 770 (*pRdrGlobalInterface)->m_pFctCreate = M4READER_AMR_create;
M4READER_Pcm.c 699 (*pRdrGlobalInterface)->m_pFctCreate = M4READER_PCM_create;
M4PTO3GPP_API.c 451 err = pC->m_pReaderGlobInt->m_pFctCreate(&pC->m_pAudioReaderContext);
454 M4OSA_TRACE1_1("M4PTO3GPP_Open(): pReaderGlobInt->m_pFctCreate returns 0x%x", err);
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorMp3Reader.cpp 768 (*pRdrGlobalInterface)->m_pFctCreate = VideoEditorMp3Reader_create;
VideoEditorVideoDecoder.cpp     [all...]
VideoEditor3gpReader.cpp     [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]

Completed in 44 milliseconds