Searched refs:cx_data_pad_before (Results 1 – 2 of 2) sorted by relevance
282 pkt->data.raw.sz + priv->enc.cx_data_pad_before + in vpx_codec_get_cx_data()286 memcpy(dst_buf + priv->enc.cx_data_pad_before, pkt->data.raw.buf, in vpx_codec_get_cx_data()290 modified_pkt->data.raw.sz += priv->enc.cx_data_pad_before + in vpx_codec_get_cx_data()314 ctx->priv->enc.cx_data_pad_before = pad_before; in vpx_codec_set_cx_data_buf()319 ctx->priv->enc.cx_data_pad_before = 0; in vpx_codec_set_cx_data_buf()
385 unsigned int cx_data_pad_before; member