Lines Matching refs:prep
95 MppEncPrepCfg *prep = &cfg->prep; in init_h264e_cfg_set() local
147 prep->width = 1280; in init_h264e_cfg_set()
148 prep->height = 720; in init_h264e_cfg_set()
149 prep->hor_stride = 1280; in init_h264e_cfg_set()
150 prep->ver_stride = 720; in init_h264e_cfg_set()
151 prep->format = MPP_FMT_YUV420SP; in init_h264e_cfg_set()
152 prep->rotation = MPP_ENC_ROT_0; in init_h264e_cfg_set()
153 prep->rotation_ext = MPP_ENC_ROT_0; in init_h264e_cfg_set()
154 prep->color = MPP_FRAME_SPC_UNSPECIFIED; in init_h264e_cfg_set()
155 prep->colorprim = MPP_FRAME_PRI_UNSPECIFIED; in init_h264e_cfg_set()
156 prep->colortrc = MPP_FRAME_TRC_UNSPECIFIED; in init_h264e_cfg_set()
157 prep->range = MPP_FRAME_RANGE_UNSPECIFIED; in init_h264e_cfg_set()
158 prep->mirroring = 0; in init_h264e_cfg_set()
159 prep->mirroring_ext = 0; in init_h264e_cfg_set()
160 prep->denoise = 0; in init_h264e_cfg_set()
161 prep->flip = 0; in init_h264e_cfg_set()