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