Media Data Processing V2 (JPEGD)
Description
This sample implements .jpg, .jpeg, .JPG, and .JPEG image decoding.
Principles
The following table lists the key functions involved in this sample.
Directory Structure
The sample directory is organized as follows:
├── common //Directory of the sample code files
│ ├── sample_comm.h //Header file that declares functions related to decoding
│ ├── sample_comm_jpegd.cpp //Implementation file of functions related to decoding
├── smoke_vpc //Directory of the sample code files
│ ├── sample_jpegd.cpp //Implementation file of the main function
├── CMakeLists.txt //Build script
Parent topic: Samples