• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Configuration information for video process test case.
2#    This application will firstly load yuv frames to one type of surface(P010)
3#  you require. After video processing, the processed content (NV12 surface)
4#  will be stored to frames(nv12 format in file).
5#    Supported features include scaling and implicit format conversion(P010<->RGB<->NV12).
6#  you can modify this configuration file to set the corresponding parameters.
7
8#1.Source YUV file information
9SRC_FILE_NAME: ./Flower.p010
10SRC_FRAME_WIDTH:  1920
11SRC_FRAME_HEIGHT: 1080
12SRC_FRAME_FORMAT: P010
13SRC_FILE_FORMAT: P010
14
15#2.Destination YUV(RGB) file information
16DST_FILE_NAME:    ./out_1920x1080.p010
17DST_FRAME_WIDTH:  1920
18DST_FRAME_HEIGHT: 1080
19DST_FRAME_FORMAT: P010
20DST_FILE_FORMAT: P010
21
22#3.How many frames to be processed
23FRAME_SUM: 1
24
25#4.3DLUT configuration file
263DLUT_FILE_NAME: ./3dlut_65cubic.dat
273DLUT_SEG_SIZE: 65
283DLUT_MUL_SIZE: 128
293DLUT_CHANNEL_MAPPING: 1
30
31#5. 3DLUT Scaling pipeline(3DLUT->Scaling: 1, Scaling->3DLUT: 0, Scaling only: 2)
323DLUT_SCALING: 1
33
34