HomeSort by relevance Sort by last modified time
    Searched refs:data_sz (Results 1 - 10 of 10) sorted by null

  /system/extras/ext4_utils/
simg_dump.py 103 data_sz = total_sz - 12
105 print("%4u %10u %10u %7u %7u" % (i, FH.tell(), data_sz, offset, chunk_sz),
109 if data_sz != (chunk_sz * blk_sz):
111 % (data_sz, chunk_sz * blk_sz))
115 FH.read(data_sz)
117 if data_sz != 4:
119 % (data_sz), end="")
126 if data_sz != 0:
127 print("Don't care chunk input size is non-zero (%u)" % (data_sz))
132 if data_sz != 4
    [all...]
  /external/libvpx/vpx/
vpx_decoder.h 144 * \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,
vpx_decoder_compat.h 272 * \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/
vpx_decoder_compat.c 70 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,
vpx_decoder.c 72 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,
  /external/tinyalsa/
tinycap.c 55 uint32_t data_sz; member in struct:wav_header
155 header.data_sz = frames * header.block_align;
tinyplay.c 54 uint32_t data_sz; member in struct:wav_header
  /system/extras/sound/
playwav.c 118 uint32_t data_sz; member in struct:wav_header
186 fd, hdr.data_sz);
213 hdr.data_sz = 0;
281 hdr.data_sz = total;
  /external/libvpx/vp8/
vp8_dx_iface.c 229 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))
  /external/libvpx/vpx/internal/
vpx_codec_internal.h 100 * \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 51 milliseconds