HomeSort by relevance Sort by last modified time
    Searched full:cx_data_pad_before (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 278 pkt->data.raw.sz + priv->enc.cx_data_pad_before +
282 memcpy(dst_buf + priv->enc.cx_data_pad_before, pkt->data.raw.buf,
286 modified_pkt->data.raw.sz += priv->enc.cx_data_pad_before +
310 ctx->priv->enc.cx_data_pad_before = pad_before;
315 ctx->priv->enc.cx_data_pad_before = 0;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_encoder.c 282 pkt->data.raw.sz + priv->enc.cx_data_pad_before +
286 memcpy(dst_buf + priv->enc.cx_data_pad_before, pkt->data.raw.buf,
290 modified_pkt->data.raw.sz += priv->enc.cx_data_pad_before +
314 ctx->priv->enc.cx_data_pad_before = pad_before;
319 ctx->priv->enc.cx_data_pad_before = 0;
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 346 unsigned int cx_data_pad_before; member in struct:vpx_codec_priv::__anon16655
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
vpx_codec_internal.h 385 unsigned int cx_data_pad_before; member in struct:vpx_codec_priv::__anon30281

Completed in 111 milliseconds