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

  /system/core/libsparse/
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/libvpx/vp9/
vp9_dx_iface.c 144 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 - 1]
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_decoder.h 159 * \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/
vpx_decoder.c 74 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,
  /hardware/qcom/audio/legacy/libalsa-intf/
arec.c 84 uint32_t data_sz; member in struct:wav_header
267 hdr.data_sz = 0;
335 hdr.data_sz += bufsize;
336 hdr.riff_sz = hdr.data_sz + 44 - 8;
365 hdr.data_sz += bufsize;
366 hdr.riff_sz = hdr.data_sz + 44 - 8;
380 return hdr.data_sz;
454 hdr.data_sz = 0;
462 hdr.riff_sz = hdr.data_sz + 44 - 8;
492 hdr.riff_sz = hdr.data_sz + 44 - 8
    [all...]
aplay.c 80 uint32_t data_sz; member in struct:wav_header
165 unsigned flags, const char *device, unsigned data_sz)
258 remainingData = data_sz;
338 if (data_sz && !piped) {
351 if (data_sz && !piped) {
443 if (data_sz && !piped) {
457 if (data_sz && !piped) {
518 hdr.data_sz = 0;
546 hdr.data_sz = 0;
556 return play_file(hdr.sample_rate, hdr.num_channels, fd, flag, device, hdr.data_sz);
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 192 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;
    [all...]
  /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/tinyalsa/
tinycap.c 56 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/
vpx_codec_internal.h 103 * \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/
brw_state.h 159 GLuint data_sz,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state.h 159 GLuint data_sz,

Completed in 274 milliseconds