Searched refs:cx_data_pad_before (Results 1 – 2 of 2) sorted by relevance
280 pkt->data.raw.sz + priv->enc.cx_data_pad_before + in vpx_codec_get_cx_data()284 memcpy(dst_buf + priv->enc.cx_data_pad_before, pkt->data.raw.buf, in vpx_codec_get_cx_data()288 modified_pkt->data.raw.sz += priv->enc.cx_data_pad_before + in vpx_codec_get_cx_data()312 ctx->priv->enc.cx_data_pad_before = pad_before; in vpx_codec_set_cx_data_buf()317 ctx->priv->enc.cx_data_pad_before = 0; in vpx_codec_set_cx_data_buf()
352 unsigned int cx_data_pad_before; member