Searched refs:mmaps (Results 1 - 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c43 vpx_codec_mmap_t mmaps[NELEMENTS(vp9_mem_req_segs) - 1]; member in struct:vpx_codec_alg_priv
83 for (i = 0; i < NELEMENTS(ctx->priv->alg_priv->mmaps); i++)
84 ctx->priv->alg_priv->mmaps[i].id = vp9_mem_req_segs[i].id;
86 ctx->priv->alg_priv->mmaps[0] = *mmap;
135 for (i = NELEMENTS(ctx->mmaps) - 1; i >= 0; i--) {
136 if (ctx->mmaps[i].dtor)
137 ctx->mmaps[i].dtor(&ctx->mmaps[i]);
256 for (i = 1; !res && i < NELEMENTS(ctx->mmaps); i++) {
261 ctx->mmaps[
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_stats.h38 uptr mmaps; member in struct:__asan::AsanStats
H A Dasan_stats.cc47 mmaps, munmaps);
49 PrintMallocStatsArray(" mmaps by size class: ", mmaped_by_size);
H A Dasan_allocator2.cc38 thread_stats.mmaps++;
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c53 vpx_codec_mmap_t mmaps[NELEMENTS(vp8_mem_req_segs)-1]; member in struct:vpx_codec_alg_priv
96 for (i = 0; i < NELEMENTS(ctx->priv->alg_priv->mmaps); i++)
97 ctx->priv->alg_priv->mmaps[i].id = vp8_mem_req_segs[i].id;
99 ctx->priv->alg_priv->mmaps[0] = *mmap;
182 for (i = NELEMENTS(ctx->mmaps) - 1; i >= 0; i--)
184 if (ctx->mmaps[i].dtor)
185 ctx->mmaps[i].dtor(&ctx->mmaps[i]);
397 for (i = 1; !res && i < NELEMENTS(ctx->mmaps); i++)
403 ctx->mmaps[
[all...]
/external/libvpx/libvpx/vpx/src/
H A Dvpx_codec.c160 const vpx_codec_mmap_t *mmaps,
167 if (mmaps[i].base == NULL) {
178 if (mmaps[i].sz < mem_reqs[i].calc_sz(&cfg, init_flags)) {
159 vpx_validate_mmaps(const vpx_codec_stream_info_t *si, const vpx_codec_mmap_t *mmaps, const mem_req_t *mem_reqs, int nreqs, vpx_codec_flags_t init_flags) argument
/external/libvpx/libvpx/vpx/
H A Dvpx_codec.h537 * \param[in] mmaps Pointer to the first memory map entry in the list.
549 vpx_codec_mmap_t *mmaps,
/external/linux-tools-perf/util/
H A Dsession.c1017 char *buf, *mmaps[8]; local
1041 memset(mmaps, 0, sizeof(mmaps));
1058 mmaps[map_idx] = buf;
1059 map_idx = (map_idx + 1) & (ARRAY_SIZE(mmaps) - 1);
1065 if (mmaps[map_idx]) {
1066 munmap(mmaps[map_idx], mmap_size);
1067 mmaps[map_idx] = NULL;
/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h500 const vpx_codec_mmap_t *mmaps,

Completed in 3255 milliseconds