Lines Matching refs:encoding
20 … to complete the entire image encoding process, including creating an encoder, initializing resour…
24 The figure below shows the call relationship of image encoding.
26 
63 4. Perform encoding.
65 The following input parameters are provided for the encoding APIs:
71 - Encoding parameters, including the encoding format and encoding quality
75 …, the standard encoding format is image/jpeg. When the APIs provided by the image module are used …
77 …The encoding APIs can output data to the buffer (memory) or a file. They have the same input param…
84 // (Mandatory) Configure the encoding format.
86 // (Mandatory) Configure the encoding quality.
90 // Apply for a buffer for image encoding.
92 …T_SUCCESS is returned, the encoding is successful. In this case, bufferSize indicates the size of …
101 // (Mandatory) Configure the encoding format.
103 // (Mandatory) Configure the encoding quality.
108 …// Start to encode the input source. If IMAGE_RESULT_SUCCESS is returned, the encoding is successf…