Lines Matching refs:prep
799 MppEncPrepCfg *prep = &ctx->cfg->prep; in write_ivf_header() local
814 data[12] = prep->width & 0xff; in write_ivf_header()
815 data[13] = (prep->width >> 8) & 0xff; in write_ivf_header()
816 data[14] = prep->height & 0xff; in write_ivf_header()
817 data[15] = (prep->height >> 8) & 0xff; in write_ivf_header()
988 MppEncPrepCfg *set = &ctx->cfg->prep; in set_parameter()
1211 MppEncPrepCfg *pre = &ctx->cfg->prep; in alloc_buffer()
1366 MppEncPrepCfg *prep = &cfg->prep; in hal_vp8e_enc_strm_code() local
1377 hw_offset.fmt = prep->format; in hal_vp8e_enc_strm_code()
1379 hw_offset.width = prep->width; in hal_vp8e_enc_strm_code()
1380 hw_offset.height = prep->height; in hal_vp8e_enc_strm_code()
1381 hw_offset.hor_stride = prep->hor_stride; in hal_vp8e_enc_strm_code()
1382 hw_offset.ver_stride = prep->ver_stride; in hal_vp8e_enc_strm_code()