Searched refs:pStreamDesc (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4PCMR_CoreReader.c171 * M4OSA_ERR M4PCMR_getNextStream(M4OSA_Context context, M4SYS_StreamDescription* pStreamDesc)
176 * - Fills pStreamDesc structure allocated by the caller
178 * @param pStreamDesc: (IN) Stream Description context
186 M4OSA_ERR M4PCMR_getNextStream(M4OSA_Context context, M4SYS_StreamDescription* pStreamDesc) argument
191 if((M4OSA_NULL == context)|| (M4OSA_NULL == pStreamDesc))
207 pStreamDesc->streamID = 1;
209 pStreamDesc->profileLevel = 0;
210 pStreamDesc->decoderSpecificInfoSize = sizeof(M4PCMC_DecoderSpecificInfo);
213 pStreamDesc->decoderSpecificInfo = M4OSA_NULL;
214 pStreamDesc
[all...]
H A DM4AMRR_CoreReader.c289 M4OSA_ERR M4AMRR_getNextStream(M4OSA_Context Context, M4SYS_StreamDescription* pStreamDesc )
298 M4OSA_DEBUG_IF2((M4OSA_NULL == pStreamDesc),M4ERR_PARAMETER,"Stream Desc. M4OSA_NULL");
331 pStreamDesc->averageBitrate = M4AMRR_getBitrate(frameType,pStreamContext->m_streamType);
337 /* Initialize pStreamDesc */
338 pStreamDesc->profileLevel = 0xFF ;
339 pStreamDesc->decoderSpecificInfoSize = 0 ;
340 pStreamDesc->decoderSpecificInfo = M4OSA_NULL ;
341 pStreamDesc->maxBitrate = (pStreamContext->m_streamType ==
343 pStreamDesc->profileLevel = 0xFF ;
344 pStreamDesc
[all...]
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4AMRR_CoreReader.h85 * M4OSA_ERR M4AMRR_getNextStream(M4OSA_Context Context, M4SYS_StreamDescription* pStreamDesc );
90 * @param pStreamDesc(OUT): Description of the next read stream
101 M4OSA_ERR M4AMRR_getNextStream(M4OSA_Context Context, M4SYS_StreamDescription* pStreamDesc );
H A DM4PCMR_CoreReader.h98 structure contained in pStreamDesc
121 M4OSA_ERR M4PCMR_getNextStream(M4OSA_Context context, M4SYS_StreamDescription* pStreamDesc);

Completed in 1413 milliseconds