- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I have the function from va_g729 using this funtion
va_g729_encode(short *in, char *out)
how can I replace this with the IPP can someone please send me a sample
コピーされたリンク
23 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
In the decode function where you coded
USC_Bitstream inData;
inData.nbytes = *inlen;
inData.pBuffer = in;
try to initialize frametype and bitrate inData entries by copying from the USC encode output bitstream structure. In case of RTP decoding the frametype and bitrate parameters to decoder should be formed according to a payload.
Regards
Vyacheslav
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I am using the USC and when I Encode it thows an Exception and I get "USC_NoOperation" as a status message
Message Edited by mworkman@virttel.com on 06-13-200602:44 PM
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
Please check the folowing required define "NO_SCRATCH_MEMORY_USED" in your project.
Igor S. Belyakov
