Searched refs:sz (Results 26 - 50 of 82) sorted by relevance

1234

/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c171 * @param[out] data Place to store data, size of sz, must be at least size
173 * @param[in] sz Size of data.
176 inv_error_t inv_save_mpl_states(unsigned char *data, size_t sz) argument
182 if (data == NULL || sz == 0)
184 if (sz >= ds.total_size) {
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c171 * @param[out] data Place to store data, size of sz, must be at least size
173 * @param[in] sz Size of data.
176 inv_error_t inv_save_mpl_states(unsigned char *data, size_t sz) argument
182 if (data == NULL || sz == 0)
184 if (sz >= ds.total_size) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dvpx_encoder.c282 pkt->data.raw.sz + priv->enc.cx_data_pad_before +
283 priv->enc.cx_data_pad_after <= priv->enc.cx_data_dst_buf.sz) {
287 pkt->data.raw.sz);
290 modified_pkt->data.raw.sz += priv->enc.cx_data_pad_before +
296 priv->enc.cx_data_dst_buf.buf = dst_buf + pkt->data.raw.sz;
297 priv->enc.cx_data_dst_buf.sz -= pkt->data.raw.sz;
318 ctx->priv->enc.cx_data_dst_buf.sz = 0;
H A Dvpx_decoder.c83 || si->sz < sizeof(vpx_codec_stream_info_t))
101 if (!ctx || !si || si->sz < sizeof(vpx_codec_stream_info_t))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_fast_quantize_b_armv6.asm49 ssub16 r9, r9, lr ; x = (z ^ sz) - sz
63 ssub16 r12, r12, r11 ; x = (z ^ sz) - sz
72 ssub16 r0, r0, lr ; x = (y ^ sz) - sz
82 ssub16 r10, r10, r11 ; x = (y ^ sz) - sz
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dvpx_decoder.h86 * to their bitstream by setting the sz member appropriately.
89 unsigned int sz; /**< Size of this structure */ member in struct:vpx_codec_stream_info
H A Dvpx_encoder.h102 size_t sz; /**< Length of the buffer, in chars */ member in struct:vpx_fixed_buf
173 size_t sz; /**< length of compressed data */ member in struct:vpx_codec_cx_pkt::__anon663::__anon664
200 char pad[128 - sizeof(enum vpx_codec_cx_pkt_kind)]; /**< fixed sz */
H A Dvpx_codec.h487 unsigned long sz; /**< size of the segment, in bytes */ member in struct:vpx_codec_mmap
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
H A Dquantize_sse4.asm71 ; sz
75 ; (z ^ sz)
187 ; y ^ sz
190 ; x = (y ^ sz) - sz
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
H A Dperf_log.h234 #define __PERF_GET_INDEXED_CHAR(sz, i) (strlen(sz) <= i ? '/' : sz[strlen(sz) - i - 1])
237 #define __PERF_ENCODE_INDEXED(sz, i) \
238 __PERF_ENCODE_CHAR(__PERF_GET_INDEXED_CHAR(sz, i))
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c167 * @param[out] data Place to store data, size of sz, must be at least size
169 * @param[in] sz Size of data.
172 inv_error_t inv_save_mpl_states(unsigned char *data, size_t sz) argument
178 if (sz >= ds.total_size) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dcq_test.cc61 file_size_ += pkt->data.frame.sz;
H A Dtile_independence_test.cc61 reinterpret_cast<uint8_t*>(pkt->data.frame.buf), pkt->data.frame.sz);
H A Dresize_test.cc73 mem_put_le32(header, static_cast<unsigned int>(pkt->data.frame.sz));
224 (void)fwrite(pkt->data.frame.buf, 1, pkt->data.frame.sz, outfile_);
H A Dencode_test_driver.h69 pkt.data.twopass_stats.sz);
H A Dsvc_test.cc412 stats_buf.sz = static_cast<size_t>(ftell(stats_file));
415 stats_buf.buf = malloc(stats_buf.sz);
417 const size_t bytes_read = fread(stats_buf.buf, 1, stats_buf.sz, stats_file);
418 ASSERT_EQ(bytes_read, stats_buf.sz);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_dx_iface.c65 ctx->priv->sz = sizeof(*ctx->priv);
68 ctx->priv->alg_priv->si.sz = sizeof(ctx->priv->alg_priv->si);
151 const size_t sz = (si->sz >= sizeof(vp9_stream_info_t)) local
154 memcpy(si, &ctx->si, sz);
155 si->sz = (unsigned int)sz;
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Dmain.c853 size_t sz, rd; local
856 rd = fread(&sz, sizeof(size_t), 1, fc);
858 unsigned char *cal_data = (unsigned char *)malloc(sizeof(sz));
861 *(size_t *)cal_ptr = sz;
862 cal_ptr += sizeof(sz);
864 fread(cal_ptr, sz - sizeof(size_t), 1, fc);
865 //result = inv_load_mpl_states(cal_data, sz);
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
H A Dvideo_encoder_test.c590 ptemp [i]->sz = buffersize;
652 enc_buffer.sz = encoder_context->ptr_outputbuffer [i]->sz;
680 enc_buffer.sz = encoder_context->ptr_inputbuffer [i]->sz;
865 enc_buffer.sz = tempbuffer->sz;
907 enc_buffer.sz = tempbuffer->sz;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
H A Dvp8_memcpy_neon.asm22 ; int sz);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dencodemb.c239 int sz = 0; local
348 sz = -(x < 0);
349 x -= 2*sz + 1;
397 dx -= (dequant_ptr[rc] + sz) ^ sz;
/hardware/intel/img/libdrm/libdrm/intel/
H A Dintel_bufmgr_fake.c417 unsigned int sz; local
422 sz = (bo->size + bo_fake->alignment - 1) & ~(bo_fake->alignment - 1);
424 block->mem = mmAllocMem(bufmgr_fake->heap, sz, align_log2, 0);
590 DBG("delayed free: offset %x sz %x\n",
597 DBG("return to lru: offset %x sz %x\n",
609 DBG("fence not passed: offset %x sz %x %d %d \n",
624 DBG("Fence block %p (sz 0x%x ofs %x buf %p) with fence %d\n", block,
1118 DBG("Upload dirty buf %d:%s, sz %d offset 0x%x\n", bo_fake->id,
1414 unsigned int sz = 0; local
1424 sz
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dsimple_encoder.c138 pkt->data.frame.sz,
H A Dvp8cx_set_ref.c84 pkt->data.frame.sz,
H A Dvpx_temporal_scalable_patterns.c630 pkt->data.frame.sz, pts);
632 rc.layer_encoding_bitrate[i] += 8.0 * pkt->data.frame.sz;
636 rc.layer_avg_frame_size[i] += 8.0 * pkt->data.frame.sz;
638 fabs(8.0 * pkt->data.frame.sz - rc.layer_pfb[i]) /

Completed in 1013 milliseconds

1234