Searched refs:data_sz (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/vpx/
H A Dvpx_decoder.h144 * \param[in] data_sz Size of the data buffer
155 unsigned int data_sz,
188 * \param[in] data_sz Size of the coded data, in bytes.
201 unsigned int data_sz,
H A Dvpx_decoder_compat.h272 * \param[in] data_sz Size of the data buffer
283 unsigned int data_sz,
342 * \param[in] data_sz Size of the coded data, in bytes.
355 unsigned int data_sz,
/external/libvpx/vpx/src/
H A Dvpx_decoder_compat.c70 unsigned int data_sz,
73 return vpx_codec_peek_stream_info((vpx_codec_iface_t *)iface, data, data_sz,
96 unsigned int data_sz,
101 return vpx_codec_decode((vpx_codec_ctx_t *)ctx, data, data_sz, user_priv,
68 vpx_dec_peek_stream_info(vpx_dec_iface_t *iface, const uint8_t *data, unsigned int data_sz, vpx_dec_stream_info_t *si) argument
94 vpx_dec_decode(vpx_dec_ctx_t *ctx, uint8_t *data, unsigned int data_sz, void *user_priv, int rel_pts) argument
H A Dvpx_decoder.c72 unsigned int data_sz,
77 if (!iface || !data || !data_sz || !si
86 res = iface->dec.peek_si(data, data_sz, si);
117 unsigned int data_sz,
124 /* NULL data ptr allowed if data_sz is 0 too */
125 if (!ctx || (!data && data_sz))
131 res = ctx->iface->dec.decode(ctx->priv->alg_priv, data, data_sz,
70 vpx_codec_peek_stream_info(vpx_codec_iface_t *iface, const uint8_t *data, unsigned int data_sz, vpx_codec_stream_info_t *si) argument
115 vpx_codec_decode(vpx_codec_ctx_t *ctx, const uint8_t *data, unsigned int data_sz, void *user_priv, long deadline) argument
/external/tinyalsa/
H A Dtinycap.c55 uint32_t data_sz; member in struct:wav_header
133 header.data_sz = frames * header.block_align;
H A Dtinyplay.c54 uint32_t data_sz; member in struct:wav_header
/external/libvpx/vp8/
H A Dvp8_dx_iface.c229 unsigned int data_sz,
234 if(data + data_sz <= data)
246 if (data_sz >= 10 && !(data[0] & 0x01)) /* I-Frame */
305 unsigned int data_sz,
318 res = ctx->base.iface->dec.peek_si(data, data_sz, &ctx->si);
418 if (vp8dx_receive_compressed_data(ctx->pbi, data_sz, data, deadline))
228 vp8_peek_si(const uint8_t *data, unsigned int data_sz, vpx_codec_stream_info_t *si) argument
303 vp8_decode(vpx_codec_alg_priv_t *ctx, const uint8_t *data, unsigned int data_sz, void *user_priv, long deadline) argument
/external/libvpx/vpx/internal/
H A Dvpx_codec_internal.h100 * \param[in] data_sz Size of the data buffer
110 unsigned int data_sz,
185 * \param[in] data_sz Size of the coded data, in bytes.
194 unsigned int data_sz,

Completed in 160 milliseconds