Media Data Processing V2 (JPEGE)
Description
This sample implements the encoding of YUV images into .jpg images.
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 encoding
│ ├── sample_comm_venc.cpp //Implementation file of functions related to encoding
├── smoke_vpc //Directory of the sample code files
│ ├── sample_jpege.cpp //Implementation file of the main function
├── CMakeLists.txt //Build script
Parent topic: Samples