Home
last modified time | relevance | path

Searched refs:decoded (Results 1 – 25 of 66) sorted by relevance

123

/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.43/
H A Dchangelogs-arkts.md11 …nstead, it truncates the data at the position of element 0. As such, the decoded data is incomplet…
18 …that contains element 0 is encoded, the data is incomplete. Encoding the decoded data fails to res…
21 The Uint8Array that contains element 0 is correctly decoded, and the decoded data is complete.
51 const decoded = decoder.write(input);
55 console.info("decoded:", decoded)); // Hello
56 // console.info("decoded.length:", decoded.length); // 1
61 console.info("decoded:", decoded)); // Hello World
62 console.info("decoded.length:", decoded.length); // 3
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.43/
H A Dchangelogs-arkts.md51 const decoded = decoder.write(input);
55 // console.info("decoded:", decoded);// 你
56 // console.info("decoded.length:", decoded.length);// 1
61 console.info("decoded:", decoded);// 你好
62 console.info("decoded.length:", decoded.length);// 3
/ohos5.0/base/security/device_security_level/baselib/utils/src/
H A Dutils_base64.c202 uint8_t *decoded = (uint8_t *)MALLOC(decodedLen + 1); in Base64DecodeApp() local
203 if (decoded == NULL) { in Base64DecodeApp()
208 int realLen = Base64Decode(src, decoded, decodedLen); in Base64DecodeApp()
211 FREE(decoded); in Base64DecodeApp()
215 decoded[realLen] = '\0'; in Base64DecodeApp()
216 *to = decoded; in Base64DecodeApp()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/
H A DBUILD.gn50 "decoded/decoded_event.cpp",
51 "decoded/decoded_param.cpp",
52 "decoded/raw_data_decoder.cpp",
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A Dnative__avcodec__videodecoder_8h.md37 …output buffer of a video decoder and instructs the decoder to render the decoded data in the buffe…
40 …output buffer of a video decoder and instructs the decoder to render the decoded data in the buffe…
41 …ing timestamp of a video decoder and instructs the decoder to render the decoded data in the buffe…
H A D_video_decoder.md49 …output buffer of a video decoder and instructs the decoder to render the decoded data in the buffe…
52 …er corresponding to the index to a video decoder. The buffer carries the decoded data and is used …
53 …er corresponding to the index to a video decoder. The buffer carries the decoded data and is used …
88 …streams with the resolution higher than the maximum resolution are to be decoded. This setting dir…
100 …rmat** instance, which provides the description information about the video track to be decoded. |
403 …he parameters can be transferred to the decoder separately or together with the data to be decoded.
480 …er corresponding to the index to a video decoder. The buffer carries the decoded data and is used …
520 …er corresponding to the index to a video decoder. The buffer carries the decoded data and is used …
854 Frees an output buffer of a video decoder and instructs the decoder to render the decoded data in t…
/ohos5.0/docs/en/application-dev/media/avcodec/
H A Daudio-decoding.md20 > Streams generated in the MP3 audio encoding process cannot be directly decoded through the MP3 au…
142 // The decoded data is sent to outBufferQueue_.
268 // Open the path of the binary file to be decoded.
381 10. Call **OH_AudioCodec_FreeOutputBuffer()** to output decoded PCM streams.
393 // Write the decoded data (specified by data) to the output file.
407 …nning state, but the current queue is cleared and the buffer storing the decoded data is freed. To…
H A Davcodec-kit-intro.md10 …io player) can send audio streams to the audio decoder for decoding. The decoded data can be sent …
11 …eo player) can send video streams to the video decoder for decoding. The decoded image data can be…
16 …hrough a callback function. The application writes the sample data to be decoded to the AVBuffer. …
H A Dvideo-decoding.md29 … been fully utilized. In this way, the system can write the subsequently decoded data to the corre…
36 - Buffer output indicates that decoded data is output in shared memory mode.
40 …r is ready and call **OH_VideoDecoder_RenderOutputBuffer** to render the decoded data after the de…
195 …ing process in surface mode. In this example, an H.264 stream file is input, decoded, and rendered.
385 …- If the image is directly displayed after being decoded, obtain the native window from the **XCom…
554 // Obtain the decoded information.
715 …coding process in buffer mode. In this example, an H.264 file is input and decoded into a YUV file.
1021 10. Call **OH_VideoDecoder_FreeOutputBuffer()** to release decoded frames.
1034 // Obtain the decoded information.
1040 // Write the decoded data (specified by data) to the output file.
[all …]
H A Dvideo-encoding-temporal-scalability.md17 …ructure when the frames at L3 are dropped. The bitstream can be normally decoded while the frame r…
22 … A GOP is a collection of consecutive pictures that can be independently decoded. It measures the …
36 …long period of time. It stays in the DPB until it is replaced by another decoded picture with the …
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-imagespan.md106 Triggered when the image is successfully loaded or decoded. The size of the loaded image is returne…
116 …ecompletecallback12) | Yes | Callback triggered when the image is successfully loaded or decoded.|
146 …| Object returned after the callback is triggered when an image is successfully loaded or decoded.|
150 Object returned after the callback is triggered when an image is successfully loaded or decoded.
162 …the image is successfully loaded. If the return value is **1**, the image is successfully decoded.|
H A Dts-basic-components-image-sys.md69 This attribute does not support non-decoded image types such as SVG, [PixelMap](../../apis-image-ki…
H A Dts-basic-components-imageanimator.md122 Sets the number of images to be pre-decoded.
134 …f images to be pre-decoded. For example, the value **2** indicates that two images following the c…
/ohos5.0/docs/en/application-dev/media/image/
H A Dimage-overview.md13 A bitmap that is not compressed after being decoded. It is used for image display or processing.
35 2. Instance creation: Create an **ImageSource** instance, which is the source class of decoded imag…
H A Dimage-picture-decoding.md116 …AuxiliaryPictureType.GAINMAP] // GAINMAP indicates the type of the auxiliary picture to be decoded.
192 …AuxiliaryPictureType.GAINMAP] // GAINMAP indicates the type of the auxiliary picture to be decoded.
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-system-app.md73 Sets the maximum number of decoded images that can be cached in the memory to speed up the loading …
87 | value | number | Yes| Number of decoded images that are cached in the memory.|
99 // Set the maximum number of decoded images that can be cached in the memory to 100.
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/
H A Dcrypto-generate-message-digest.md83 …// In this example, the message is of 43 bytes. After decoded in UTF-8 format, the message is also…
108 …// In this example, the message is of 43 bytes. After decoded in UTF-8 format, the message is also…
H A Dcrypto-compute-mac.md143 …// Assume that the message is of 43 bytes. After decoded in UTF-8 format, the message is also of 4…
179 …// Assume that the message is of 43 bytes. After decoded in UTF-8 format, the message is also of 4…
/ohos5.0/foundation/multimedia/image_framework/
H A Dhisysevent.yaml17 …__BASE: {type: STATISTIC, level: MINOR, desc: Collect statistics on the decoded image type such as…
20 …IMAGE_TYPE: {type: STRING, desc: Type of the decoded image for example png jpeg bmp gif ico and wb…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp136 std::string decoded; in ParseFromSchemaString() local
137 if (FlatBufferSchema::IsFlatBufferSchema(inSchemaString, decoded)) { in ParseFromSchemaString()
139 …ma][Parse] FlatBuffer-Type, Decode before=%zu, after=%zu.", inSchemaString.size(), decoded.size()); in ParseFromSchemaString()
141 …const std::string &oriSchema = ((estimateType == SchemaType::FLATBUFFER) ? decoded : inSchemaStrin… in ParseFromSchemaString()
/ohos5.0/docs/en/application-dev/application-models/
H A Dstart-email-apps.md115 …> * Parameters of the string type received by the target application must be decoded using **decod…
117 …pe received by the target application, all elements in the array must be decoded using **decodeURI…
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
H A Ddecoder.rs94 ($name: ident, $decoded: ty, $($state: ident),* $(,)?) => {
102 fn decode(self, buf: &mut &[u8]) -> DecResult<$decoded, $name> {
/ohos5.0/docs/en/application-dev/media/media/
H A Dmedia-kit-intro.md57 …into audio data streams (in PCM format). The audio data streams are then decoded by software and o…
71decoded by software and output to the audio framework. The audio framework outputs the audio data …
151 …into audio data streams (in PCM format). The audio data streams are then decoded by software and o…
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-user-defined.md10 …g implemented by writing display data generated by EGL/OpenGLES or other decoded media stream data…
27 …riting display data generated by EGL/OpenGLES or other media stream data decoded through various m…
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Ddecoder.rs128 ($name: ident, $decoded: ty, $($state: ident),* $(,)?) => {
136 fn decode(self, buf: & [u8]) -> DecResult<$decoded, $name> {

123