Searched refs:pStreamInfo (Results 1 – 3 of 3) sorted by relevance
233 MFT_INPUT_STREAM_INFO * pStreamInfo in GetInputStreamInfo() argument236 if (pStreamInfo == NULL) in GetInputStreamInfo()254 pStreamInfo->hnsMaxLatency = 0; in GetInputStreamInfo()255 … pStreamInfo->dwFlags = MFT_INPUT_STREAM_WHOLE_SAMPLES | MFT_INPUT_STREAM_SINGLE_SAMPLE_PER_BUFFER; in GetInputStreamInfo()259 pStreamInfo->cbSize = 0; in GetInputStreamInfo()263 pStreamInfo->cbSize = m_cbImageSize; in GetInputStreamInfo()266 pStreamInfo->cbMaxLookahead = 0; in GetInputStreamInfo()267 pStreamInfo->cbAlignment = 0; in GetInputStreamInfo()280 MFT_OUTPUT_STREAM_INFO * pStreamInfo in GetOutputStreamInfo() argument283 if (pStreamInfo == NULL) in GetOutputStreamInfo()[all …]
104 MFT_INPUT_STREAM_INFO * pStreamInfo109 MFT_OUTPUT_STREAM_INFO * pStreamInfo
687 void CStreamInfoInit(CStreamInfo *pStreamInfo) in CStreamInfoInit() argument689 pStreamInfo->aacSampleRate = 0; in CStreamInfoInit()690 pStreamInfo->profile = -1; in CStreamInfoInit()691 pStreamInfo->aot = AOT_NONE; in CStreamInfoInit()693 pStreamInfo->channelConfig = -1; in CStreamInfoInit()694 pStreamInfo->bitRate = 0; in CStreamInfoInit()695 pStreamInfo->aacSamplesPerFrame = 0; in CStreamInfoInit()697 pStreamInfo->extAot = AOT_NONE; in CStreamInfoInit()698 pStreamInfo->extSamplingRate = 0; in CStreamInfoInit()700 pStreamInfo->flags = 0; in CStreamInfoInit()[all …]