Home
last modified time | relevance | path

Searched refs:m_pVideoStreamhandler (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
DVideoEditorVideoDecoder.cpp166 (M4_StreamHandler*)mpDecShellContext->m_pVideoStreamhandler, in read()
180 (M4_StreamHandler*)mpDecShellContext->m_pVideoStreamhandler, in read()
202 (M4_StreamHandler*)mpDecShellContext->m_pVideoStreamhandler, in read()
840 (pDecShellContext->m_pVideoStreamhandler->m_videoWidth == \ in VideoEditorVideoDecoder_configureFromMetadata()
842 (pDecShellContext->m_pVideoStreamhandler->m_videoHeight == \ in VideoEditorVideoDecoder_configureFromMetadata()
849 pDecShellContext->m_pVideoStreamhandler->m_videoWidth = width; in VideoEditorVideoDecoder_configureFromMetadata()
850 pDecShellContext->m_pVideoStreamhandler->m_videoHeight = height; in VideoEditorVideoDecoder_configureFromMetadata()
943 pDecShellContext->m_pVideoStreamhandler = in VideoEditorVideoDecoder_create()
958 (M4OSA_UInt8*)pDecShellContext->m_pVideoStreamhandler->\ in VideoEditorVideoDecoder_create()
960 pDecShellContext->m_pVideoStreamhandler->\ in VideoEditorVideoDecoder_create()
[all …]
/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
DVideoEditorVideoDecoder_internal.h89 M4_VideoStreamHandler* m_pVideoStreamhandler; member
/frameworks/av/libvideoeditor/vss/src/
DM4DECODER_Null.c54 M4_VideoStreamHandler* m_pVideoStreamhandler; // Video stream description member
113 pStreamContext->m_pVideoStreamhandler = M4OSA_NULL; in M4DECODER_NULL_create()