crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser/raw_data/ImageConversion.htm
author Matti Laitinen <matti.t.laitinen@nokia.com>
Thu, 11 Feb 2010 15:06:45 +0200
changeset 0 5ad7ad99af01
permissions -rw-r--r--
Initial version of CrashAnalyser under EPL

<h1>ImageConversion</h1>
<p>
Panics used in the Image Conversion Library 
</p>
<code>0</code>
<p>
No source bitmap. 
</p>
<code>1</code>
<p>
No destination bitmap. 
</p>
<code>2</code>
<p>
Reset destination bitmap. 
</p>
<code>3</code>
<p>
Convert called while busy. 
</p>
<code>4</code>
<p>
No conversion currently in progress. 
</p>
<code>5</code>
<p>
Different destination bitmap. 
</p>
<code>6</code>
<p>
Different destination bitmap mask. 
</p>
<code>7</code>
<p>
The destination has been illegally modified. 
</p>
<code>8</code>
<p>
The bitmap has zero dimensions. 
</p>
<code>9</code>
<p>
No bitmap mask specified. 
</p>
<code>10</code>
<p>
Invalid frame number. 
</p>
<code>11</code>
<p>
The source type is undefined. 
</p>
<code>12</code>
<p>
Comment are not supported. 
</p>
<code>13</code>
<p>
Header processing is not complete. 
</p>
<code>14</code>
<p>
Comment number is out of range. 
</p>
<code>15</code>
<p>
Bad display mode. 
</p>
<code>16</code>
<p>
Unknown header state. 
</p>
<code>17</code>
<p>
The descriptor that was passed is not NULL. 
</p>
<code>18</code>
<p>
Undefined MIME type. 
</p>
<code>19</code>
<p>
Illegal image sub-type. 
</p>
<code>20</code>
<p>
Illegal image type. 
</p>
<code>21</code>
<p>
Illegal encoder restart. 
</p>
<code>22</code>
<p>
Attempt to change options while decoding in progress. 
</p>
<code>23</code>
<p>
Decoder not created. 
</p>
<code>24</code>
<p>
Feature is not yet implemented. 
</p>
<code>25</code>
<p>
Relay sub thread panic timeout. 
</p>
<code>26</code>
<p>
Invalid thread state. 
</p>
<code>27</code>
<p>
Invalid function leave request. 
</p>
<code>28</code>
<p>
An Image Decoder was found to be in an invalid state. For example <a href="../reference-cpp/ICL/CBufferedImageDecoderClass.html#%3a%3aCBufferedImageDecoder%3a%3aContinueConvert%28%29" title="function CBufferedImageDecoder::ContinueConvert()"><code class="ApiItem">CBufferedImageDecoder::ContinueConvert()</code></a> was called when
there is no image data to convert. 
</p>
<code>29</code>
<p>
Not used. 
</p>
<code>30</code>
<p>
Illegal call to reserved function. 
</p>
<code>31</code>
<p>
An index is invalid. For example <a href="../reference-cpp/ICL/TFrameLayoutClass.html#%3a%3aTFrameLayout%3a%3aLength%28%29" title="function TFrameLayout::Length()"><code class="ApiItem">TFrameLayout::Length()</code></a> will panic
if the value of the index parameter <code>aIndex</code>is not in the range<code>[0:TFrameLayout::Planes()]</code>.
</p>
<code>32</code>
<p>
A parameter value is invalid. For example <a href="../reference-cpp/ICL/TFrameLayoutClass.html#%3a%3aTFrameLayout%3a%3aSetLength%28%29" title="function TFrameLayout::SetLength()"><code class="ApiItem">TFrameLayout::SetLength()</code></a> will
panic if the value of the length parameter <code>aLength</code> is negative. 
</p>