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

/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c144 unsigned int data_sz,
146 if (data_sz <= 8) return VPX_CODEC_UNSUP_BITSTREAM;
147 if (data + data_sz <= data) return VPX_CODEC_INVALID_PARAM;
153 struct vp9_read_bit_buffer rb = { data, data + data_sz, 0, NULL, NULL };
237 unsigned int data_sz,
249 res = ctx->base.iface->dec.peek_si(*data, data_sz, &ctx->si);
349 if (vp9_receive_compressed_data(ctx->pbi, data_sz, data, deadline)) {
365 size_t data_sz,
370 assert(data_sz);
371 marker = data[data_sz
143 vp9_peek_si(const uint8_t *data, unsigned int data_sz, vpx_codec_stream_info_t *si) argument
235 decode_one(vpx_codec_alg_priv_t *ctx, const uint8_t **data, unsigned int data_sz, void *user_priv, long deadline) argument
364 parse_superframe_index(const uint8_t *data, size_t data_sz, uint32_t sizes[8], int *count) argument
397 vp9_decode(vpx_codec_alg_priv_t *ctx, const uint8_t *data, unsigned int data_sz, void *user_priv, long deadline) argument
[all...]
/external/libvpx/libvpx/vpx/
H A Dvpx_decoder.h159 * \param[in] data_sz Size of the data buffer
170 unsigned int data_sz,
199 * data and data_sz can contain a fragment of the encoded frame. Fragment
203 * with NULL as data and 0 as data_sz. The memory passed to this function
210 * \param[in] data_sz Size of the coded data, in bytes.
223 unsigned int data_sz,
/external/libvpx/libvpx/vpx/src/
H A Dvpx_decoder.c74 unsigned int data_sz,
78 if (!iface || !data || !data_sz || !si
86 res = iface->dec.peek_si(data, data_sz, si);
115 unsigned int data_sz,
121 /* NULL data ptr allowed if data_sz is 0 too */
122 if (!ctx || (!data && data_sz))
127 res = ctx->iface->dec.decode(ctx->priv->alg_priv, data, data_sz,
72 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
113 vpx_codec_decode(vpx_codec_ctx_t *ctx, const uint8_t *data, unsigned int data_sz, void *user_priv, long deadline) argument
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c192 unsigned int data_sz,
199 if(data + data_sz <= data)
215 int n = data_sz > 10 ? 10 : data_sz;
221 if (data_sz >= 10 && !(clear[0] & 0x01)) /* I-Frame */
246 unsigned int data_sz,
248 return vp8_peek_si_internal(data, data_sz, si, NULL, NULL);
316 unsigned int data_sz,
327 if (ctx->fragments.enabled && !(data == NULL && data_sz == 0))
333 ctx->fragments.sizes[ctx->fragments.count] = data_sz;
191 vp8_peek_si_internal(const uint8_t *data, unsigned int data_sz, vpx_codec_stream_info_t *si, vp8_decrypt_cb *decrypt_cb, void *decrypt_state) argument
245 vp8_peek_si(const uint8_t *data, unsigned int data_sz, vpx_codec_stream_info_t *si) argument
314 update_fragments(vpx_codec_alg_priv_t *ctx, const uint8_t *data, unsigned int data_sz, vpx_codec_err_t *res) argument
354 vp8_decode(vpx_codec_alg_priv_t *ctx, const uint8_t *data, unsigned int data_sz, void *user_priv, long deadline) argument
[all...]
/external/tinyalsa/
H A Dtinycap.c56 uint32_t data_sz; member in struct:wav_header
173 header.data_sz = frames * header.block_align;
174 header.riff_sz = header.data_sz + sizeof(header) - 8;
/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h103 * \param[in] data_sz Size of the data buffer
113 unsigned int data_sz,
187 * \param[in] data_sz Size of the coded data, in bytes.
196 unsigned int data_sz,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_state.h159 GLuint data_sz,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_state.h159 GLuint data_sz,

Completed in 171 milliseconds