Media Data Processing V2 (PNGD Image Decoding)
Description
This sample decodes .png and .PNG images.
Principles
The following table lists the key functions involved in this sample.
|
Initialization |
|
|---|---|
|
Device Management |
|
|
Memory Management |
|
|
Data Transfer |
aclrtMemcpy:
Data transfer is not required if your app runs in the board environment. |
|
Media Data Processing V2 |
Directory Structure
The sample directory is organized as follows:
├── src //Directory of the sample code files
│ ├── sample_comm.h //Header file that declares functions related to decoding
│ ├── sample_comm_pngd.cpp //Implementation file of functions related to decoding
│ ├── sample_pngd.cpp //Implementation file of functions related to decoding
├── CMakeLists.txt //Build script
Parent topic: Samples