diff -r 0367d2db2c06 -r 72f198be1c1d crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser.corecomponents/data/ImageConversion.xml --- a/crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser.corecomponents/data/ImageConversion.xml Tue Aug 24 12:16:27 2010 +0300 +++ b/crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser.corecomponents/data/ImageConversion.xml Tue Aug 24 14:01:48 2010 +0300 @@ -117,7 +117,7 @@ 28 - <p> An Image Decoder was found to be in an invalid state. For example <code class="ApiItem">CBufferedImageDecoder::ContinueConvert()</code> was called when there is no image data to convert. </p> + <p>An Image Decoder was found to be in an invalid state. </p> <p> For example <code class="ApiItem" >CBufferedImageDecoder::ContinueConvert()</code> was called when there is no image data to convert. </p> 29 @@ -129,11 +129,47 @@ 31 - <p> An index is invalid. For example <code class="ApiItem">TFrameLayout::Length()</code> will panic if the value of the index parameter <code>aIndex</code>is not in the range<code>[0:TFrameLayout::Planes()]</code>. </p> + <p>An index is invalid. </p> <p> For example <code class="ApiItem" >TFrameLayout::Length()</code> will panic if the value of the index parameter <code>aIndex</code> is not in the range <code>[0:TFrameLayout::Planes()]</code>. </p> 32 - <p> A parameter value is invalid. For example <code class="ApiItem">TFrameLayout::SetLength()</code> will panic if the value of the length parameter <code>aLength</code> is negative. </p> + <p>A parameter value is invalid. </p> <p> For example <code class="ApiItem" >TFrameLayout::SetLength()</code> will panic if the value of the length parameter <code>aLength</code> is negative. </p> + + + 33 + <p>The encoder has run out of memory buffers during asynchronous write operation. </p> + + + 34 + <p>An invalid buffer was detected during an encoder's asynchronous write operation. </p> + + + 35 + <p>The encoder's buffer queue has overflowed during asynchronous write operation. </p> + + + 36 + <p>An extension on image decoder or encoder has not been set up correctly. Caused by calling a function on a <code>TImageConv*</code> extension interface when the extension has not been setup. </p> + + + 37 + <p>An attempt has been made by the decoder of encoder framework to obtain an extension on a plug-in when this has already been obtained. </p> + + + 38 + <p>The decoder or encoder framework has called an unknown function on a extension interface. </p> + + + 39 + <p>An attempt has been made by the decoder of encoder framework to set up an extension on a plug-in when this has already been done. </p> + + + 40 + <p>The decoder or encoder framework has attempted to access an unknown extension type or has detected a mismatch between extension types. </p> + + + 41 + <p>An new asynchronous request on a decoder extension has been made when it is already active. </p> \ No newline at end of file