Lines Matching refs:prep
45 MppEncPrepCfg *prep = &ctrlCfg->cfg->prep; in h265e_init() local
132 prep->width = 1280; in h265e_init()
133 prep->height = 720; in h265e_init()
134 prep->hor_stride = 1280; in h265e_init()
135 prep->ver_stride = 720; in h265e_init()
136 prep->format = MPP_FMT_YUV420SP; in h265e_init()
137 prep->color = MPP_FRAME_SPC_UNSPECIFIED; in h265e_init()
138 prep->colorprim = MPP_FRAME_PRI_UNSPECIFIED; in h265e_init()
139 prep->colortrc = MPP_FRAME_TRC_UNSPECIFIED; in h265e_init()
140 prep->range = MPP_FRAME_RANGE_UNSPECIFIED; in h265e_init()
141 prep->rotation = MPP_ENC_ROT_0; in h265e_init()
142 prep->rotation_ext = MPP_ENC_ROT_0; in h265e_init()
143 prep->mirroring = 0; in h265e_init()
144 prep->mirroring_ext = 0; in h265e_init()
145 prep->denoise = 0; in h265e_init()
146 prep->flip = 0; in h265e_init()