Home | History | Annotate | Download | only in src

Lines Matching refs:pStreamHandler

921         M4_StreamHandler *pStreamHandler,
937 VIDEOEDITOR_CHECK(M4OSA_NULL != pStreamHandler, M4ERR_PARAMETER);
944 (M4_VideoStreamHandler*)pStreamHandler;
950 switch( pStreamHandler->m_streamType ) {
1001 pStreamHandler->m_pESDSInfo,
1002 pStreamHandler->m_ESDSInfoSize);
1007 pStreamHandler->m_pH264DecoderSpecificInfo,
1008 pStreamHandler->m_H264decoderSpecificInfoSize);
1016 decoderMetadata->setInt32(kKeyMaxInputSize, pStreamHandler->m_maxAUSize);
1089 M4_StreamHandler *pStreamHandler,
1104 VIDEOEDITOR_CHECK(M4OSA_NULL != pStreamHandler, M4ERR_PARAMETER);
1111 (M4_VideoStreamHandler*)pStreamHandler;
1117 switch( pStreamHandler->m_streamType ) {
1163 pStreamHandler->m_pESDSInfo,
1164 pStreamHandler->m_ESDSInfoSize);
1169 pStreamHandler->m_pH264DecoderSpecificInfo,
1170 pStreamHandler->m_H264decoderSpecificInfoSize);
1178 decoderMetadata->setInt32(kKeyMaxInputSize, pStreamHandler->m_maxAUSize);