Searched refs:pStreamInfo (Results 1 – 1 of 1) sorted by relevance
1276 static void CStreamInfoInit(CStreamInfo *pStreamInfo) { in CStreamInfoInit() argument1277 pStreamInfo->aacSampleRate = 0; in CStreamInfoInit()1278 pStreamInfo->profile = -1; in CStreamInfoInit()1279 pStreamInfo->aot = AOT_NONE; in CStreamInfoInit()1281 pStreamInfo->channelConfig = -1; in CStreamInfoInit()1282 pStreamInfo->bitRate = 0; in CStreamInfoInit()1283 pStreamInfo->aacSamplesPerFrame = 0; in CStreamInfoInit()1285 pStreamInfo->extAot = AOT_NONE; in CStreamInfoInit()1286 pStreamInfo->extSamplingRate = 0; in CStreamInfoInit()1288 pStreamInfo->flags = 0; in CStreamInfoInit()[all …]