Searched defs:pStreamDesc (Results 1 - 1 of 1) 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...]

Completed in 45 milliseconds